mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-11 18:21:50 +02:00
Add column order attributes, storing the order in which variables need to be displayed to adhere to Nora's initial implementation.
This commit is contained in:
@ -60,11 +60,11 @@ renaming_map:
|
|||||||
P_station_mbar: P_station_mbar
|
P_station_mbar: P_station_mbar
|
||||||
T_station_K: T_station_K
|
T_station_K: T_station_K
|
||||||
|
|
||||||
Chl_11000_LOD: LOD_Chl_40s
|
Chl_11000_LOD_40s: LOD_Chl_40s
|
||||||
NH4_11000_LOD: LOD_NH4_40s
|
NH4_11000_LOD_40s: LOD_NH4_40s
|
||||||
Org_11000_LOD: LOD_Org_40s
|
Org_11000_LOD_40s: LOD_Org_40s
|
||||||
NO3_11000_LOD: LOD_NO3_40s
|
NO3_11000_LOD_40s: LOD_NO3_40s
|
||||||
SO4_11000_LOD: LOD_SO4_40s
|
SO4_11000_LOD_40s: LOD_SO4_40s
|
||||||
|
|
||||||
Chl_11000_LOD_4min: LOD_Chl_4min
|
Chl_11000_LOD_4min: LOD_Chl_4min
|
||||||
NH4_11000_LOD_4min: LOD_NH4_4min
|
NH4_11000_LOD_4min: LOD_NH4_4min
|
||||||
@ -78,3 +78,40 @@ renaming_map:
|
|||||||
NO3_11000_LOD_1h: LOD_NO3_1h
|
NO3_11000_LOD_1h: LOD_NO3_1h
|
||||||
SO4_11000_LOD_1h: LOD_SO4_1h
|
SO4_11000_LOD_1h: LOD_SO4_1h
|
||||||
|
|
||||||
|
# Define the desired column order
|
||||||
|
column_order:
|
||||||
|
- ACSM_time
|
||||||
|
- OM
|
||||||
|
- NO3
|
||||||
|
- SO4
|
||||||
|
- NH4
|
||||||
|
- Cl
|
||||||
|
- IE_NO3
|
||||||
|
- RIE_OM
|
||||||
|
- RIE_NO3
|
||||||
|
- RIE_SO4
|
||||||
|
- RIE_NH4
|
||||||
|
- RIE_Cl
|
||||||
|
- RH_In
|
||||||
|
- RH_Out
|
||||||
|
- T_In
|
||||||
|
- T_Out
|
||||||
|
- OM_err
|
||||||
|
- NO3_err
|
||||||
|
- SO4_err
|
||||||
|
- NH4_err
|
||||||
|
- Cl_err
|
||||||
|
- ToF_QuadW
|
||||||
|
- LensW
|
||||||
|
- VaporizerW
|
||||||
|
- Sampling_Flowrate
|
||||||
|
- Press_inlet
|
||||||
|
|
||||||
|
# Define the desired flags column order
|
||||||
|
flags_column_order:
|
||||||
|
- ACSM_time
|
||||||
|
- numflag_OM
|
||||||
|
- numflag_NO3
|
||||||
|
- numflag_SO4
|
||||||
|
- numflag_NH4
|
||||||
|
- numflag_Cl
|
||||||
|
Reference in New Issue
Block a user