atmospheric_lidar/systems/adam2017/adam2017_netcdf_parameters_2.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 79
atmospheric_lidar/adam2017_netcdf_parameters_2.py@7261397d64dc
child 91
f9d9d3ea8edb
permissions
-rw-r--r--

Consolidate file structure for different systems.

ulalume3@79 1 general_parameters = \
ulalume3@79 2 {'System': '\'ADAM May 2017\'',
ulalume3@79 3 'Call sign': 'is',
ulalume3@79 4 'Laser_Pointing_Angle': 0,
ulalume3@79 5 'Molecular_Calc': 0,
ulalume3@79 6 'Latitude_degrees_north': 45.8,
ulalume3@79 7 'Longitude_degrees_east': 8.6,
ulalume3@79 8 'Altitude_meter_asl': 209.0} # This should be float
ulalume3@79 9
ulalume3@79 10 channel_parameters = \
ulalume3@79 11 {'01064.o_an': {'channel_ID': 917,
ulalume3@79 12 'Background_Low': 50000,
ulalume3@79 13 'Background_High': 60000,
ulalume3@79 14 'Laser_Shots': 3001,
ulalume3@79 15 'LR_Input': 1,
ulalume3@79 16 'DAQ_Range': 100.0,
ulalume3@79 17 'First_Signal_Rangebin': 9},
ulalume3@79 18 '00532.p_an': {'channel_ID': 918,
ulalume3@79 19 'Background_Low': 50000,
ulalume3@79 20 'Background_High': 60000,
ulalume3@79 21 'Laser_Shots': 3001,
ulalume3@79 22 'LR_Input': 1,
ulalume3@79 23 'DAQ_Range': 100.0,
ulalume3@79 24 'First_Signal_Rangebin': 9},
ulalume3@79 25 '00532.p_ph': {'channel_ID': 919,
ulalume3@79 26 'Background_Low': 50000,
ulalume3@79 27 'Background_High': 60000,
ulalume3@79 28 'Laser_Shots': 3001,
ulalume3@79 29 'LR_Input': 1,
ulalume3@79 30 'DAQ_Range': 0,
ulalume3@79 31 'First_Signal_Rangebin': 0},
ulalume3@79 32 '00532.s_an': {'channel_ID': 920,
ulalume3@79 33 'Background_Low': 50000,
ulalume3@79 34 'Background_High': 60000,
ulalume3@79 35 'Laser_Shots': 3001,
ulalume3@79 36 'LR_Input': 1,
ulalume3@79 37 'DAQ_Range': 100.0,
ulalume3@79 38 'First_Signal_Rangebin': 9},
ulalume3@79 39 '00532.s_ph': {'channel_ID': 921,
ulalume3@79 40 'Background_Low': 50000,
ulalume3@79 41 'Background_High': 60000,
ulalume3@79 42 'Laser_Shots': 3001,
ulalume3@79 43 'LR_Input': 1,
ulalume3@79 44 'DAQ_Range': 0,
ulalume3@79 45 'First_Signal_Rangebin': 0},
ulalume3@79 46 '00607.o_an': {'channel_ID': 922,
ulalume3@79 47 'Background_Low': 50000,
ulalume3@79 48 'Background_High': 60000,
ulalume3@79 49 'Laser_Shots': 3001,
ulalume3@79 50 'LR_Input': 1,
ulalume3@79 51 'DAQ_Range': 100.0,
ulalume3@79 52 'First_Signal_Rangebin': 9},
ulalume3@79 53 '00607.o_ph': {'channel_ID': 923,
ulalume3@79 54 'Background_Low': 50000,
ulalume3@79 55 'Background_High': 60000,
ulalume3@79 56 'Laser_Shots': 3001,
ulalume3@79 57 'LR_Input':1,
ulalume3@79 58 'DAQ_Range':100.0,
ulalume3@79 59 'First_Signal_Rangebin': 0},
ulalume3@79 60 '00355.o_an': {'channel_ID': 924,
ulalume3@79 61 'Background_Low': 50000,
ulalume3@79 62 'Background_High': 60000,
ulalume3@79 63 'Laser_Shots': 3001,
ulalume3@79 64 'LR_Input': 1,
ulalume3@79 65 'DAQ_Range': 100.0,
ulalume3@79 66 'First_Signal_Rangebin': 8},
ulalume3@79 67 '00355.o_ph': {'channel_ID': 925,
ulalume3@79 68 'Background_Low': 50000,
ulalume3@79 69 'Background_High': 60000,
ulalume3@79 70 'Laser_Shots': 3001,
ulalume3@79 71 'LR_Input': 1,
ulalume3@79 72 'DAQ_Range': 0,
ulalume3@79 73 'First_Signal_Rangebin': 0},
ulalume3@79 74 '00387.o_an': {'channel_ID': 926,
ulalume3@79 75 'Background_Low': 50000,
ulalume3@79 76 'Background_High': 60000,
ulalume3@79 77 'Laser_Shots': 3001,
ulalume3@79 78 'LR_Input': 1,
ulalume3@79 79 'DAQ_Range': 100.0,
ulalume3@79 80 'First_Signal_Rangebin': 9},
ulalume3@79 81 '00387.o_ph': {'channel_ID': 927,
ulalume3@79 82 'Background_Low': 50000,
ulalume3@79 83 'Background_High': 60000,
ulalume3@79 84 'Laser_Shots': 3001,
ulalume3@79 85 'LR_Input': 1,
ulalume3@79 86 'DAQ_Range': 0,
ulalume3@79 87 'First_Signal_Rangebin': 0},
ulalume3@79 88 }
ulalume3@79 89

mercurial