mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-26 19:41:12 +02:00
Append variable specification for explicit definition of diagnostics and species to pipelines/params/calibration_params.yaml. This is to support flagging operations to particular variables
This commit is contained in:
@ -43,3 +43,8 @@ calibration_intervals: # Specify datetimes (YYYY-MM-DD HH-MM-SS)
|
|||||||
CE_correct: 1.0
|
CE_correct: 1.0
|
||||||
flow_ref_correct: 2.24
|
flow_ref_correct: 2.24
|
||||||
<< : *default_params
|
<< : *default_params
|
||||||
|
|
||||||
|
# Idenfity diagnostics and species variables for flag generation. Names must correspond to table column names the corresponding data file
|
||||||
|
variables:
|
||||||
|
diagnostics: ['FilamentEmission_mA','VaporizerTemp_C','FlowRate_ccs','ABsamp']
|
||||||
|
species: ['Chl_11000','NH4_11000','SO4_11000','NO3_11000','Org_11000']
|
Reference in New Issue
Block a user