musa_netcdf_parameters.py

changeset 36
a281a26f4626
parent 35
b1146c96f727
child 37
7c76fdbdf1a3
equal deleted inserted replaced
35:b1146c96f727 36:a281a26f4626
1 general_parameters = \
2 {'System': '\'MUSA\'',
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.0} # This should be float
8
9 channel_parameters = \
10 {'1064.o_an': {'channel_ID': 203,
11 'Background_Low': 30000,
12 'Background_High': 50000,
13 'Laser_Shots': 1200,
14 'LR_Input':1,
15 'DAQ_Range':500.0,
16 'Depolarization_Factor': 0,},
17 '355.o_an': {'channel_ID': 193,
18 'Background_Low': 30000,
19 'Background_High': 50000,
20 'Laser_Shots': 1200,
21 'LR_Input':1,
22 'DAQ_Range':100.0,
23 'Depolarization_Factor': 0,},
24 '355.o_ph': {'channel_ID': 194,
25 'Background_Low': 30000,
26 'Background_High': 50000,
27 'Laser_Shots': 1200,
28 'LR_Input':1,
29 'DAQ_Range':0,
30 'Depolarization_Factor': 0,},
31 '387.o_an': {'channel_ID': 195,
32 'Background_Low': 30000,
33 'Background_High': 50000,
34 'Laser_Shots': 1200,
35 'LR_Input':1,
36 'DAQ_Range':20.0,
37 'Depolarization_Factor': 0,},
38 '387.o_ph': {'channel_ID': 196,
39 'Background_Low': 30000,
40 'Background_High': 50000,
41 'Laser_Shots': 1200,
42 'LR_Input':1,
43 'DAQ_Range':0,
44 'Depolarization_Factor': 0,},
45 '532.p_an': {'channel_ID': 197,
46 'Background_Low': 30000,
47 'Background_High': 50000,
48 'Laser_Shots': 1200,
49 'LR_Input':1,
50 'DAQ_Range':100.0,
51 'Depolarization_Factor': 0,},
52 '532.p_ph': {'channel_ID': 198,
53 'Background_Low': 30000,
54 'Background_High': 50000,
55 'Laser_Shots': 1200,
56 'LR_Input':1,
57 'DAQ_Range':0,
58 'Depolarization_Factor': 0,},
59 '532.s_an': {'channel_ID': 199,
60 'Background_Low': 30000,
61 'Background_High': 50000,
62 'Laser_Shots': 1200,
63 'LR_Input':1,
64 'DAQ_Range':100.0,
65 'Depolarization_Factor': 0.0441,},
66 '532.s_ph': {'channel_ID': 200,
67 'Background_Low': 30000,
68 'Background_High': 50000,
69 'Laser_Shots': 1200,
70 'LR_Input':1,
71 'DAQ_Range':0,
72 'Depolarization_Factor': 0.0441,},
73 '607.o_an': {'channel_ID': 201,
74 'Background_Low': 30000,
75 'Background_High': 50000,
76 'Laser_Shots': 1200,
77 'LR_Input':1,
78 'DAQ_Range':20.0,
79 'Depolarization_Factor': 0,},
80 '607.o_ph': {'channel_ID': 202,
81 'Background_Low': 30000,
82 'Background_High': 50000,
83 'Laser_Shots': 1200,
84 'LR_Input':1,
85 'DAQ_Range':0,
86 'Depolarization_Factor': 0,},
87 }
88
89 #For testing. To be read from milos files.
90 '''
91 measurement_parameters = \
92 {'Pressure_at_Lidar_Station': 930,
93 'Temperature_at_Lidar_Station': 15,
94 'Measurement_ID': '12345'}
95 '''
96
97

mercurial