aias_netcdf_parameters.py

changeset 25
563705a26f85
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aias_netcdf_parameters.py	Wed Jun 18 17:56:46 2014 +0300
@@ -0,0 +1,38 @@
+general_parameters =  \
+{'System': '\'AIAS\'',
+ 'Laser_Pointing_Angle': 0,
+ 'Molecular_Calc': 0,
+ 'Latitude_degrees_north': 36.992,
+ 'Longitude_degrees_east': 21.649,
+ 'Altitude_meter_asl': 3}
+
+channel_parameters = \
+{'00532.p_an': {'channel_ID': 327,
+         'Background_Low': 19000,
+         'Background_High': 20000,
+         'Laser_Shots': 1000,
+         'LR_Input':1,
+         'DAQ_Range':500.0,
+         'Depolarization_Factor': 0,},
+ '00532.p_ph': {'channel_ID': 328,
+         'Background_Low': 19000,
+         'Background_High': 20000,
+         'Laser_Shots': 1000,
+         'LR_Input':1,
+         'DAQ_Range':0,
+         'Depolarization_Factor': 0.06,},
+ '00532.s_an': {'channel_ID': 329,
+         'Background_Low': 19000,
+         'Background_High': 20000,
+         'Laser_Shots': 1000,
+         'LR_Input':1,
+         'DAQ_Range':500.0,
+         'Depolarization_Factor': 0,},
+ '00532.s_ph': {'channel_ID': 330,
+         'Background_Low': 19000,
+         'Background_High': 20000,
+         'Laser_Shots': 1000,
+         'LR_Input':1,
+         'DAQ_Range':0,
+         'Depolarization_Factor': 0.06,},
+         }         
\ No newline at end of file

mercurial