Modified IPRAL parameters.

Thu, 16 Feb 2017 10:27:03 +0200

author
Iannis <ulalume3@yahoo.com>
date
Thu, 16 Feb 2017 10:27:03 +0200
changeset 51
d91b87f26354
parent 47
51e0df09a5da
child 52
fdf4373db30e

Modified IPRAL parameters.

atmospheric_lidar/ipral_netcdf_parameters.py file | annotate | diff | comparison | revisions
--- a/atmospheric_lidar/ipral_netcdf_parameters.py	Mon Feb 13 16:49:46 2017 +0200
+++ b/atmospheric_lidar/ipral_netcdf_parameters.py	Thu Feb 16 10:27:03 2017 +0200
@@ -10,46 +10,28 @@
 
 # LINK YOUR LICEL CHANNELS TO SCC PARAMETERS. USE BT0, BC0 ETC AS NAMES (AS IN LICEL FILES).
 channel_parameters = \
-    {'00355.p_an': {'channel_ID': 41,
-                    'Background_Low': 19000,
-                    'Background_High': 20000,
-                    'Laser_Shots': 1000,
-                    'LR_Input': 1,
-                    'DAQ_Range': 500.0,},
-     '00355.p_ph': {'channel_ID': 42,
-                    'Background_Low': 19000,
-                    'Background_High': 20000,
-                    'Laser_Shots': 1000,
-                    'LR_Input': 1,
-                    'DAQ_Range': 0,},
-     '00355.s_an': {'channel_ID': 41,
-                    'Background_Low': 19000,
-                    'Background_High': 20000,
-                    'Laser_Shots': 1000,
-                    'LR_Input': 1,
-                    'DAQ_Range': 500.0,},
-     '00355.s_ph': {'channel_ID': 42,
-                    'Background_Low': 19000,
-                    'Background_High': 20000,
-                    'Laser_Shots': 1000,
-                    'LR_Input': 1,
-                    'DAQ_Range': 0,},
-     '00530.o_an': {'channel_ID': 43,
-                    'Background_Low': 19000,
-                    'Background_High': 20000,
-                    'Laser_Shots': 1000,
-                    'LR_Input': 1,
-                    'DAQ_Range': 500.0,},
-     '00530.o_ph': {'channel_ID': 44,
-                    'Background_Low': 19000,
-                    'Background_High': 20000,
-                    'Laser_Shots': 1000,
-                    'LR_Input': 1,
-                    'DAQ_Range': 0,},
-     '00532.p_an': {'channel_ID': 43,
-                    'Background_Low': 19000,
-                    'Background_High': 20000,
-                    'Laser_Shots': 1000,
-                    'LR_Input': 1,
-                    'DAQ_Range': 500.0,},
+    {'BT0': {'channel_ID': 41,
+             'Background_Low': 19000,
+             'Background_High': 20000,
+             'Laser_Shots': 1000,
+             'LR_Input': 1,
+             'DAQ_Range': 500.0,},
+     'BC0': {'channel_ID': 42,
+             'Background_Low': 19000,
+             'Background_High': 20000,
+             'Laser_Shots': 1000,
+             'LR_Input': 1,
+             'DAQ_Range': 0,},
+     'BT1': {'channel_ID': 41,
+             'Background_Low': 19000,
+             'Background_High': 20000,
+             'Laser_Shots': 1000,
+             'LR_Input': 1,
+             'DAQ_Range': 500.0,},
+     'BC1': {'channel_ID': 42,
+             'Background_Low': 19000,
+             'Background_High': 20000,
+             'Laser_Shots': 1000,
+             'LR_Input': 1,
+             'DAQ_Range': 0,},
      }

mercurial