rali_netcdf_parameters.py

changeset 20
18a77f8065c1
child 22
a2355e871b23
equal deleted inserted replaced
19:4dfa28236785 20:18a77f8065c1
1 general_parameters = \
2 {'System': '\'RALI\'',
3 'Laser_Pointing_Angle': 0,
4 'Molecular_Calc': 0,
5 'Latitude_degrees_north': 44.348,
6 'Longitude_degrees_east': 26.029,
7 'Altitude_meter_asl': 93.0} # This should be float
8
9 channel_parameters = \
10 {'01064.o_an': {'channel_ID': 89,
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 '00355.o_an': {'channel_ID': 98,
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 '00355.o_ph': {'channel_ID': 99,
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 '00387.o_an': {'channel_ID': 90,
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 '00387.o_ph': {'channel_ID': 91,
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 '00532.p_an': {'channel_ID': 94,
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 '00532.p_ph': {'channel_ID': 95,
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 '00532.s_an': {'channel_ID': 96,
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 '00532.s_ph': {'channel_ID': 97,
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 '00607.o_an': {'channel_ID': 92,
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': 93,
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

mercurial