-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdata_config.json
218 lines (218 loc) · 11 KB
/
data_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
{
"2b_205" : {
"air_trend" : {
"col_names" : ["time", "o3_ppb", "t_c", "p_hpa", "flow_ccpm"],
"col_types" : "Tdddd"
},
"qaqc" : {
"col_names" : ["Time_UTC", "O3_ppb", "Cavity_T_C", "Cavity_P_hPa", "Flow_CCmin", "QAQC_Flag"],
"col_types" : "Tddddd"
},
"final" : {
"col_names" : ["Time_UTC", "O3_ppb"],
"col_types" : "Td"
}
},
"gps" : {
"air_trend_gpgga" : {
"col_names" : ["time", "inst_time", "latitude_dm", "n_s", "longitude_dm", "e_w", "fix_quality", "n_sat", "altitude_amsl"],
"col_types" : "Tcdcdcddd"
},
"air_trend_gprmc" : {
"col_names" : ["time", "inst_time", "status", "latitude_dm", "n_s", "longitude_dm", "e_w", "speed_kt", "true_course", "inst_date"],
"col_types" : "Tccdcdcddc"
},
"qaqc" : {
"col_names" : ["Time_UTC", "Pi_Time", "Latitude_deg", "Longitude_deg", "Altitude_msl", "Speed_m_s", "Course_deg", "N_Sat", "Fix_Quality", "Status", "QAQC_Flag"],
"col_types" : "TTddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "Pi_Time", "Latitude_deg", "Longitude_deg", "Altitude_msl", "Speed_m_s", "Course_deg"],
"col_types" : "TTddddd"
}
},
"licor_6262" : {
"raw" : {
"col_names" : ["TIMESTAMP", "RECORD", "Year", "jDay", "HH", "MM", "SS", "batt_volt_Min", "PTemp_Avg", "Room_T_Avg", "IRGA_T_Avg", "IRGA_P_Avg", "MF_Controller_mLmin_Avg", "PressureVolt_Avg", "RH_voltage_Avg", "Gas_T_Avg", "rawCO2_Voltage_Avg", "rawCO2_Avg", "rawH2O_Avg", "ID", "Program"],
"col_types" : "Tdddddddddddddddddddc"
},
"qaqc" : {
"col_names" : ["Time_UTC", "Battery_Voltage_V", "Panel_T_C", "Ambient_T_C", "Cavity_T_C_IRGA", "Cavity_P_kPa_IRGA", "Flow_mLmin", "Cavity_P_mV", "Cavity_RH_mV", "Cavity_T_C", "CO2_Analog_ppm", "CO2_ppm", "H2O_ppth_IRGA", "ID", "Program", "ID_CO2", "Cavity_RH_pct", "Cavity_P_Pa", "H2O_ppm", "CO2d_ppm", "QAQC_Flag"],
"col_types" : "Tdddddddddddddcdddddd"
},
"calibrated" : {
"col_names" : ["Time_UTC", "CO2d_ppm_cal", "CO2d_ppm_raw", "CO2d_m", "CO2d_b", "CO2d_n", "CO2d_rsq", "CO2d_rmse", "ID_CO2", "QAQC_Flag"],
"col_types" : "Tddddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "CO2d_ppm_cal", "CO2d_ppm_raw"],
"col_types" : "Tdd"
}
},
"licor_7000" : {
"raw" : {
"col_names" : ["TIMESTAMP", "RECORD", "Year", "jDay", "HH", "MM", "SS", "batt_volt_Min", "PTemp_Avg", "IRGA_T_Avg", "IRGA_P_Avg", "MF_Controller_mLmin_Avg", "PressureVolt_Avg", "RH_voltage_Avg", "Gas_T_Avg", "rawCO2_Avg", "rawH2O_Avg", "ID", "Program"],
"col_types" : "Tdddddddddddddddddddc"
},
"qaqc" : {
"col_names" : ["Time_UTC", "Battery_Voltage_V", "Panel_T_C", "Cavity_T_C_IRGA", "Cavity_P_kPa_IRGA", "Flow_mLmin", "Cavity_P_mV", "Cavity_RH_mV", "Cavity_T_C", "CO2_ppm", "H2O_ppth_IRGA", "ID", "Program", "ID_CO2", "Cavity_RH_pct", "Cavity_P_Pa", "H2O_ppm", "CO2d_ppm", "QAQC_Flag"],
"col_types" : "Tdddddddddddddcdddddd"
},
"calibrated" : {
"col_names" : ["Time_UTC", "CO2d_ppm_cal", "CO2d_ppm_raw", "CO2d_m", "CO2d_b", "CO2d_n", "CO2d_rsq", "CO2d_rmse", "ID_CO2", "QAQC_Flag"],
"col_types" : "Tddddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "CO2d_ppm_cal", "CO2d_ppm_raw"],
"col_types" : "Tdd"
}
},
"lgr_no2" : {
"air_trend" : {
"col_names" : ["time", "inst_time", "Relative_Time_s", "NO2_ppb", "NO2_ppb_SE", "Pressure_torr", "Temperature_C", "LED_T_V", "Instrument_T_C", "Tau_s", "BG_Subtracted_Tau_s", "Tau_SE_s", "Loss_ppm_cm-1", "BG_Subtracted_Loss_ppm_cm-1", "Loss_SE_ppm_cm-1", "Num_Good_Fits", "Fit_Amplitude_V", "Fit_Amplitude_SE_V", "Fit_Offset_V", "Fit_Offset_SE_V", "Valve_Number", "Valve_Description", "Collection_State", "Checksum"],
"col_types" : "TTdddddddddddddddddddccc"
},
"qaqc" : {
"col_names" : ["Time_UTC", "NO2_ppb", "NO2_ppb_se", "Cavity_P_torr", "Cavity_T_C", "LED_T_V", "Instrument_T_C", "Tau_s", "BG_Subtracted_Tau_s", "Tau_SE_s", "Loss_ppm_cm-1", "BG_Subtracted_Loss_ppm_cm-1", "Loss_SE_ppm_cm-1", "Num_Good_Fits", "Fit_Amplitude_V", "Fit_Amplitude_SE_V", "Fit_Offset_V", "Fit_Offset_SE_V", "ID", "QAQC_Flag"],
"col_types" : "Tddddddddddddddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "NO2_ppb"],
"col_types" : "Td"
}
},
"lgr_ugga" : {
"raw" : {
"col_names" : ["Time_UTC", "CH4_ppm", "CH4_ppm_sd", "H2O_ppm", "H2O_ppm_sd", "CO2_ppm", "CO2_ppm_sd", "CH4d_ppm", "CH4d_ppm_sd", "CO2d_ppm", "CO2d_ppm_sd", "GasP_torr", "GasP_torr_sd", "GasT_C", "GasT_C_sd", "AmbT_C", "AmbT_C_sd", "RD0_us", "RD0_us_sd", "RD1_us", "RD1_us_sd", "Fit_Flag", "ID"],
"col_types" : "cdddddddddddddddddddddc"
},
"air_trend" : {
"col_names" : ["time", "CH4_ppm", "CH4_ppm_sd", "H2O_ppm", "H2O_ppm_sd", "CO2_ppm", "CO2_ppm_sd", "CH4d_ppm", "CH4d_ppm_sd", "CO2d_ppm", "CO2d_ppm_sd", "GasP_torr", "GasP_torr_sd", "GasT_C", "GasT_C_sd", "AmbT_C", "AmbT_C_sd", "RD0_us", "RD0_us_sd", "RD1_us", "RD1_us_sd", "Fit_Flag", "ID"],
"col_types" : "Tdddddddddddddddddddddc"
},
"qaqc" : {
"col_names" : ["Time_UTC", "CH4_ppm", "CH4_ppm_sd", "H2O_ppm", "H2O_ppm_sd", "CO2_ppm", "CO2_ppm_sd", "CH4d_ppm", "CH4d_ppm_sd", "CO2d_ppm", "CO2d_ppm_sd", "Cavity_P_torr", "Cavity_P_torr_sd", "Cavity_T_C", "Cavity_T_C_sd", "Ambient_T_C", "Ambient_T_C_sd", "RD0_us", "RD0_us_sd", "RD1_us", "RD1_us_sd", "Fit_Flag", "ID", "ID_CO2", "ID_CH4", "QAQC_Flag"],
"col_types" : "Tdddddddddddddddddddddcddd"
},
"calibrated" : {
"col_names" : ["Time_UTC", "CO2d_ppm_cal", "CO2d_ppm_raw", "CO2d_m", "CO2d_b", "CO2d_n", "CO2d_rsq", "CO2d_rmse", "ID_CO2", "CH4d_ppm_cal", "CH4d_ppm_raw", "CH4d_m", "CH4d_b", "CH4d_n", "CH4d_rsq", "CH4d_rmse", "ID_CH4", "QAQC_Flag"],
"col_types" : "Tddddddddddddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "CO2d_ppm_cal", "CO2d_ppm_raw", "CH4d_ppm_cal", "CH4d_ppm_raw"],
"col_types" : "Tdddd"
}
},
"magee_ae33" : {
"air_trend" : {
"col_names" : ["time", "bc1_ngm3", "bc2_ngm3", "bc3_ngm3", "bc4_ngm3", "bc5_ngm3", "bc6_ngm3", "bc7_ngm3", "flow_lpm"],
"col_types" : "Tdddddddd"
},
"qaqc" : {
"col_names" : ["Time_UTC", "BC1_ngm3", "BC2_ngm3", "BC3_ngm3", "BC4_ngm3", "BC5_ngm3", "BC6_ngm3", "BC7_ngm3", "Flow_Lmin", "QAQC_Flag"],
"col_types" : "Tddddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "BC1_ngm3", "BC2_ngm3", "BC3_ngm3", "BC4_ngm3", "BC5_ngm3", "BC6_ngm3", "BC7_ngm3"],
"col_types" : "Tddddddd"
}
},
"met" : {
"air_trend" : {
"col_names" : ["time", "case_t_c", "case_rh_pct", "case_t2_c", "case_p_hpa", "amb_t_c", "amb_rh_pct", "box_t_c"],
"col_types" : "Tddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "Case_T_C", "Case_RH_pct", "Case_T2_C", "Case_P_hPa", "Ambient_T_C", "Ambient_RH_pct", "Box_T_C"],
"col_types" : "Tddddddd"
}
},
"metone_es642" : {
"raw" : {
"col_names" : ["TIMESTAMP", "RECORD", "batt_volt_Min", "PTemp_Avg", "PM_25_Avg", "Flow_Avg", "Temp_Avg", "RH_Avg", "BP_Avg", "Program"],
"col_types" : "Tddddddddc"
},
"air_trend" : {
"col_names" : ["time", "pm25_mgm3", "flow_lpm", "t_c", "rh_pct", "pres_hpa", "status", "checksum"],
"col_types" : "Tdddddddc"
},
"qaqc" : {
"col_names" : ["Time_UTC", "PM2.5_ugm3", "Flow_Lmin", "Ambient_T_C", "Cavity_RH_pct", "Ambient_P_hPa", "Status", "QAQC_Flag"],
"col_types" : "Tddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "PM2.5_ugm3", "Ambient_T_C", "Ambient_P_hPa"],
"col_types" : "Tddd"
}
},
"teledyne_t200" : {
"air_trend" : {
"col_names" : ["time", "nox_std_ppb", "flow_ccm", "o3_flow_ccm", "pmt_mv", "pmt_norm_mv", "azero_mv", "hvps_v", "rcell_t_c", "box_t_c", "pmt_t_c", "moly_t_c", "rcel_pres_inhga", "samp_pres_inhga", "nox_slope", "nox_offset_mv", "no_slope", "no_offset_mv", "no2_ppb", "nox_ppb", "no_ppb", "test_mv"],
"col_types" : "Tddddddddddddddddddddd"
},
"qaqc" : {
"col_names" : ["Time_UTC", "NOx_ppb_std", "Flow_CCmin", "O3_Flow_CCmin", "PMT_mV", "PMT_Norm_mV", "Azero_mV", "HVPS_V", "RCel_T_C", "Box_T_C", "PMT_T_C", "Moly_T_C", "RCel_Pres_inHgA", "Samp_Pres_inHgA", "NOx_Slope", "NOx_Offset_mV", "NO_Slope", "NO_Offset_mV", "NO2_ppb", "NOx_ppb", "NO_ppb", "Test_mV", "QAQC_Flag"],
"col_types" : "Tdddddddddddddddddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "NO_ppb", "NO2_ppb", "NOx_ppb"],
"col_types" : "Tddd"
}
},
"teledyne_t300" : {
"air_trend" : {
"col_names" : ["time", "co_std_ppb", "co_meas_mv", "co_ref_mv", "mr_ratio", "samp_pres_inhga", "flow_ccm", "samp_t_c", "bench_t_c", "wheel_t_c", "box_t_c", "pht_drive_mv", "slope", "slope1", "slope2", "offset", "offset1", "offset2", "co_ppb", "test_mv"],
"col_types" : "Tddddddddddddddddddd"
},
"qaqc" : {
"col_names" : ["Time_UTC", "CO_std_ppb", "CO_Meas_mV", "CO_Ref_mV", "MR_Ratio", "Samp_Pres_inHgA", "Flow_CCmin", "Samp_T_C", "Bench_T_C", "Wheel_T_C", "Box_T_C", "PHT_Drive_mV", "Slope", "Slope1", "Slope2", "Offset", "Offset1", "Offset2", "CO_ppb", "Test_mV", "QAQC_Flag"],
"col_types" : "Tdddddddddddddddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "CO_ppb"],
"col_types" : "Td"
}
},
"teledyne_t400" : {
"air_trend" : {
"col_names" : ["time", "o3_std_ppb", "o3_meas_mv", "o3_ref_mv", "o3_gen_mv", "o3_drive_mv", "photo_power_mv", "samp_pres_inhga", "flow_ccm", "samp_t_c", "photo_lamp_t_c", "o3_scrub_t_c", "o3_gen_t_c", "box_t_c", "slope", "offset", "o3_ppb", "test_mv"],
"col_types" : "Tddddddddddddddddd"
},
"qaqc" : {
"col_names" : ["Time_UTC", "O3_std_ppb", "O3_Meas_mV", "O3_Ref_mV", "O3_Gen_mV", "O3_Drive_mV", "Photo_Power_mV", "Samp_Pres_inHgA", "Flow_CCmin", "Samp_T_C", "Photo_Lamp_T_C", "O3_Scrub_T_C", "O3_Gen_T_C", "Box_T_C", "Slope", "Offset", "O3_ppb", "Test_mV", "QAQC_Flag"],
"col_types" : "Tdddddddddddddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "O3_ppb"],
"col_types" : "Td"
}
},
"teledyne_t500u" : {
"air_trend" : {
"col_names" : ["time", "phase_t_c", "bench_phase_s", "meas_l_mm", "aref_l_mm", "samp_pres_inhga", "samp_temp_c", "bench_t_c", "box_t_c", "no2_slope", "no2_offset_mv", "no2_ppb", "no2_std_ppb", "mf_t_c", "test_mv"],
"col_types" : "Tdddddddddddddd"
},
"qaqc" :{
"col_names" : ["Time_UTC", "Phase_T_C", "Bench_Phase_s", "Meas_L_mm", "ARef_L_mm", "Samp_Pres_inHgA", "Samp_T_C", "Bench_T_C", "Box_T_C", "NO2_Slope", "NO2_Offset_mV", "NO2_ppb", "NO2_std_ppb", "MF_T_C", "Test_mV", "QAQC_Flag"],
"col_types" : "Tddddddddddddddd"
},
"final" : {
"col_names" : ["Time_UTC", "NO2_ppb"],
"col_types" : "Td"
}
},
"teom_1400ab" : {
"air_trend" : {
"col_names" : ["time", "pm25_ugm3", "pm25_ugm3_30min", "pm25_ugm3_1hr"],
"col_types" : "Tddd"
},
"qaqc" : {
"col_names" : ["Time_UTC", "PM2.5_ugm3", "PM2.5_ugm3_30min", "PM2.5_ugm3_1hr", "QAQC_Flag"],
"col_types" : "Tdddd"
},
"final" : {
"col_names" : ["Time_UTC", "PM2.5_ugm3", "PM2.5_ugm3_30min", "PM2.5_ugm3_1hr"],
"col_types" : "Tddd"
}
}
}