musa_netcdf_parameters.py

changeset 36
a281a26f4626
parent 35
b1146c96f727
child 37
7c76fdbdf1a3
--- a/musa_netcdf_parameters.py	Mon Feb 22 16:50:03 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,97 +0,0 @@
-general_parameters =  \
-{'System': '\'MUSA\'',
- 'Laser_Pointing_Angle': 0,
- 'Molecular_Calc': 0,
- 'Latitude_degrees_north': 40.601039,
- 'Longitude_degrees_east': 15.723771,
- 'Altitude_meter_asl': 760.0} # This should be float
-
-channel_parameters = \
-{'1064.o_an': {'channel_ID': 203,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':500.0,
-         'Depolarization_Factor': 0,},
- '355.o_an': {'channel_ID': 193,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':100.0,
-         'Depolarization_Factor': 0,},
- '355.o_ph': {'channel_ID': 194,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':0,
-         'Depolarization_Factor': 0,},
- '387.o_an': {'channel_ID': 195,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':20.0,
-         'Depolarization_Factor': 0,},
- '387.o_ph': {'channel_ID': 196,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':0,
-         'Depolarization_Factor': 0,},
- '532.p_an': {'channel_ID': 197,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':100.0,
-         'Depolarization_Factor': 0,},
- '532.p_ph': {'channel_ID': 198,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':0,
-         'Depolarization_Factor': 0,},
- '532.s_an': {'channel_ID': 199,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':100.0,
-         'Depolarization_Factor': 0.0441,},
- '532.s_ph': {'channel_ID': 200,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':0,
-         'Depolarization_Factor': 0.0441,},
- '607.o_an': {'channel_ID': 201,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':20.0,
-         'Depolarization_Factor': 0,},
- '607.o_ph': {'channel_ID': 202,
-         'Background_Low': 30000,
-         'Background_High': 50000,
-         'Laser_Shots': 1200,
-         'LR_Input':1,
-         'DAQ_Range':0,
-         'Depolarization_Factor': 0,},
-         }
-
-#For testing. To be read from milos files.
-'''
-measurement_parameters = \
-{'Pressure_at_Lidar_Station': 930,
- 'Temperature_at_Lidar_Station': 15,
- 'Measurement_ID': '12345'}
-'''
-
-

mercurial