pearl_netcdf_parameters.py

changeset 0
9d2b98ecf23d
child 13
da3b70fcebf6
equal deleted inserted replaced
-1:000000000000 0:9d2b98ecf23d
1 general_parameters = \
2 {'System': '\'PEARL\'',
3 'Laser_Pointing_Angle': 0,
4 'Molecular_Calc': 0,
5 'Latitude_degrees_north': 40.601039,
6 'Longitude_degrees_east': 15.723771,
7 'Altitude_meter_asl': 760}
8
9 channel_parameters = \
10 {'355HR': {'channel_ID': 8,
11 'Background_Low': 30000,
12 'Background_High': 50000,
13 'Laser_Shots': 3000,
14 'LR_Input':1,
15 'DAQ_Range':0,
16 'Depolarization_Factor': 0,},
17 '355LR': {'channel_ID': 14,
18 'Background_Low': 30000,
19 'Background_High': 50000,
20 'Laser_Shots': 3000,
21 'LR_Input':1,
22 'DAQ_Range':0,
23 'Depolarization_Factor': 0,},
24 '386HR': {'channel_ID': 9,
25 'Background_Low': 30000,
26 'Background_High': 50000,
27 'Laser_Shots': 3000,
28 'LR_Input':1,
29 'DAQ_Range':0,
30 'Depolarization_Factor': 0,},
31 '386LR': {'channel_ID': 15,
32 'Background_Low': 30000,
33 'Background_High': 50000,
34 'Laser_Shots': 3000,
35 'LR_Input':1,
36 'DAQ_Range':0,
37 'Depolarization_Factor': 0,},
38 '407HR': {'channel_ID': 17,
39 'Background_Low': 30000,
40 'Background_High': 50000,
41 'Laser_Shots': 3000,
42 'LR_Input':1,
43 'DAQ_Range':0,
44 'Depolarization_Factor': 0,},
45 '532HR': {'channel_ID': 7,
46 'Background_Low': 30000,
47 'Background_High': 50000,
48 'Laser_Shots': 3000,
49 'LR_Input':1,
50 'DAQ_Range':0,
51 'Depolarization_Factor': 0,},
52 '532LR': {'channel_ID': 13,
53 'Background_Low': 30000,
54 'Background_High': 50000,
55 'Laser_Shots': 3000,
56 'LR_Input':1,
57 'DAQ_Range':0,
58 'Depolarization_Factor': 0,},
59 '532SHR': {'channel_ID': 12,
60 'Background_Low': 30000,
61 'Background_High': 50000,
62 'Laser_Shots': 3000,
63 'LR_Input':1,
64 'DAQ_Range':0,
65 'Depolarization_Factor': 0,},
66 '532PHR': {'channel_ID': 11,
67 'Background_Low': 30000,
68 'Background_High': 50000,
69 'Laser_Shots': 3000,
70 'LR_Input':1,
71 'DAQ_Range':0,
72 'Depolarization_Factor': 0,},
73 '607HR': {'channel_ID': 10,
74 'Background_Low': 30000,
75 'Background_High': 50000,
76 'Laser_Shots': 3000,
77 'LR_Input':1,
78 'DAQ_Range':0,
79 'Depolarization_Factor': 0,},
80 '1064': {'channel_ID': 6,
81 'Background_Low': 30000,
82 'Background_High': 50000,
83 'Laser_Shots': 1500,
84 'LR_Input':1,
85 'DAQ_Range':100,
86 'Depolarization_Factor': 0,},
87
88 }
89
90 #For testing. To be read from milos files.
91 '''
92 measurement_parameters = \
93 {'Pressure_at_Lidar_Station': 930,
94 'Temperature_at_Lidar_Station': 15,
95 'Measurement_ID': '12345'}
96 '''
97
98

mercurial