mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-26 01:01:09 +02:00
Add calibration intevals keyword, which enables adding calibration parameters for specific time intervals. The calibration function is actually a piecewise function, where each piece uses a different set of calibration params.
This commit is contained in:
@ -12,14 +12,29 @@ CE_tofware: &CE 1.0
|
|||||||
|
|
||||||
|
|
||||||
# Get values from data/<station>/<year>/cal.csv
|
# Get values from data/<station>/<year>/cal.csv
|
||||||
IE_correct: &IE_correct 145.9
|
calibration_intervals: # Specify datetimes (YYYY-MM-DD HH-MM-SS)
|
||||||
AB_ref_correct: &AB_ref_correct 254000
|
inverval_1:
|
||||||
RIE_SO4_correct: &RIE_SO4_correct 0.63
|
start_datetime : '2022-01-16 00-00-00' # date and time where calibration was concluded
|
||||||
RIE_NH4_correct: &RIE_NH4_correct 3.495
|
end_datetime : '2022-01-16 00-00-00'
|
||||||
RIE_Org_correct: &RIE_Org_correct 1.4
|
IE_correct: &IE_correct 145.9
|
||||||
RIE_NO3_correct: &RIE_NO3_correct 1.05
|
AB_ref_correct: &AB_ref_correct 254000
|
||||||
RIE_Chl_correct: &RIE_Chl_correct 1.0
|
RIE_SO4_correct: &RIE_SO4_correct 0.63
|
||||||
CE_correct: &CE_correct 1.0
|
RIE_NH4_correct: &RIE_NH4_correct 3.495
|
||||||
|
RIE_Org_correct: &RIE_Org_correct 1.4
|
||||||
|
RIE_NO3_correct: &RIE_NO3_correct 1.05
|
||||||
|
RIE_Chl_correct: &RIE_Chl_correct 1.0
|
||||||
|
CE_correct: &CE_correct 1.0
|
||||||
|
inverval_2 :
|
||||||
|
start_datetime : '2022-06-16 00-00-00'
|
||||||
|
end_datetime : '2022-01-16 00-00-00'
|
||||||
|
IE_correct: &IE_correct 145.9
|
||||||
|
AB_ref_correct: &AB_ref_correct 254000
|
||||||
|
RIE_SO4_correct: &RIE_SO4_correct 0.63
|
||||||
|
RIE_NH4_correct: &RIE_NH4_correct 3.495
|
||||||
|
RIE_Org_correct: &RIE_Org_correct 1.4
|
||||||
|
RIE_NO3_correct: &RIE_NO3_correct 1.05
|
||||||
|
RIE_Chl_correct: &RIE_Chl_correct 1.0
|
||||||
|
CE_correct: &CE_correct 1.0
|
||||||
|
|
||||||
# Define mappings for associated variables
|
# Define mappings for associated variables
|
||||||
variables:
|
variables:
|
||||||
|
Reference in New Issue
Block a user