aias_netcdf_parameters.py

changeset 25
563705a26f85
equal deleted inserted replaced
24:b148076f7295 25:563705a26f85
1 general_parameters = \
2 {'System': '\'AIAS\'',
3 'Laser_Pointing_Angle': 0,
4 'Molecular_Calc': 0,
5 'Latitude_degrees_north': 36.992,
6 'Longitude_degrees_east': 21.649,
7 'Altitude_meter_asl': 3}
8
9 channel_parameters = \
10 {'00532.p_an': {'channel_ID': 327,
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 '00532.p_ph': {'channel_ID': 328,
18 'Background_Low': 19000,
19 'Background_High': 20000,
20 'Laser_Shots': 1000,
21 'LR_Input':1,
22 'DAQ_Range':0,
23 'Depolarization_Factor': 0.06,},
24 '00532.s_an': {'channel_ID': 329,
25 'Background_Low': 19000,
26 'Background_High': 20000,
27 'Laser_Shots': 1000,
28 'LR_Input':1,
29 'DAQ_Range':500.0,
30 'Depolarization_Factor': 0,},
31 '00532.s_ph': {'channel_ID': 330,
32 'Background_Low': 19000,
33 'Background_High': 20000,
34 'Laser_Shots': 1000,
35 'LR_Input':1,
36 'DAQ_Range':0,
37 'Depolarization_Factor': 0.06,},
38 }

mercurial