mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-25 05:31:09 +02:00
Move params defined in calibration_factors.yaml to a file calibration_params.yaml to decouple user-input from low-level pipeline parameters.
This commit is contained in:
@ -1,40 +1,8 @@
|
|||||||
# Define common factors
|
# Define common factors
|
||||||
|
|
||||||
# Get values from data/<station>/<year>/config_acsm_<year>.r, values used in Tofware analysis.
|
calibration_params:
|
||||||
IE_tofware: 145.9
|
# TODO: this path will be updated to be relative with respect to a experimental campaign folder to be analized
|
||||||
ABRefWave_tofware: 254000
|
path_to_file: "calibration_params.yaml"
|
||||||
RIE_SO4_tofware: 0.63
|
|
||||||
RIE_NH4_tofware: 3.495
|
|
||||||
RIE_Org_tofware: 1.4
|
|
||||||
RIE_NO3_tofware: 1.05
|
|
||||||
RIE_Chl_tofware: 1.0
|
|
||||||
CE_tofware: 1.0
|
|
||||||
|
|
||||||
|
|
||||||
# Get values from data/<station>/<year>/cal.csv
|
|
||||||
calibration_intervals: # Specify datetimes (YYYY-MM-DD HH-MM-SS)
|
|
||||||
inverval_1:
|
|
||||||
start_datetime : '2022-01-16 00-00-00' # date and time where calibration was concluded
|
|
||||||
end_datetime : '2022-01-16 00-00-00'
|
|
||||||
IE_correct: 145.9
|
|
||||||
AB_ref_correct: 254000
|
|
||||||
RIE_SO4_correct: 0.63
|
|
||||||
RIE_NH4_correct: 3.495
|
|
||||||
RIE_Org_correct: 1.4
|
|
||||||
RIE_NO3_correct: 1.05
|
|
||||||
RIE_Chl_correct: 1.0
|
|
||||||
CE_correct: 1.0
|
|
||||||
inverval_2 :
|
|
||||||
start_datetime : '2022-06-16 00-00-00'
|
|
||||||
end_datetime : '2022-01-16 00-00-00'
|
|
||||||
IE_correct: 145.9
|
|
||||||
AB_ref_correct: 254000
|
|
||||||
RIE_SO4_correct: 0.63
|
|
||||||
RIE_NH4_correct: 3.495
|
|
||||||
RIE_Org_correct: 1.4
|
|
||||||
RIE_NO3_correct: 1.05
|
|
||||||
RIE_Chl_correct: 1.0
|
|
||||||
CE_correct: 1.0
|
|
||||||
|
|
||||||
# Define mappings for associated variables
|
# Define mappings for associated variables
|
||||||
variables:
|
variables:
|
||||||
|
35
pipelines/params/calibration_params.yaml
Normal file
35
pipelines/params/calibration_params.yaml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# Get values from data/<station>/<year>/config_acsm_<year>.r, values used in Tofware analysis.
|
||||||
|
IE_tofware: 145.9
|
||||||
|
ABRefWave_tofware: 254000
|
||||||
|
RIE_SO4_tofware: 0.63
|
||||||
|
RIE_NH4_tofware: 3.495
|
||||||
|
RIE_Org_tofware: 1.4
|
||||||
|
RIE_NO3_tofware: 1.05
|
||||||
|
RIE_Chl_tofware: 1.0
|
||||||
|
CE_tofware: 1.0
|
||||||
|
|
||||||
|
|
||||||
|
# Get values from data/<station>/<year>/cal.csv
|
||||||
|
calibration_intervals: # Specify datetimes (YYYY-MM-DD HH-MM-SS)
|
||||||
|
inverval_1:
|
||||||
|
start_datetime : '2022-01-16 00-00-00' # date and time where calibration was concluded
|
||||||
|
end_datetime : '2022-01-16 00-00-00'
|
||||||
|
IE_correct: 145.9
|
||||||
|
AB_ref_correct: 254000
|
||||||
|
RIE_SO4_correct: 0.63
|
||||||
|
RIE_NH4_correct: 3.495
|
||||||
|
RIE_Org_correct: 1.4
|
||||||
|
RIE_NO3_correct: 1.05
|
||||||
|
RIE_Chl_correct: 1.0
|
||||||
|
CE_correct: 1.0
|
||||||
|
inverval_2 :
|
||||||
|
start_datetime : '2022-06-16 00-00-00'
|
||||||
|
end_datetime : '2022-01-16 00-00-00'
|
||||||
|
IE_correct: 145.9
|
||||||
|
AB_ref_correct: 254000
|
||||||
|
RIE_SO4_correct: 0.63
|
||||||
|
RIE_NH4_correct: 3.495
|
||||||
|
RIE_Org_correct: 1.4
|
||||||
|
RIE_NO3_correct: 1.05
|
||||||
|
RIE_Chl_correct: 1.0
|
||||||
|
CE_correct: 1.0
|
Reference in New Issue
Block a user