Move limits of detection from here to limits_of_detection.yaml

This commit is contained in:
2025-01-30 13:16:18 +01:00
parent 13fb2c7055
commit d8aad24ee9

View File

@ -1,18 +1,22 @@
# Define limits for diagnostic variables (src: data/<station>/<year>/global_config.r)
# Get values from data/<station>/<year>/global_config.r
# Define operational ranges for diagnostic variables
operational_range:
description : "Defines the value range of a particular variable"
variables:
VaporizerTemp_C :
lower_lim : 400
upper_lim : 610
description : "heater temperature"
VaporizerTemp_C :
lower_lim : {value : 400, description : "heater"}
upper_lim : {value : 610, description : "heater"}
ABsamp :
lower_lim : 20000
upper_lim : 500000
ABsamp :
lower_lim : {value : 20000, description : "not specified yet"}
upper_lim : {value : 500000, description : "not specified yet"}
FlowRate_ccs :
lower_lim : 1.23
upper_lim : 1.45
FlowRate_ccs :
lower_lim : {value : 1.23, description : "not specified yet"}
upper_lim : {value : 1.45, description : "not specified yet"}
FilamentEmission_mA :
lower_lim : {value : 0.65, description : "not specified yet"}
upper_lim : {value : 1.5, description : "not specified yet"}
FilamentEmission_mA :
lower_lim : 0.65
upper_lim : 1.5