aias_netcdf_parameters.py

Sun, 23 Nov 2014 23:24:32 +0200

author
Iannis <ulalume3@yahoo.com>
date
Sun, 23 Nov 2014 23:24:32 +0200
changeset 27
74f7617f5356
parent 25
563705a26f85
permissions
-rw-r--r--

New plots for alex.

ulalume3@25 1 general_parameters = \
ulalume3@25 2 {'System': '\'AIAS\'',
ulalume3@25 3 'Laser_Pointing_Angle': 0,
ulalume3@25 4 'Molecular_Calc': 0,
ulalume3@25 5 'Latitude_degrees_north': 36.992,
ulalume3@25 6 'Longitude_degrees_east': 21.649,
ulalume3@25 7 'Altitude_meter_asl': 3}
ulalume3@25 8
ulalume3@25 9 channel_parameters = \
ulalume3@25 10 {'00532.p_an': {'channel_ID': 327,
ulalume3@25 11 'Background_Low': 19000,
ulalume3@25 12 'Background_High': 20000,
ulalume3@25 13 'Laser_Shots': 1000,
ulalume3@25 14 'LR_Input':1,
ulalume3@25 15 'DAQ_Range':500.0,
ulalume3@25 16 'Depolarization_Factor': 0,},
ulalume3@25 17 '00532.p_ph': {'channel_ID': 328,
ulalume3@25 18 'Background_Low': 19000,
ulalume3@25 19 'Background_High': 20000,
ulalume3@25 20 'Laser_Shots': 1000,
ulalume3@25 21 'LR_Input':1,
ulalume3@25 22 'DAQ_Range':0,
ulalume3@25 23 'Depolarization_Factor': 0.06,},
ulalume3@25 24 '00532.s_an': {'channel_ID': 329,
ulalume3@25 25 'Background_Low': 19000,
ulalume3@25 26 'Background_High': 20000,
ulalume3@25 27 'Laser_Shots': 1000,
ulalume3@25 28 'LR_Input':1,
ulalume3@25 29 'DAQ_Range':500.0,
ulalume3@25 30 'Depolarization_Factor': 0,},
ulalume3@25 31 '00532.s_ph': {'channel_ID': 330,
ulalume3@25 32 'Background_Low': 19000,
ulalume3@25 33 'Background_High': 20000,
ulalume3@25 34 'Laser_Shots': 1000,
ulalume3@25 35 'LR_Input':1,
ulalume3@25 36 'DAQ_Range':0,
ulalume3@25 37 'Depolarization_Factor': 0.06,},
ulalume3@25 38 }

mercurial