atmospheric_lidar/systems/eole/eole_netcdf_parameters.py

Mon, 20 Nov 2017 15:42:43 +0200

author
Victor Nicolae <victor.nicolae@inoe.ro>
date
Mon, 20 Nov 2017 15:42:43 +0200
changeset 88
c8bf68bab33a
parent 36
atmospheric_lidar/eole_netcdf_parameters.py@a281a26f4626
child 91
f9d9d3ea8edb
permissions
-rwxr-xr-x

Consolidate file structure for different systems.

general_parameters =  \
{'System': '\'EOLE\'',
 'Laser_Pointing_Angle': 0,
 'Molecular_Calc': 0,
 'Latitude_degrees_north': 37.96,
 'Longitude_degrees_east': 23.78,
 'Altitude_meter_asl': 212.0}

channel_parameters = \
{'01064.o_an': {'channel_ID': 45,
         'Background_Low': 19000,
         'Background_High': 20000,
         'Laser_Shots': 1000,
         'LR_Input':1,
         'DAQ_Range':500.0,
         'Depolarization_Factor': 0,},
 '00355.o_an': {'channel_ID': 41,
         'Background_Low': 19000,
         'Background_High': 20000,
         'Laser_Shots': 1000,
         'LR_Input':1,
         'DAQ_Range':500.0,
         'Depolarization_Factor': 0,},
 '00355.o_ph': {'channel_ID': 42,
         'Background_Low': 19000,
         'Background_High': 20000,
         'Laser_Shots': 1000,
         'LR_Input':1,
         'DAQ_Range':0,
         'Depolarization_Factor': 0,},
 '00387.o_ph': {'channel_ID': 46,
         'Background_Low': 19000,
         'Background_High': 20000,
         'Laser_Shots': 1000,
         'LR_Input':1,
         'DAQ_Range':0,
         'Depolarization_Factor': 0,},
 '00532.o_an': {'channel_ID': 43,
         'Background_Low': 19000,
         'Background_High': 20000,
         'Laser_Shots': 1000,
         'LR_Input':1,
         'DAQ_Range':500.0,
         'Depolarization_Factor': 0,},
 '00532.o_ph': {'channel_ID': 44,
         'Background_Low': 19000,
         'Background_High': 20000,
         'Laser_Shots': 1000,
         'LR_Input':1,
         'DAQ_Range':0,
         'Depolarization_Factor': 0,},
 '00607.o_ph': {'channel_ID': 47,
         'Background_Low': 19000,
         'Background_High': 20000,
         'Laser_Shots': 1000,
         'LR_Input':1,
         'DAQ_Range':0,
         'Depolarization_Factor': 0,},
 '00407.o_ph': {'channel_ID': 444,
         'Background_Low': 19000,
         'Background_High': 20000,
         'Laser_Shots': 1000,
         'LR_Input':1,
         'DAQ_Range':0,
         'Depolarization_Factor': 0,},
         }
          

mercurial