NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/raw2proc/trunk/raw2proc/largo_mini_andi_config_20100401.py

Revision 375 (checked in by cbc, 14 years ago)

Process and config modules for Spongenet.

Line 
1 platform_info = {
2     # Used by raw2proc
3     'id' : 'mini_andi',
4     'config_start_date' : '2010-04-01 00:00:00',
5     'config_end_date' : '2010-07-31 00:00:00', # None or yyyy-mm-dd HH:MM:SS
6     'packages' : ('system',
7                   'turbidity',
8                   'optode_127',
9                   'optode_167',
10                   'optode_169',
11                   'optode_170',
12                   'optode_171',
13                   'optode_172',
14                   'optode_173',
15                   'optode_175',
16                   'optode_176',
17                   'optode_178',
18                   'optode_179',
19                   'conductivity',
20                   'pressure',
21                   'current',
22                  ),
23     # Required
24     'institution' : 'Unversity of North Carolina at Chapel Hill (UNC-CH)',
25     'institution_url' : 'http://www.unc.edu',
26     'institution_dods_url' : 'http://whewell.marine.unc.edu/dods',
27     'contact' : 'Howard Mendlovitz (mendlovitz@unc.edu)',
28     'conventions' : 'CF-1.0; SEACOOS-CDL-v2.0',
29     # Required by Scout
30     'format_category_code' : 'fixed-point',
31     'institution_code' : 'nccoos',
32     # Required by Version Tracking
33     'format' : 'seacoos_rt',
34     'seacoos_rt_version' : '2.0',
35     # Recommended
36     'source' : 'Spongenet platform',
37     'references' : 'http://ncccoos.org',
38     'metadata_url' : 'http://whewell.marine.unc.edu/dods',
39     'project' : 'UNC-CH Department of Marine Sciences',
40     'project_url' : 'http://www.marine.unc.edu',
41     # Custom
42     'id_number' : '4887-231',
43     'description' : 'Platform',
44     'serial_number' : '231',
45     'product_number' : '4887',
46     'product_name' : 'Seaguard Datalogger IW',
47     'type' : 'Instrument',
48     'protocol_version' : '4',
49     'xmlns' : 'http://www.aadi.no/RTOutSchema',
50     'location' : 'NURC',
51     'vertical_position': '0',
52     'owner' : 'UNC Chapel Hill',
53     'status_map' : '0:OK',
54 }
55 sensor_info = {
56     'system' : { 'id' : 'system',
57         # Used by raw2proc
58         'raw_dir' : '/seacoos/data/nccoos/level0/'
59         'largo/mini_andi/xml',
60         'raw_file_glob' : '*.xml',
61         'proc_dir' : '/seacoos/data/nccoos/level1/'
62         'largo/mini_andi/nc',
63         'process_module' : 'proc_mini_andi_system',
64         'utc_offset' : 0,  # hours offset to utc
65         'location' : 'Florida Keys National Marine Sanctuary',
66         'lat' : 24.9500,   # degrees true (-) south, (+) north
67         'lon' : -80.4536,  # degrees true (-) west, (+) east
68         'mvar' : -5.6333,  # degrees (-) west, (+) east
69         'elevation' : -20.0, # meters
70         # Custom
71         'id_number' : 'SN100-0',
72         'serial_number' : '0',
73         'product_number' : 'SN100',
74         'product_name' : 'System Node',
75         'description' : 'System Parameters',
76         'adr' : '-4',
77         'protocol_version' : '3',
78         'vertical_position' : '0',
79         'status_map' : '0:OK',
80         # Custom for variables
81         'voltage_id' : '0',
82         'voltage_description' : 'Battery Voltage',
83         'voltage_type' : 'VT_R4',
84         'voltage_format' : '',
85         'voltage_units' : 'V',
86         'voltage_range_min' :'0',
87         'voltage_range_max' : '15',
88         'memory_id' : '1',
89         'memory_description' : 'Memory Used',
90         'memory_type' : 'VT_I4',
91         'memory_format' : '',
92         'memory_units' : 'Bytes',
93         'memory_range_min' : '0',
94         'memory_range_max' : '14024704',
95         'interval_id' : '2',
96         'interval_description' : 'Interval',
97         'interval_type' : 'VT_I4',
98         'interval_format' : '',
99         'interval_units' : 'ms',
100         'interval_range_min' : '',
101         'interval_range_max' : '',
102     },
103     'turbidity' : { 'id' : 'turbidity',
104         # Used by raw2proc
105         'raw_dir' : '/seacoos/data/nccoos/level0/'
106         'largo/mini_andi/xml',
107         'raw_file_glob' : '*.xml',
108         'proc_dir' : '/seacoos/data/nccoos/level1/'
109         'largo/mini_andi/nc',
110         'process_module' : 'proc_mini_andi_turbidity',
111         'utc_offset' : 0,  # hours offset to utc
112         'location' : 'Florida Keys National Marine Sanctuary',
113         'lat' : 24.9500,   # degrees true (-) south, (+) north
114         'lon' : -80.4536,  # degrees true (-) west, (+) east
115         'mvar' : -5.6333,  # degrees (-) west, (+) east
116         'elevation' : -20.0, # meters
117         # Custom
118         'id_number' : 'AN100-0',
119         'serial_number' : '0',
120         'product_number' : 'AN100',
121         'product_name' : 'Analog Sensors',
122         'description' : 'Turbidity #11692',
123         'adr' : '-3',
124         'protocol_version' : '3',
125         'vertical_position' : '0',
126         'status_map' : '0:OK',
127         # Custom for variables
128         'turbidity_id' : '3',
129         'turbidity_description' : 'Turbidity',
130         'turbidity_type' : 'VT_R8',
131         'turbidity_format' : '',
132         'turbidity_units' : 'FTU',
133         'turbidity_range_min' :'0',
134         'turbidity_range_max' : '125',
135     },
136     'optode_127' : { 'id' : 'optode_127',
137         # Used by raw2proc
138         'raw_dir' : '/seacoos/data/nccoos/level0/'
139         'largo/mini_andi/xml',
140         'raw_file_glob' : '*.xml',
141         'proc_dir' : '/seacoos/data/nccoos/level1/'
142         'largo/mini_andi/nc',
143         'process_module' : 'proc_mini_andi_optode',
144         'utc_offset' : 0,  # hours offset to utc
145         'location' : 'Florida Keys National Marine Sanctuary',
146         'lat' : 24.9500,   # degrees true (-) south, (+) north
147         'lon' : -80.4536,  # degrees true (-) west, (+) east
148         'mvar' : -5.6333,  # degrees (-) west, (+) east
149         'elevation' : -20.0, # meters
150         # Custom
151         'id_number' : '4330F-127',
152         'serial_number' : '127',
153         'product_number' : '4330F',
154         'product_name' : 'Optode Sensor',
155         'description' : 'Optode Sensor 4330F#127',
156         'adr' : '340736',
157         'protocol_version' : '1',
158         'vertical_position' : '0',
159         'status_map' : '0:OK',
160         # Custom for variables
161         'o2concentration_id' : '0',
162         'o2concentration_description' : 'O2Concentration',
163         'o2concentration_type' : 'VT_R4',
164         'o2concentration_format' : '%0.3f',
165         'o2concentration_units' : 'uM',
166         'o2concentration_range_min' :'0',
167         'o2concentration_range_max' : '500',
168         'airsaturation_id' : '1',
169         'airsaturation_description' : 'AirSaturation',
170         'airsaturation_type' : 'VT_R4',
171         'airsaturation_format' : '%0.3f',
172         'airsaturation_units' : '%',
173         'airsaturation_range_min' :'0',
174         'airsaturation_range_max' : '150',
175         'temperature_id' : '2',
176         'temperature_description' : 'Temperature',
177         'temperature_type' : 'VT_R4',
178         'temperature_format' : '%0.3f',
179         'temperature_units' : 'Deg.C',
180         'temperature_range_min' :'0',
181         'temperature_range_max' : '40',
182         'calphase_id' : '3',
183         'calphase_description' : 'CalPhase',
184         'calphase_type' : 'VT_R4',
185         'calphase_format' : '%0.3f',
186         'calphase_units' : 'Deg',
187         'calphase_range_min' :'0',
188         'calphase_range_max' : '90',
189         'tcphase_id' : '4',
190         'tcphase_description' : 'TCPhase',
191         'tcphase_type' : 'VT_R4',
192         'tcphase_format' : '%0.3f',
193         'tcphase_units' : 'Deg',
194         'tcphase_range_min' :'0',
195         'tcphase_range_max' : '90',
196         'c1rph_id' : '5',
197         'c1rph_description' : 'C1RPh',
198         'c1rph_type' : 'VT_R4',
199         'c1rph_format' : '%0.3f',
200         'c1rph_units' : 'Deg',
201         'c1rph_range_min' :'0',
202         'c1rph_range_max' : '90',
203         'c2rph_id' : '6',
204         'c2rph_description' : 'C2RPh',
205         'c2rph_type' : 'VT_R4',
206         'c2rph_format' : '%0.3f',
207         'c2rph_units' : 'Deg',
208         'c2rph_range_min' :'0',
209         'c2rph_range_max' : '90',
210         'c1amp_id' : '7',
211         'c1amp_description' : 'C1Amp',
212         'c1amp_type' : 'VT_R4',
213         'c1amp_format' : '%0.1f',
214         'c1amp_units' : 'mV',
215         'c1amp_range_min' :'0',
216         'c1amp_range_max' : '3300',
217         'c2amp_id' : '8',
218         'c2amp_description' : 'C2Amp',
219         'c2amp_type' : 'VT_R4',
220         'c2amp_format' : '%0.1f',
221         'c2amp_units' : 'mV',
222         'c2amp_range_min' :'0',
223         'c2amp_range_max' : '3300',
224         'rawtemp_id' : '9',
225         'rawtemp_description' : 'RawTemp',
226         'rawtemp_type' : 'VT_R4',
227         'rawtemp_format' : '%0.1f',
228         'rawtemp_units' : 'mV',
229         'rawtemp_range_min' :'0',
230         'rawtemp_range_max' : '1500',
231     },
232     'optode_167' : { 'id' : 'optode_167',
233         # Used by raw2proc
234         'raw_dir' : '/seacoos/data/nccoos/level0/'
235         'largo/mini_andi/xml',
236         'raw_file_glob' : '*.xml',
237         'proc_dir' : '/seacoos/data/nccoos/level1/'
238         'largo/mini_andi/nc',
239         'process_module' : 'proc_mini_andi_optode',
240         'utc_offset' : 0,  # hours offset to utc
241         'location' : 'Florida Keys National Marine Sanctuary',
242         'lat' : 24.9500,   # degrees true (-) south, (+) north
243         'lon' : -80.4536,  # degrees true (-) west, (+) east
244         'mvar' : -5.6333,  # degrees (-) west, (+) east
245         'elevation' : -20.0, # meters
246         # Custom
247         'id_number' : '4330F-167',
248         'serial_number' : '167',
249         'product_number' : '4330F',
250         'product_name' : 'Optode Sensor',
251         'description' : 'Optode Sensor 4330F#167',
252         'adr' : '352512',
253         'protocol_version' : '1',
254         'vertical_position' : '0',
255         'status_map' : '0:OK',
256         # Custom for variables
257         'o2concentration_id' : '0',
258         'o2concentration_description' : 'O2Concentration',
259         'o2concentration_type' : 'VT_R4',
260         'o2concentration_format' : '%0.3f',
261         'o2concentration_units' : 'uM',
262         'o2concentration_range_min' :'0',
263         'o2concentration_range_max' : '500',
264         'airsaturation_id' : '1',
265         'airsaturation_description' : 'AirSaturation',
266         'airsaturation_type' : 'VT_R4',
267         'airsaturation_format' : '%0.3f',
268         'airsaturation_units' : '%',
269         'airsaturation_range_min' :'0',
270         'airsaturation_range_max' : '150',
271         'temperature_id' : '2',
272         'temperature_description' : 'Temperature',
273         'temperature_type' : 'VT_R4',
274         'temperature_format' : '%0.3f',
275         'temperature_units' : 'Deg.C',
276         'temperature_range_min' :'0',
277         'temperature_range_max' : '40',
278         'calphase_id' : '3',
279         'calphase_description' : 'CalPhase',
280         'calphase_type' : 'VT_R4',
281         'calphase_format' : '%0.3f',
282         'calphase_units' : 'Deg',
283         'calphase_range_min' :'0',
284         'calphase_range_max' : '90',
285         'tcphase_id' : '4',
286         'tcphase_description' : 'TCPhase',
287         'tcphase_type' : 'VT_R4',
288         'tcphase_format' : '%0.3f',
289         'tcphase_units' : 'Deg',
290         'tcphase_range_min' :'0',
291         'tcphase_range_max' : '90',
292         'c1rph_id' : '5',
293         'c1rph_description' : 'C1RPh',
294         'c1rph_type' : 'VT_R4',
295         'c1rph_format' : '%0.3f',
296         'c1rph_units' : 'Deg',
297         'c1rph_range_min' :'0',
298         'c1rph_range_max' : '90',
299         'c2rph_id' : '6',
300         'c2rph_description' : 'C2RPh',
301         'c2rph_type' : 'VT_R4',
302         'c2rph_format' : '%0.3f',
303         'c2rph_units' : 'Deg',
304         'c2rph_range_min' :'0',
305         'c2rph_range_max' : '90',
306         'c1amp_id' : '7',
307         'c1amp_description' : 'C1Amp',
308         'c1amp_type' : 'VT_R4',
309         'c1amp_format' : '%0.1f',
310         'c1amp_units' : 'mV',
311         'c1amp_range_min' :'0',
312         'c1amp_range_max' : '3300',
313         'c2amp_id' : '8',
314         'c2amp_description' : 'C2Amp',
315         'c2amp_type' : 'VT_R4',
316         'c2amp_format' : '%0.1f',
317         'c2amp_units' : 'mV',
318         'c2amp_range_min' :'0',
319         'c2amp_range_max' : '3300',
320         'rawtemp_id' : '9',
321         'rawtemp_description' : 'RawTemp',
322         'rawtemp_type' : 'VT_R4',
323         'rawtemp_format' : '%0.1f',
324         'rawtemp_units' : 'mV',
325         'rawtemp_range_min' :'0',
326         'rawtemp_range_max' : '1500',
327     },
328     'optode_169' : { 'id' : 'optode_169',
329         # Used by raw2proc
330         'raw_dir' : '/seacoos/data/nccoos/level0/'
331         'largo/mini_andi/xml',
332         'raw_file_glob' : '*.xml',
333         'proc_dir' : '/seacoos/data/nccoos/level1/'
334         'largo/mini_andi/nc',
335         'process_module' : 'proc_mini_andi_optode',
336         'utc_offset' : 0,  # hours offset to utc
337         'location' : 'Florida Keys National Marine Sanctuary',
338         'lat' : 24.9500,   # degrees true (-) south, (+) north
339         'lon' : -80.4536,  # degrees true (-) west, (+) east
340         'mvar' : -5.6333,  # degrees (-) west, (+) east
341         'elevation' : -20.0, # meters
342         # Custom
343         'id_number' : '4330F-169',
344         'serial_number' : '169',
345         'product_number' : '4330F',
346         'product_name' : 'Optode Sensor',
347         'description' : 'Optode Sensor 4330F#169',
348         'adr' : '353024',
349         'protocol_version' : '1',
350         'vertical_position' : '0',
351         'status_map' : '0:OK',
352         # Custom for variables
353         'o2concentration_id' : '0',
354         'o2concentration_description' : 'O2Concentration',
355         'o2concentration_type' : 'VT_R4',
356         'o2concentration_format' : '%0.3f',
357         'o2concentration_units' : 'uM',
358         'o2concentration_range_min' :'0',
359         'o2concentration_range_max' : '500',
360         'airsaturation_id' : '1',
361         'airsaturation_description' : 'AirSaturation',
362         'airsaturation_type' : 'VT_R4',
363         'airsaturation_format' : '%0.3f',
364         'airsaturation_units' : '%',
365         'airsaturation_range_min' :'0',
366         'airsaturation_range_max' : '150',
367         'temperature_id' : '2',
368         'temperature_description' : 'Temperature',
369         'temperature_type' : 'VT_R4',
370         'temperature_format' : '%0.3f',
371         'temperature_units' : 'Deg.C',
372         'temperature_range_min' :'0',
373         'temperature_range_max' : '40',
374         'calphase_id' : '3',
375         'calphase_description' : 'CalPhase',
376         'calphase_type' : 'VT_R4',
377         'calphase_format' : '%0.3f',
378         'calphase_units' : 'Deg',
379         'calphase_range_min' :'0',
380         'calphase_range_max' : '90',
381         'tcphase_id' : '4',
382         'tcphase_description' : 'TCPhase',
383         'tcphase_type' : 'VT_R4',
384         'tcphase_format' : '%0.3f',
385         'tcphase_units' : 'Deg',
386         'tcphase_range_min' :'0',
387         'tcphase_range_max' : '90',
388         'c1rph_id' : '5',
389         'c1rph_description' : 'C1RPh',
390         'c1rph_type' : 'VT_R4',
391         'c1rph_format' : '%0.3f',
392         'c1rph_units' : 'Deg',
393         'c1rph_range_min' :'0',
394         'c1rph_range_max' : '90',
395         'c2rph_id' : '6',
396         'c2rph_description' : 'C2RPh',
397         'c2rph_type' : 'VT_R4',
398         'c2rph_format' : '%0.3f',
399         'c2rph_units' : 'Deg',
400         'c2rph_range_min' :'0',
401         'c2rph_range_max' : '90',
402         'c1amp_id' : '7',
403         'c1amp_description' : 'C1Amp',
404         'c1amp_type' : 'VT_R4',
405         'c1amp_format' : '%0.1f',
406         'c1amp_units' : 'mV',
407         'c1amp_range_min' :'0',
408         'c1amp_range_max' : '3300',
409         'c2amp_id' : '8',
410         'c2amp_description' : 'C2Amp',
411         'c2amp_type' : 'VT_R4',
412         'c2amp_format' : '%0.1f',
413         'c2amp_units' : 'mV',
414         'c2amp_range_min' :'0',
415         'c2amp_range_max' : '3300',
416         'rawtemp_id' : '9',
417         'rawtemp_description' : 'RawTemp',
418         'rawtemp_type' : 'VT_R4',
419         'rawtemp_format' : '%0.1f',
420         'rawtemp_units' : 'mV',
421         'rawtemp_range_min' :'0',
422         'rawtemp_range_max' : '1500',
423     },
424     'optode_170' : { 'id' : 'optode_170',
425         # Used by raw2proc
426         'raw_dir' : '/seacoos/data/nccoos/level0/'
427         'largo/mini_andi/xml',
428         'raw_file_glob' : '*.xml',
429         'proc_dir' : '/seacoos/data/nccoos/level1/'
430         'largo/mini_andi/nc',
431         'process_module' : 'proc_mini_andi_optode',
432         'utc_offset' : 0,  # hours offset to utc
433         'location' : 'Florida Keys National Marine Sanctuary',
434         'lat' : 24.9500,   # degrees true (-) south, (+) north
435         'lon' : -80.4536,  # degrees true (-) west, (+) east
436         'mvar' : -5.6333,  # degrees (-) west, (+) east
437         'elevation' : -20.0, # meters
438         # Custom
439         'id_number' : '4330F-170',
440         'serial_number' : '170',
441         'product_number' : '4330F',
442         'product_name' : 'Optode Sensor',
443         'description' : 'Optode Sensor 4330F#170',
444         'adr' : '353280',
445         'protocol_version' : '1',
446         'vertical_position' : '0',
447         'status_map' : '0:OK',
448         # Custom for variables
449         'o2concentration_id' : '0',
450         'o2concentration_description' : 'O2Concentration',
451         'o2concentration_type' : 'VT_R4',
452         'o2concentration_format' : '%0.3f',
453         'o2concentration_units' : 'uM',
454         'o2concentration_range_min' :'0',
455         'o2concentration_range_max' : '500',
456         'airsaturation_id' : '1',
457         'airsaturation_description' : 'AirSaturation',
458         'airsaturation_type' : 'VT_R4',
459         'airsaturation_format' : '%0.3f',
460         'airsaturation_units' : '%',
461         'airsaturation_range_min' :'0',
462         'airsaturation_range_max' : '150',
463         'temperature_id' : '2',
464         'temperature_description' : 'Temperature',
465         'temperature_type' : 'VT_R4',
466         'temperature_format' : '%0.3f',
467         'temperature_units' : 'Deg.C',
468         'temperature_range_min' :'0',
469         'temperature_range_max' : '40',
470         'calphase_id' : '3',
471         'calphase_description' : 'CalPhase',
472         'calphase_type' : 'VT_R4',
473         'calphase_format' : '%0.3f',
474         'calphase_units' : 'Deg',
475         'calphase_range_min' :'0',
476         'calphase_range_max' : '90',
477         'tcphase_id' : '4',
478         'tcphase_description' : 'TCPhase',
479         'tcphase_type' : 'VT_R4',
480         'tcphase_format' : '%0.3f',
481         'tcphase_units' : 'Deg',
482         'tcphase_range_min' :'0',
483         'tcphase_range_max' : '90',
484         'c1rph_id' : '5',
485         'c1rph_description' : 'C1RPh',
486         'c1rph_type' : 'VT_R4',
487         'c1rph_format' : '%0.3f',
488         'c1rph_units' : 'Deg',
489         'c1rph_range_min' :'0',
490         'c1rph_range_max' : '90',
491         'c2rph_id' : '6',
492         'c2rph_description' : 'C2RPh',
493         'c2rph_type' : 'VT_R4',
494         'c2rph_format' : '%0.3f',
495         'c2rph_units' : 'Deg',
496         'c2rph_range_min' :'0',
497         'c2rph_range_max' : '90',
498         'c1amp_id' : '7',
499         'c1amp_description' : 'C1Amp',
500         'c1amp_type' : 'VT_R4',
501         'c1amp_format' : '%0.1f',
502         'c1amp_units' : 'mV',
503         'c1amp_range_min' :'0',
504         'c1amp_range_max' : '3300',
505         'c2amp_id' : '8',
506         'c2amp_description' : 'C2Amp',
507         'c2amp_type' : 'VT_R4',
508         'c2amp_format' : '%0.1f',
509         'c2amp_units' : 'mV',
510         'c2amp_range_min' :'0',
511         'c2amp_range_max' : '3300',
512         'rawtemp_id' : '9',
513         'rawtemp_description' : 'RawTemp',
514         'rawtemp_type' : 'VT_R4',
515         'rawtemp_format' : '%0.1f',
516         'rawtemp_units' : 'mV',
517         'rawtemp_range_min' :'0',
518         'rawtemp_range_max' : '1500',
519     },
520     'optode_171' : { 'id' : 'optode_171',
521         # Used by raw2proc
522         'raw_dir' : '/seacoos/data/nccoos/level0/'
523         'largo/mini_andi/xml',
524         'raw_file_glob' : '*.xml',
525         'proc_dir' : '/seacoos/data/nccoos/level1/'
526         'largo/mini_andi/nc',
527         'process_module' : 'proc_mini_andi_optode',
528         'utc_offset' : 0,  # hours offset to utc
529         'location' : 'Florida Keys National Marine Sanctuary',
530         'lat' : 24.9500,   # degrees true (-) south, (+) north
531         'lon' : -80.4536,  # degrees true (-) west, (+) east
532         'mvar' : -5.6333,  # degrees (-) west, (+) east
533         'elevation' : -20.0, # meters
534         # Custom
535         'id_number' : '4330F-171',
536         'serial_number' : '171',
537         'product_number' : '4330F',
538         'product_name' : 'Optode Sensor',
539         'description' : 'Optode Sensor 4330F#171',
540         'adr' : '353536',
541         'protocol_version' : '1',
542         'vertical_position' : '0',
543         'status_map' : '0:OK',
544         # Custom for variables
545         'o2concentration_id' : '0',
546         'o2concentration_description' : 'O2Concentration',
547         'o2concentration_type' : 'VT_R4',
548         'o2concentration_format' : '%0.3f',
549         'o2concentration_units' : 'uM',
550         'o2concentration_range_min' :'0',
551         'o2concentration_range_max' : '500',
552         'airsaturation_id' : '1',
553         'airsaturation_description' : 'AirSaturation',
554         'airsaturation_type' : 'VT_R4',
555         'airsaturation_format' : '%0.3f',
556         'airsaturation_units' : '%',
557         'airsaturation_range_min' :'0',
558         'airsaturation_range_max' : '150',
559         'temperature_id' : '2',
560         'temperature_description' : 'Temperature',
561         'temperature_type' : 'VT_R4',
562         'temperature_format' : '%0.3f',
563         'temperature_units' : 'Deg.C',
564         'temperature_range_min' :'0',
565         'temperature_range_max' : '40',
566         'calphase_id' : '3',
567         'calphase_description' : 'CalPhase',
568         'calphase_type' : 'VT_R4',
569         'calphase_format' : '%0.3f',
570         'calphase_units' : 'Deg',
571         'calphase_range_min' :'0',
572         'calphase_range_max' : '90',
573         'tcphase_id' : '4',
574         'tcphase_description' : 'TCPhase',
575         'tcphase_type' : 'VT_R4',
576         'tcphase_format' : '%0.3f',
577         'tcphase_units' : 'Deg',
578         'tcphase_range_min' :'0',
579         'tcphase_range_max' : '90',
580         'c1rph_id' : '5',
581         'c1rph_description' : 'C1RPh',
582         'c1rph_type' : 'VT_R4',
583         'c1rph_format' : '%0.3f',
584         'c1rph_units' : 'Deg',
585         'c1rph_range_min' :'0',
586         'c1rph_range_max' : '90',
587         'c2rph_id' : '6',
588         'c2rph_description' : 'C2RPh',
589         'c2rph_type' : 'VT_R4',
590         'c2rph_format' : '%0.3f',
591         'c2rph_units' : 'Deg',
592         'c2rph_range_min' :'0',
593         'c2rph_range_max' : '90',
594         'c1amp_id' : '7',
595         'c1amp_description' : 'C1Amp',
596         'c1amp_type' : 'VT_R4',
597         'c1amp_format' : '%0.1f',
598         'c1amp_units' : 'mV',
599         'c1amp_range_min' :'0',
600         'c1amp_range_max' : '3300',
601         'c2amp_id' : '8',
602         'c2amp_description' : 'C2Amp',
603         'c2amp_type' : 'VT_R4',
604         'c2amp_format' : '%0.1f',
605         'c2amp_units' : 'mV',
606         'c2amp_range_min' :'0',
607         'c2amp_range_max' : '3300',
608         'rawtemp_id' : '9',
609         'rawtemp_description' : 'RawTemp',
610         'rawtemp_type' : 'VT_R4',
611         'rawtemp_format' : '%0.1f',
612         'rawtemp_units' : 'mV',
613         'rawtemp_range_min' :'0',
614         'rawtemp_range_max' : '1500',
615     },
616     'optode_172' : { 'id' : 'optode_172',
617         # Used by raw2proc
618         'raw_dir' : '/seacoos/data/nccoos/level0/'
619         'largo/mini_andi/xml',
620         'raw_file_glob' : '*.xml',
621         'proc_dir' : '/seacoos/data/nccoos/level1/'
622         'largo/mini_andi/nc',
623         'process_module' : 'proc_mini_andi_optode',
624         'utc_offset' : 0,  # hours offset to utc
625         'location' : 'Florida Keys National Marine Sanctuary',
626         'lat' : 24.9500,   # degrees true (-) south, (+) north
627         'lon' : -80.4536,  # degrees true (-) west, (+) east
628         'mvar' : -5.6333,  # degrees (-) west, (+) east
629         'elevation' : -20.0, # meters
630         # Custom
631         'id_number' : '4330F-172',
632         'serial_number' : '172',
633         'product_number' : '4330F',
634         'product_name' : 'Optode Sensor',
635         'description' : 'Optode Sensor 4330F#172',
636         'adr' : '353792',
637         'protocol_version' : '1',
638         'vertical_position' : '0',
639         'status_map' : '0:OK',
640         # Custom for variables
641         'o2concentration_id' : '0',
642         'o2concentration_description' : 'O2Concentration',
643         'o2concentration_type' : 'VT_R4',
644         'o2concentration_format' : '%0.3f',
645         'o2concentration_units' : 'uM',
646         'o2concentration_range_min' :'0',
647         'o2concentration_range_max' : '500',
648         'airsaturation_id' : '1',
649         'airsaturation_description' : 'AirSaturation',
650         'airsaturation_type' : 'VT_R4',
651         'airsaturation_format' : '%0.3f',
652         'airsaturation_units' : '%',
653         'airsaturation_range_min' :'0',
654         'airsaturation_range_max' : '150',
655         'temperature_id' : '2',
656         'temperature_description' : 'Temperature',
657         'temperature_type' : 'VT_R4',
658         'temperature_format' : '%0.3f',
659         'temperature_units' : 'Deg.C',
660         'temperature_range_min' :'0',
661         'temperature_range_max' : '40',
662         'calphase_id' : '3',
663         'calphase_description' : 'CalPhase',
664         'calphase_type' : 'VT_R4',
665         'calphase_format' : '%0.3f',
666         'calphase_units' : 'Deg',
667         'calphase_range_min' :'0',
668         'calphase_range_max' : '90',
669         'tcphase_id' : '4',
670         'tcphase_description' : 'TCPhase',
671         'tcphase_type' : 'VT_R4',
672         'tcphase_format' : '%0.3f',
673         'tcphase_units' : 'Deg',
674         'tcphase_range_min' :'0',
675         'tcphase_range_max' : '90',
676         'c1rph_id' : '5',
677         'c1rph_description' : 'C1RPh',
678         'c1rph_type' : 'VT_R4',
679         'c1rph_format' : '%0.3f',
680         'c1rph_units' : 'Deg',
681         'c1rph_range_min' :'0',
682         'c1rph_range_max' : '90',
683         'c2rph_id' : '6',
684         'c2rph_description' : 'C2RPh',
685         'c2rph_type' : 'VT_R4',
686         'c2rph_format' : '%0.3f',
687         'c2rph_units' : 'Deg',
688         'c2rph_range_min' :'0',
689         'c2rph_range_max' : '90',
690         'c1amp_id' : '7',
691         'c1amp_description' : 'C1Amp',
692         'c1amp_type' : 'VT_R4',
693         'c1amp_format' : '%0.1f',
694         'c1amp_units' : 'mV',
695         'c1amp_range_min' :'0',
696         'c1amp_range_max' : '3300',
697         'c2amp_id' : '8',
698         'c2amp_description' : 'C2Amp',
699         'c2amp_type' : 'VT_R4',
700         'c2amp_format' : '%0.1f',
701         'c2amp_units' : 'mV',
702         'c2amp_range_min' :'0',
703         'c2amp_range_max' : '3300',
704         'rawtemp_id' : '9',
705         'rawtemp_description' : 'RawTemp',
706         'rawtemp_type' : 'VT_R4',
707         'rawtemp_format' : '%0.1f',
708         'rawtemp_units' : 'mV',
709         'rawtemp_range_min' :'0',
710         'rawtemp_range_max' : '1500',
711     },
712     'optode_173' : { 'id' : 'optode_173',
713         # Used by raw2proc
714         'raw_dir' : '/seacoos/data/nccoos/level0/'
715         'largo/mini_andi/xml',
716         'raw_file_glob' : '*.xml',
717         'proc_dir' : '/seacoos/data/nccoos/level1/'
718         'largo/mini_andi/nc',
719         'process_module' : 'proc_mini_andi_optode',
720         'utc_offset' : 0,  # hours offset to utc
721         'location' : 'Florida Keys National Marine Sanctuary',
722         'lat' : 24.9500,   # degrees true (-) south, (+) north
723         'lon' : -80.4536,  # degrees true (-) west, (+) east
724         'mvar' : -5.6333,  # degrees (-) west, (+) east
725         'elevation' : -20.0, # meters
726         # Custom
727         'id_number' : '4330F-173',
728         'serial_number' : '173',
729         'product_number' : '4330F',
730         'product_name' : 'Optode Sensor',
731         'description' : 'Optode Sensor 4330F#173',
732         'adr' : '354048',
733         'protocol_version' : '1',
734         'vertical_position' : '0',
735         'status_map' : '0:OK',
736         # Custom for variables
737         'o2concentration_id' : '0',
738         'o2concentration_description' : 'O2Concentration',
739         'o2concentration_type' : 'VT_R4',
740         'o2concentration_format' : '%0.3f',
741         'o2concentration_units' : 'uM',
742         'o2concentration_range_min' :'0',
743         'o2concentration_range_max' : '500',
744         'airsaturation_id' : '1',
745         'airsaturation_description' : 'AirSaturation',
746         'airsaturation_type' : 'VT_R4',
747         'airsaturation_format' : '%0.3f',
748         'airsaturation_units' : '%',
749         'airsaturation_range_min' :'0',
750         'airsaturation_range_max' : '150',
751         'temperature_id' : '2',
752         'temperature_description' : 'Temperature',
753         'temperature_type' : 'VT_R4',
754         'temperature_format' : '%0.3f',
755         'temperature_units' : 'Deg.C',
756         'temperature_range_min' :'0',
757         'temperature_range_max' : '40',
758         'calphase_id' : '3',
759         'calphase_description' : 'CalPhase',
760         'calphase_type' : 'VT_R4',
761         'calphase_format' : '%0.3f',
762         'calphase_units' : 'Deg',
763         'calphase_range_min' :'0',
764         'calphase_range_max' : '90',
765         'tcphase_id' : '4',
766         'tcphase_description' : 'TCPhase',
767         'tcphase_type' : 'VT_R4',
768         'tcphase_format' : '%0.3f',
769         'tcphase_units' : 'Deg',
770         'tcphase_range_min' :'0',
771         'tcphase_range_max' : '90',
772         'c1rph_id' : '5',
773         'c1rph_description' : 'C1RPh',
774         'c1rph_type' : 'VT_R4',
775         'c1rph_format' : '%0.3f',
776         'c1rph_units' : 'Deg',
777         'c1rph_range_min' :'0',
778         'c1rph_range_max' : '90',
779         'c2rph_id' : '6',
780         'c2rph_description' : 'C2RPh',
781         'c2rph_type' : 'VT_R4',
782         'c2rph_format' : '%0.3f',
783         'c2rph_units' : 'Deg',
784         'c2rph_range_min' :'0',
785         'c2rph_range_max' : '90',
786         'c1amp_id' : '7',
787         'c1amp_description' : 'C1Amp',
788         'c1amp_type' : 'VT_R4',
789         'c1amp_format' : '%0.1f',
790         'c1amp_units' : 'mV',
791         'c1amp_range_min' :'0',
792         'c1amp_range_max' : '3300',
793         'c2amp_id' : '8',
794         'c2amp_description' : 'C2Amp',
795         'c2amp_type' : 'VT_R4',
796         'c2amp_format' : '%0.1f',
797         'c2amp_units' : 'mV',
798         'c2amp_range_min' :'0',
799         'c2amp_range_max' : '3300',
800         'rawtemp_id' : '9',
801         'rawtemp_description' : 'RawTemp',
802         'rawtemp_type' : 'VT_R4',
803         'rawtemp_format' : '%0.1f',
804         'rawtemp_units' : 'mV',
805         'rawtemp_range_min' :'0',
806         'rawtemp_range_max' : '1500',
807     },
808     'optode_175' : { 'id' : 'optode_175',
809         # Used by raw2proc
810         'raw_dir' : '/seacoos/data/nccoos/level0/'
811         'largo/mini_andi/xml',
812         'raw_file_glob' : '*.xml',
813         'proc_dir' : '/seacoos/data/nccoos/level1/'
814         'largo/mini_andi/nc',
815         'process_module' : 'proc_mini_andi_optode',
816         'utc_offset' : 0,  # hours offset to utc
817         'location' : 'Florida Keys National Marine Sanctuary',
818         'lat' : 24.9500,   # degrees true (-) south, (+) north
819         'lon' : -80.4536,  # degrees true (-) west, (+) east
820         'mvar' : -5.6333,  # degrees (-) west, (+) east
821         'elevation' : -20.0, # meters
822         # Custom
823         'id_number' : '4330F-175',
824         'serial_number' : '175',
825         'product_number' : '4330F',
826         'product_name' : 'Optode Sensor',
827         'description' : 'Optode Sensor 4330F#175',
828         'adr' : '354560',
829         'protocol_version' : '1',
830         'vertical_position' : '0',
831         'status_map' : '0:OK',
832         # Custom for variables
833         'o2concentration_id' : '0',
834         'o2concentration_description' : 'O2Concentration',
835         'o2concentration_type' : 'VT_R4',
836         'o2concentration_format' : '%0.3f',
837         'o2concentration_units' : 'uM',
838         'o2concentration_range_min' :'0',
839         'o2concentration_range_max' : '500',
840         'airsaturation_id' : '1',
841         'airsaturation_description' : 'AirSaturation',
842         'airsaturation_type' : 'VT_R4',
843         'airsaturation_format' : '%0.3f',
844         'airsaturation_units' : '%',
845         'airsaturation_range_min' :'0',
846         'airsaturation_range_max' : '150',
847         'temperature_id' : '2',
848         'temperature_description' : 'Temperature',
849         'temperature_type' : 'VT_R4',
850         'temperature_format' : '%0.3f',
851         'temperature_units' : 'Deg.C',
852         'temperature_range_min' :'0',
853         'temperature_range_max' : '40',
854         'calphase_id' : '3',
855         'calphase_description' : 'CalPhase',
856         'calphase_type' : 'VT_R4',
857         'calphase_format' : '%0.3f',
858         'calphase_units' : 'Deg',
859         'calphase_range_min' :'0',
860         'calphase_range_max' : '90',
861         'tcphase_id' : '4',
862         'tcphase_description' : 'TCPhase',
863         'tcphase_type' : 'VT_R4',
864         'tcphase_format' : '%0.3f',
865         'tcphase_units' : 'Deg',
866         'tcphase_range_min' :'0',
867         'tcphase_range_max' : '90',
868         'c1rph_id' : '5',
869         'c1rph_description' : 'C1RPh',
870         'c1rph_type' : 'VT_R4',
871         'c1rph_format' : '%0.3f',
872         'c1rph_units' : 'Deg',
873         'c1rph_range_min' :'0',
874         'c1rph_range_max' : '90',
875         'c2rph_id' : '6',
876         'c2rph_description' : 'C2RPh',
877         'c2rph_type' : 'VT_R4',
878         'c2rph_format' : '%0.3f',
879         'c2rph_units' : 'Deg',
880         'c2rph_range_min' :'0',
881         'c2rph_range_max' : '90',
882         'c1amp_id' : '7',
883         'c1amp_description' : 'C1Amp',
884         'c1amp_type' : 'VT_R4',
885         'c1amp_format' : '%0.1f',
886         'c1amp_units' : 'mV',
887         'c1amp_range_min' :'0',
888         'c1amp_range_max' : '3300',
889         'c2amp_id' : '8',
890         'c2amp_description' : 'C2Amp',
891         'c2amp_type' : 'VT_R4',
892         'c2amp_format' : '%0.1f',
893         'c2amp_units' : 'mV',
894         'c2amp_range_min' :'0',
895         'c2amp_range_max' : '3300',
896         'rawtemp_id' : '9',
897         'rawtemp_description' : 'RawTemp',
898         'rawtemp_type' : 'VT_R4',
899         'rawtemp_format' : '%0.1f',
900         'rawtemp_units' : 'mV',
901         'rawtemp_range_min' :'0',
902         'rawtemp_range_max' : '1500',
903     },
904     'optode_176' : { 'id' : 'optode_176',
905         # Used by raw2proc
906         'raw_dir' : '/seacoos/data/nccoos/level0/'
907         'largo/mini_andi/xml',
908         'raw_file_glob' : '*.xml',
909         'proc_dir' : '/seacoos/data/nccoos/level1/'
910         'largo/mini_andi/nc',
911         'process_module' : 'proc_mini_andi_optode',
912         'utc_offset' : 0,  # hours offset to utc
913         'location' : 'Florida Keys National Marine Sanctuary',
914         'lat' : 24.9500,   # degrees true (-) south, (+) north
915         'lon' : -80.4536,  # degrees true (-) west, (+) east
916         'mvar' : -5.6333,  # degrees (-) west, (+) east
917         'elevation' : -20.0, # meters
918         # Custom
919         'id_number' : '4330F-176',
920         'serial_number' : '176',
921         'product_number' : '4330F',
922         'product_name' : 'Optode Sensor',
923         'description' : 'Optode Sensor 4330F#176',
924         'adr' : '354816',
925         'protocol_version' : '1',
926         'vertical_position' : '0',
927         'status_map' : '0:OK',
928         # Custom for variables
929         'o2concentration_id' : '0',
930         'o2concentration_description' : 'O2Concentration',
931         'o2concentration_type' : 'VT_R4',
932         'o2concentration_format' : '%0.3f',
933         'o2concentration_units' : 'uM',
934         'o2concentration_range_min' :'0',
935         'o2concentration_range_max' : '500',
936         'airsaturation_id' : '1',
937         'airsaturation_description' : 'AirSaturation',
938         'airsaturation_type' : 'VT_R4',
939         'airsaturation_format' : '%0.3f',
940         'airsaturation_units' : '%',
941         'airsaturation_range_min' :'0',
942         'airsaturation_range_max' : '150',
943         'temperature_id' : '2',
944         'temperature_description' : 'Temperature',
945         'temperature_type' : 'VT_R4',
946         'temperature_format' : '%0.3f',
947         'temperature_units' : 'Deg.C',
948         'temperature_range_min' :'0',
949         'temperature_range_max' : '40',
950         'calphase_id' : '3',
951         'calphase_description' : 'CalPhase',
952         'calphase_type' : 'VT_R4',
953         'calphase_format' : '%0.3f',
954         'calphase_units' : 'Deg',
955         'calphase_range_min' :'0',
956         'calphase_range_max' : '90',
957         'tcphase_id' : '4',
958         'tcphase_description' : 'TCPhase',
959         'tcphase_type' : 'VT_R4',
960         'tcphase_format' : '%0.3f',
961         'tcphase_units' : 'Deg',
962         'tcphase_range_min' :'0',
963         'tcphase_range_max' : '90',
964         'c1rph_id' : '5',
965         'c1rph_description' : 'C1RPh',
966         'c1rph_type' : 'VT_R4',
967         'c1rph_format' : '%0.3f',
968         'c1rph_units' : 'Deg',
969         'c1rph_range_min' :'0',
970         'c1rph_range_max' : '90',
971         'c2rph_id' : '6',
972         'c2rph_description' : 'C2RPh',
973         'c2rph_type' : 'VT_R4',
974         'c2rph_format' : '%0.3f',
975         'c2rph_units' : 'Deg',
976         'c2rph_range_min' :'0',
977         'c2rph_range_max' : '90',
978         'c1amp_id' : '7',
979         'c1amp_description' : 'C1Amp',
980         'c1amp_type' : 'VT_R4',
981         'c1amp_format' : '%0.1f',
982         'c1amp_units' : 'mV',
983         'c1amp_range_min' :'0',
984         'c1amp_range_max' : '3300',
985         'c2amp_id' : '8',
986         'c2amp_description' : 'C2Amp',
987         'c2amp_type' : 'VT_R4',
988         'c2amp_format' : '%0.1f',
989         'c2amp_units' : 'mV',
990         'c2amp_range_min' :'0',
991         'c2amp_range_max' : '3300',
992         'rawtemp_id' : '9',
993         'rawtemp_description' : 'RawTemp',
994         'rawtemp_type' : 'VT_R4',
995         'rawtemp_format' : '%0.1f',
996         'rawtemp_units' : 'mV',
997         'rawtemp_range_min' :'0',
998         'rawtemp_range_max' : '1500',
999     },
1000     'optode_178' : { 'id' : 'optode_178',
1001         # Used by raw2proc
1002         'raw_dir' : '/seacoos/data/nccoos/level0/'
1003         'largo/mini_andi/xml',
1004         'raw_file_glob' : '*.xml',
1005         'proc_dir' : '/seacoos/data/nccoos/level1/'
1006         'largo/mini_andi/nc',
1007         'process_module' : 'proc_mini_andi_optode',
1008         'utc_offset' : 0,  # hours offset to utc
1009         'location' : 'Florida Keys National Marine Sanctuary',
1010         'lat' : 24.9500,   # degrees true (-) south, (+) north
1011         'lon' : -80.4536,  # degrees true (-) west, (+) east
1012         'mvar' : -5.6333,  # degrees (-) west, (+) east
1013         'elevation' : -20.0, # meters
1014         # Custom
1015         'id_number' : '4330F-178',
1016         'serial_number' : '178',
1017         'product_number' : '4330F',
1018         'product_name' : 'Optode Sensor',
1019         'description' : 'Optode Sensor 4330F#178',
1020         'adr' : '355328',
1021         'protocol_version' : '1',
1022         'vertical_position' : '0',
1023         'status_map' : '0:OK',
1024         # Custom for variables
1025         'o2concentration_id' : '0',
1026         'o2concentration_description' : 'O2Concentration',
1027         'o2concentration_type' : 'VT_R4',
1028         'o2concentration_format' : '%0.3f',
1029         'o2concentration_units' : 'uM',
1030         'o2concentration_range_min' :'0',
1031         'o2concentration_range_max' : '500',
1032         'airsaturation_id' : '1',
1033         'airsaturation_description' : 'AirSaturation',
1034         'airsaturation_type' : 'VT_R4',
1035         'airsaturation_format' : '%0.3f',
1036         'airsaturation_units' : '%',
1037         'airsaturation_range_min' :'0',
1038         'airsaturation_range_max' : '150',
1039         'temperature_id' : '2',
1040         'temperature_description' : 'Temperature',
1041         'temperature_type' : 'VT_R4',
1042         'temperature_format' : '%0.3f',
1043         'temperature_units' : 'Deg.C',
1044         'temperature_range_min' :'0',
1045         'temperature_range_max' : '40',
1046         'calphase_id' : '3',
1047         'calphase_description' : 'CalPhase',
1048         'calphase_type' : 'VT_R4',
1049         'calphase_format' : '%0.3f',
1050         'calphase_units' : 'Deg',
1051         'calphase_range_min' :'0',
1052         'calphase_range_max' : '90',
1053         'tcphase_id' : '4',
1054         'tcphase_description' : 'TCPhase',
1055         'tcphase_type' : 'VT_R4',
1056         'tcphase_format' : '%0.3f',
1057         'tcphase_units' : 'Deg',
1058         'tcphase_range_min' :'0',
1059         'tcphase_range_max' : '90',
1060         'c1rph_id' : '5',
1061         'c1rph_description' : 'C1RPh',
1062         'c1rph_type' : 'VT_R4',
1063         'c1rph_format' : '%0.3f',
1064         'c1rph_units' : 'Deg',
1065         'c1rph_range_min' :'0',
1066         'c1rph_range_max' : '90',
1067         'c2rph_id' : '6',
1068         'c2rph_description' : 'C2RPh',
1069         'c2rph_type' : 'VT_R4',
1070         'c2rph_format' : '%0.3f',
1071         'c2rph_units' : 'Deg',
1072         'c2rph_range_min' :'0',
1073         'c2rph_range_max' : '90',
1074         'c1amp_id' : '7',
1075         'c1amp_description' : 'C1Amp',
1076         'c1amp_type' : 'VT_R4',
1077         'c1amp_format' : '%0.1f',
1078         'c1amp_units' : 'mV',
1079         'c1amp_range_min' :'0',
1080         'c1amp_range_max' : '3300',
1081         'c2amp_id' : '8',
1082         'c2amp_description' : 'C2Amp',
1083         'c2amp_type' : 'VT_R4',
1084         'c2amp_format' : '%0.1f',
1085         'c2amp_units' : 'mV',
1086         'c2amp_range_min' :'0',
1087         'c2amp_range_max' : '3300',
1088         'rawtemp_id' : '9',
1089         'rawtemp_description' : 'RawTemp',
1090         'rawtemp_type' : 'VT_R4',
1091         'rawtemp_format' : '%0.1f',
1092         'rawtemp_units' : 'mV',
1093         'rawtemp_range_min' :'0',
1094         'rawtemp_range_max' : '1500',
1095     },
1096     'optode_179' : { 'id' : 'optode_179',
1097         # Used by raw2proc
1098         'raw_dir' : '/seacoos/data/nccoos/level0/'
1099         'largo/mini_andi/xml',
1100         'raw_file_glob' : '*.xml',
1101         'proc_dir' : '/seacoos/data/nccoos/level1/'
1102         'largo/mini_andi/nc',
1103         'process_module' : 'proc_mini_andi_optode',
1104         'utc_offset' : 0,  # hours offset to utc
1105         'location' : 'Florida Keys National Marine Sanctuary',
1106         'lat' : 24.9500,   # degrees true (-) south, (+) north
1107         'lon' : -80.4536,  # degrees true (-) west, (+) east
1108         'mvar' : -5.6333,  # degrees (-) west, (+) east
1109         'elevation' : -20.0, # meters
1110         # Custom
1111         'id_number' : '4330F-179',
1112         'serial_number' : '179',
1113         'product_number' : '4330F',
1114         'product_name' : 'Optode Sensor',
1115         'description' : 'Optode Sensor 4330F#179',
1116         'adr' : '355584',
1117         'protocol_version' : '1',
1118         'vertical_position' : '0',
1119         'status_map' : '0:OK',
1120         # Custom for variables
1121         'o2concentration_id' : '0',
1122         'o2concentration_description' : 'O2Concentration',
1123         'o2concentration_type' : 'VT_R4',
1124         'o2concentration_format' : '%0.3f',
1125         'o2concentration_units' : 'uM',
1126         'o2concentration_range_min' :'0',
1127         'o2concentration_range_max' : '500',
1128         'airsaturation_id' : '1',
1129         'airsaturation_description' : 'AirSaturation',
1130         'airsaturation_type' : 'VT_R4',
1131         'airsaturation_format' : '%0.3f',
1132         'airsaturation_units' : '%',
1133         'airsaturation_range_min' :'0',
1134         'airsaturation_range_max' : '150',
1135         'temperature_id' : '2',
1136         'temperature_description' : 'Temperature',
1137         'temperature_type' : 'VT_R4',
1138         'temperature_format' : '%0.3f',
1139         'temperature_units' : 'Deg.C',
1140         'temperature_range_min' :'0',
1141         'temperature_range_max' : '40',
1142         'calphase_id' : '3',
1143         'calphase_description' : 'CalPhase',
1144         'calphase_type' : 'VT_R4',
1145         'calphase_format' : '%0.3f',
1146         'calphase_units' : 'Deg',
1147         'calphase_range_min' :'0',
1148         'calphase_range_max' : '90',
1149         'tcphase_id' : '4',
1150         'tcphase_description' : 'TCPhase',
1151         'tcphase_type' : 'VT_R4',
1152         'tcphase_format' : '%0.3f',
1153         'tcphase_units' : 'Deg',
1154         'tcphase_range_min' :'0',
1155         'tcphase_range_max' : '90',
1156         'c1rph_id' : '5',
1157         'c1rph_description' : 'C1RPh',
1158         'c1rph_type' : 'VT_R4',
1159         'c1rph_format' : '%0.3f',
1160         'c1rph_units' : 'Deg',
1161         'c1rph_range_min' :'0',
1162         'c1rph_range_max' : '90',
1163         'c2rph_id' : '6',
1164         'c2rph_description' : 'C2RPh',
1165         'c2rph_type' : 'VT_R4',
1166         'c2rph_format' : '%0.3f',
1167         'c2rph_units' : 'Deg',
1168         'c2rph_range_min' :'0',
1169         'c2rph_range_max' : '90',
1170         'c1amp_id' : '7',
1171         'c1amp_description' : 'C1Amp',
1172         'c1amp_type' : 'VT_R4',
1173         'c1amp_format' : '%0.1f',
1174         'c1amp_units' : 'mV',
1175         'c1amp_range_min' :'0',
1176         'c1amp_range_max' : '3300',
1177         'c2amp_id' : '8',
1178         'c2amp_description' : 'C2Amp',
1179         'c2amp_type' : 'VT_R4',
1180         'c2amp_format' : '%0.1f',
1181         'c2amp_units' : 'mV',
1182         'c2amp_range_min' :'0',
1183         'c2amp_range_max' : '3300',
1184         'rawtemp_id' : '9',
1185         'rawtemp_description' : 'RawTemp',
1186         'rawtemp_type' : 'VT_R4',
1187         'rawtemp_format' : '%0.1f',
1188         'rawtemp_units' : 'mV',
1189         'rawtemp_range_min' :'0',
1190         'rawtemp_range_max' : '1500',
1191     },
1192     'conductivity' : { 'id' : 'conductivity',
1193         # Used by raw2proc
1194         'raw_dir' : '/seacoos/data/nccoos/level0/'
1195         'largo/mini_andi/xml',
1196         'raw_file_glob' : '*.xml',
1197         'proc_dir' : '/seacoos/data/nccoos/level1/'
1198         'largo/mini_andi/nc',
1199         'process_module' : 'proc_mini_andi_conductivity',
1200         'utc_offset' : 0,  # hours offset to utc
1201         'location' : 'Florida Keys National Marine Sanctuary',
1202         'lat' : 24.9500,   # degrees true (-) south, (+) north
1203         'lon' : -80.4536,  # degrees true (-) west, (+) east
1204         'mvar' : -5.6333,  # degrees (-) west, (+) east
1205         'elevation' : -20.0, # meters
1206         # Custom
1207         'id_number' : '4319-217',
1208         'serial_number' : '217',
1209         'product_number' : '4319',
1210         'product_name' : 'Conductivity Sensor',
1211         'description' : 'Conductivity #217',
1212         'adr' : '362752',
1213         'protocol_version' : '1',
1214         'vertical_position' : '0',
1215         'status_map' : '0:OK',
1216         # Custom for variables
1217         'conductivity_id' : '0',
1218         'conductivity_description' : 'Conductivity',
1219         'conductivity_type' : 'VT_R4',
1220         'conductivity_format' : '%0.3f',
1221         'conductivity_units' : 'mS/cm',
1222         'conductivity_range_min' :'0',
1223         'conductivity_range_max' : '75',
1224         'temperature_id' : '1',
1225         'temperature_description' : 'Temperature',
1226         'temperature_type' : 'VT_R4',
1227         'temperature_format' : '%0.3f',
1228         'temperature_units' : 'Deg.C',
1229         'temperature_range_min' :'-5',
1230         'temperature_range_max' : '35',
1231     },
1232     'pressure' : { 'id' : 'pressure',
1233         # Used by raw2proc
1234         'raw_dir' : '/seacoos/data/nccoos/level0/'
1235         'largo/mini_andi/xml',
1236         'raw_file_glob' : '*.xml',
1237         'proc_dir' : '/seacoos/data/nccoos/level1/'
1238         'largo/mini_andi/nc',
1239         'process_module' : 'proc_mini_andi_pressure',
1240         'utc_offset' : 0,  # hours offset to utc
1241         'location' : 'Florida Keys National Marine Sanctuary',
1242         'lat' : 24.9500,   # degrees true (-) south, (+) north
1243         'lon' : -80.4536,  # degrees true (-) west, (+) east
1244         'mvar' : -5.6333,  # degrees (-) west, (+) east
1245         'elevation' : -20.0, # meters
1246         # Custom
1247         'id_number' : '4117D-235',
1248         'serial_number' : '235',
1249         'product_number' : '4117D',
1250         'product_name' : 'Pressure Sensor',
1251         'description' : 'Pressure #235',
1252         'adr' : '366848',
1253         'protocol_version' : '1',
1254         'vertical_position' : '0',
1255         'status_map' : '0:OK',
1256         # Custom for variables
1257         'pressure_id' : '0',
1258         'pressure_description' : 'Pressure',
1259         'pressure_type' : 'VT_R4',
1260         'pressure_format' : '%0.3f',
1261         'pressure_units' : 'kPa',
1262         'pressure_range_min' :'0',
1263         'pressure_range_max' : '1000',
1264         'temperature_id' : '1',
1265         'temperature_description' : 'Temperature',
1266         'temperature_type' : 'VT_R4',
1267         'temperature_format' : '%0.3f',
1268         'temperature_units' : 'DegC',
1269         'temperature_range_min' :'-5',
1270         'temperature_range_max' : '35',
1271     },
1272     'current' : { 'id' : 'current',
1273         # Used by raw2proc
1274         'raw_dir' : '/seacoos/data/nccoos/level0/'
1275         'largo/mini_andi/xml',
1276         'raw_file_glob' : '*.xml',
1277         'proc_dir' : '/seacoos/data/nccoos/level1/'
1278         'largo/mini_andi/nc',
1279         'process_module' : 'proc_mini_andi_current',
1280         'utc_offset' : 0,  # hours offset to utc
1281         'location' : 'Florida Keys National Marine Sanctuary',
1282         'lat' : 24.9500,   # degrees true (-) south, (+) north
1283         'lon' : -80.4536,  # degrees true (-) west, (+) east
1284         'mvar' : -5.6333,  # degrees (-) west, (+) east
1285         'elevation' : -20.0, # meters
1286         # Custom
1287         'id_number' : '4520-275',
1288         'serial_number' : '275',
1289         'product_number' : '4520',
1290         'product_name' : 'Doppler Current Sensor',
1291         'description' : 'DCS #275',
1292         'adr' : '591360',
1293         'protocol_version' : '1',
1294         'vertical_position' : '0',
1295         'status_map' : '0:OK',
1296         # Custom for variables
1297         'abs_speed_id' : '0',
1298         'abs_speed_description' : 'Abs Speed',
1299         'abs_speed_type' : 'VT_R4',
1300         'abs_speed_format' : '%0.3f',
1301         'abs_speed_units' : 'cm/s',
1302         'abs_speed_range_min' :'0',
1303         'abs_speed_range_max' : '300',
1304         'direction_id' : '1',
1305         'direction_description' : 'Direction',
1306         'direction_type' : 'VT_R4',
1307         'direction_format' : '%0.3f',
1308         'direction_units' : 'Deg.M',
1309         'direction_range_min' :'0',
1310         'direction_range_max' : '360',
1311         'v_id' : '2',
1312         'v_description' : 'North',
1313         'v_type' : 'VT_R4',
1314         'v_format' : '%0.3f',
1315         'v_units' : 'cm/s',
1316         'v_range_min' :'-300',
1317         'v_range_max' : '300',
1318         'u_id' : '3',
1319         'u_description' : 'East',
1320         'u_type' : 'VT_R4',
1321         'u_format' : '%0.3f',
1322         'u_units' : 'cm/s',
1323         'u_range_min' :'-300',
1324         'u_range_max' : '300',
1325         'heading_id' : '4',
1326         'heading_description' : 'Heading',
1327         'heading_type' : 'VT_R4',
1328         'heading_format' : '%0.3f',
1329         'heading_units' : 'Deg.M',
1330         'heading_range_min' :'0',
1331         'heading_range_max' : '360',
1332         'tiltx_id' : '5',
1333         'tiltx_description' : 'Tilt X',
1334         'tiltx_type' : 'VT_R4',
1335         'tiltx_format' : '%0.3f',
1336         'tiltx_units' : 'Deg',
1337         'tiltx_range_min' :'-45',
1338         'tiltx_range_max' : '45',
1339         'tilty_id' : '6',
1340         'tilty_description' : 'Tilt Y',
1341         'tilty_type' : 'VT_R4',
1342         'tilty_format' : '%0.3f',
1343         'tilty_units' : 'Deg',
1344         'tilty_range_min' :'-45',
1345         'tilty_range_max' : '45',
1346         'std_speed_id' : '7',
1347         'std_speed_description' : 'SP Std',
1348         'std_speed_type' : 'VT_R4',
1349         'std_speed_format' : '%0.3f',
1350         'std_speed_units' : 'cm/s',
1351         'std_speed_range_min' :'0',
1352         'std_speed_range_max' : '20',
1353         'strength_id' : '8',
1354         'strength_description' : 'Strength',
1355         'strength_type' : 'VT_R4',
1356         'strength_format' : '%0.3f',
1357         'strength_units' : 'dB',
1358         'strength_range_min' : '-80',
1359         'strength_range_max' : '0',
1360         'pings_id' : '9',
1361         'pings_description' : 'Ping Count',
1362         'pings_type' : 'VT_12',
1363         'pings_format' : '%d',
1364         'pings_units' : '',
1365         'pings_range_min' :'',
1366         'pings_range_max' : '',
1367     },
1368 }
Note: See TracBrowser for help on using the browser.