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

root/raw2proc/trunk/raw2proc/lsrb_config_20060622.py

Revision 213 (checked in by haines, 16 years ago)

ncutil--added functions; proc2latest--moved to procutil; configs--added the computed mean_water_depth where measured and mean_water_depth_time_period

Line 
1 platform_info = {
2     'id' : 'lsrb',
3     'location' : 'Lookout Shoals, NC',
4     'lat' : 34.3434,  # degrees true (-) south, (+) north
5     'lon' : -76.42,   # degrees true (-) west, (+) east
6     'mvar' : -9.967,  # degrees (-) west, (+) east
7     'mean_water_depth' : -26.26, # meters (-) down, (+) up
8     'mean_water_depth_time_period' : 'June 2006 - Oct 2006',
9     'institution' : 'nccoos',
10     #
11     'config_start_date' : '2006-06-22 00:00:00',
12     'config_end_date' : '2006-10-08 00:00:00', # None or yyyy-mm-dd HH:MM:SS
13     'packages' : ('adcp',),
14     }
15 sensor_info = {
16     'adcp' : { 'id' : 'adcp',
17                'description' : 'Current profile data',
18                'raw_dir' : '/seacoos/data/nccoos/level0/lsrb/adcp_bLogData/2006_06',
19                'raw_file_glob' : 'lsrb_LogData*',
20                'proc_dir' : '/seacoos/data/nccoos/level1/lsrb/adcp',
21                'process_module' : 'proc_rdi_logdata_adcp',
22                'utc_offset' : 4,      # hours offset to utc
23                'nbins' : 69,
24                'bin_size' : 0.5,      # meters
25                'transducer_ht' : 0.5, # meters above the bottom
26                'blanking_ht' : 1.6,   # meters above transducer
27                },
28     'adcpwaves' : {'id' : 'adcpwaves',
29                    'description' : 'Directional wave data',
30                    'raw_dir' : '/seacoos/data/nccoos/level0/lsrb/adcp_bLogData/2006_06',
31                    'raw_file_glob' : 'lsrb_LogData*',
32                    'proc_dir' : '/seacoos/data/nccoos/level1/lsrb/adcpwaves',
33                    'process_module' : 'proc_rdi_logdata_dw',
34                    'utc_offset' : 4,  # hours offset to utc
35                    'ndir' : 90.,
36                    'nfreq' : 128.,
37                    },
38     }
39    
Note: See TracBrowser for help on using the browser.