eole_netcdf_parameters.py

changeset 25
563705a26f85
equal deleted inserted replaced
24:b148076f7295 25:563705a26f85
1 general_parameters = \
2 {'System': '\'EOLE\'',
3 'Laser_Pointing_Angle': 0,
4 'Molecular_Calc': 0,
5 'Latitude_degrees_north': 37.96,
6 'Longitude_degrees_east': 23.78,
7 'Altitude_meter_asl': 212.0}
8
9 channel_parameters = \
10 {'01064.o_an': {'channel_ID': 45,
11 'Background_Low': 19000,
12 'Background_High': 20000,
13 'Laser_Shots': 1000,
14 'LR_Input':1,
15 'DAQ_Range':500.0,
16 'Depolarization_Factor': 0,},
17 '00355.o_an': {'channel_ID': 41,
18 'Background_Low': 19000,
19 'Background_High': 20000,
20 'Laser_Shots': 1000,
21 'LR_Input':1,
22 'DAQ_Range':500.0,
23 'Depolarization_Factor': 0,},
24 '00355.o_ph': {'channel_ID': 42,
25 'Background_Low': 19000,
26 'Background_High': 20000,
27 'Laser_Shots': 1000,
28 'LR_Input':1,
29 'DAQ_Range':0,
30 'Depolarization_Factor': 0,},
31 '00387.o_ph': {'channel_ID': 46,
32 'Background_Low': 19000,
33 'Background_High': 20000,
34 'Laser_Shots': 1000,
35 'LR_Input':1,
36 'DAQ_Range':0,
37 'Depolarization_Factor': 0,},
38 '00532.o_an': {'channel_ID': 43,
39 'Background_Low': 19000,
40 'Background_High': 20000,
41 'Laser_Shots': 1000,
42 'LR_Input':1,
43 'DAQ_Range':500.0,
44 'Depolarization_Factor': 0,},
45 '00532.o_ph': {'channel_ID': 44,
46 'Background_Low': 19000,
47 'Background_High': 20000,
48 'Laser_Shots': 1000,
49 'LR_Input':1,
50 'DAQ_Range':0,
51 'Depolarization_Factor': 0,},
52 '00607.o_ph': {'channel_ID': 47,
53 'Background_Low': 19000,
54 'Background_High': 20000,
55 'Laser_Shots': 1000,
56 'LR_Input':1,
57 'DAQ_Range':0,
58 'Depolarization_Factor': 0,},
59 '00407.o_ph': {'channel_ID': 444,
60 'Background_Low': 19000,
61 'Background_High': 20000,
62 'Laser_Shots': 1000,
63 'LR_Input':1,
64 'DAQ_Range':0,
65 'Depolarization_Factor': 0,},
66 }
67

mercurial