Merge from 51:29cfdff59777

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

author
Iannis <ulalume3@yahoo.com>
date
Thu, 16 Feb 2017 10:27:30 +0200
changeset 52
fdf4373db30e
parent 51
d91b87f26354 (diff)
parent 50
510d7ac14280 (current diff)
child 53
cd7cffb43bfd

Merge from 51:29cfdff59777

example_scripts/convert_ipral.py file | annotate | diff | comparison | revisions
example_scripts/convert_lilas.py file | annotate | diff | comparison | revisions
--- a/atmospheric_lidar/ipral_netcdf_parameters.py	Thu Feb 16 09:23:20 2017 +0200
+++ b/atmospheric_lidar/ipral_netcdf_parameters.py	Thu Feb 16 10:27:30 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