atmospheric_lidar/rali_netcdf_parameters.py

Mon, 06 Nov 2017 16:02:11 +0200

author
Iannis <i.binietoglou@impworks.gr>
date
Mon, 06 Nov 2017 16:02:11 +0200
changeset 82
01fdb725ca59
parent 58
c97f146dfa32
permissions
-rwxr-xr-x

Merge from 81:2b484f310d0d

general_parameters =  \
{'System': '\'RALI\'',
 'Laser_Pointing_Angle': 0,
 'Molecular_Calc': 0,
 'Latitude_degrees_north': 44.348,
 'Longitude_degrees_east': 26.029,
 'Altitude_meter_asl': 93.0,
 'Call sign': 'bu', } # This should be float

channel_parameters = \
{'01064.o_an': {'channel_ID': 89,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 100.0,},
 '00355.o_an': {'channel_ID': 98,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 100.0,},
 '00355.o_ph': {'channel_ID': 99,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 0,
         'Depolarization_Factor': 0,},
 '00387.o_an': {'channel_ID': 90,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 100.0,},
 '00387.o_ph': {'channel_ID': 91,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 0,},
 '00532.p_an': {'channel_ID': 94,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 100.0,},
 '00532.p_ph': {'channel_ID': 95,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 0,},
 '00532.s_an': {'channel_ID': 96,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 20.0,},
 '00532.s_ph': {'channel_ID': 97,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 0,},
 '00607.o_an': {'channel_ID': 92,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 20.0,},
 '00607.o_ph': {'channel_ID': 93,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input':1,
         'DAQ_Range':20.0,},
 '00408.o_ph': {'channel_ID': 170,
         'Background_Low': 50000,
         'Background_High': 60000,
         'Laser_Shots': 3000,
         'LR_Input': 1,
         'DAQ_Range': 0,},
         }

mercurial