cf_netcdf_parameters.py

changeset 3
42dbb0451ebd
equal deleted inserted replaced
1:82b144ee09b2 3:42dbb0451ebd
1 general_parameters = \
2 {'System': '\'LAMP Lidar\'',
3 'Laser_Pointing_Angle': 0,
4 'Molecular_Calc': 0,
5 'Latitude_degrees_north': 45.601039,
6 'Longitude_degrees_east': 03.723771,
7 'Altitude_meter_asl': 420}
8
9 channel_parameters = \
10 {'00387.o_ph': {'channel_ID': 316,
11 'Background_Low': 15000,
12 'Background_High': 20000,
13 'Laser_Shots': 600,
14 'LR_Input':1,
15 'DAQ_Range':0,
16 'Depolarization_Factor': 0,},
17 '00355.p_ph': {'channel_ID': 315,
18 'Background_Low': 15000,
19 'Background_High': 20000,
20 'Laser_Shots': 600,
21 'LR_Input':1,
22 'DAQ_Range':0,
23 'Depolarization_Factor': 0,},
24 '00355.s_an': {'channel_ID': 312,
25 'Background_Low': 15000,
26 'Background_High': 20000,
27 'Laser_Shots': 600,
28 'LR_Input':1,
29 'DAQ_Range':500.0,
30 'Depolarization_Factor': 0.17,},
31 '00355.p_an': {'channel_ID': 314,
32 'Background_Low': 15000,
33 'Background_High': 20000,
34 'Laser_Shots': 600,
35 'LR_Input':1,
36 'DAQ_Range':500.0,
37 'Depolarization_Factor': 0,},
38 '00355.s_ph': {'channel_ID': 313,
39 'Background_Low': 15000,
40 'Background_High': 20000,
41 'Laser_Shots': 600,
42 'LR_Input':1,
43 'DAQ_Range':0,
44 'Depolarization_Factor': 0.17,},
45 }
46
47 #For testing. To be read from milos files.
48 '''
49 measurement_parameters = \
50 {'Pressure_at_Lidar_Station': 930,
51 'Temperature_at_Lidar_Station': 15,
52 'Measurement_ID': '12345'}
53 '''
54
55

mercurial