New KIT system configuration

Mon, 09 Nov 2020 09:22:18 +0200

author
Ioannis <ibinietoglou@raymetrics.com>
date
Mon, 09 Nov 2020 09:22:18 +0200
changeset 204
1ba23cf945fc
parent 203
e7a6a5f6caca
child 205
4a556911e7e0

New KIT system configuration

atmospheric_lidar/systems/kit/kit_depolarization_parameters.py file | annotate | diff | comparison | revisions
atmospheric_lidar/systems/kit/temp/kit_netcdf_parameters.py file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/atmospheric_lidar/systems/kit/kit_depolarization_parameters.py	Mon Nov 09 09:22:18 2020 +0200
@@ -0,0 +1,57 @@
+general_parameters =  \
+{'System': '\'KASCAL\'',
+ 'Laser_Pointing_Angle': 0,
+ 'Molecular_Calc': 0,
+ 'Call sign': 'imk', }
+
+channel_parameters = \
+{'BT0_p45': {'channel_ID': 1567,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,
+         'Pol_Calib_Range_Min': 1000,
+         'Pol_Calib_Range_Max': 3000},
+ 'BC0_p45': {'channel_ID': 1568,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,
+         'Pol_Calib_Range_Min': 1000,
+         'Pol_Calib_Range_Max': 3000},
+ 'BT1_p45': {'channel_ID': 1569,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,
+         'Pol_Calib_Range_Min': 1000,
+         'Pol_Calib_Range_Max': 3000},
+ 'BC1_p45': {'channel_ID': 1570,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,
+         'Pol_Calib_Range_Min': 1000,
+         'Pol_Calib_Range_Max': 3000},
+ 'BT0_m45': {'channel_ID': 1571,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,
+         'Pol_Calib_Range_Min': 1000,
+         'Pol_Calib_Range_Max': 3000},
+ 'BC0_m45': {'channel_ID': 1572,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,
+         'Pol_Calib_Range_Min': 1000,
+         'Pol_Calib_Range_Max': 3000},
+ 'BT1_m45': {'channel_ID': 1573,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,
+         'Pol_Calib_Range_Min': 1000,
+         'Pol_Calib_Range_Max': 3000},
+ 'BC1_m45': {'channel_ID': 1574,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,
+         'Pol_Calib_Range_Min': 1000,
+         'Pol_Calib_Range_Max': 3000},
+         }
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/atmospheric_lidar/systems/kit/temp/kit_netcdf_parameters.py	Mon Nov 09 09:22:18 2020 +0200
@@ -0,0 +1,33 @@
+general_parameters =  \
+{'System': '\'KASCAL\'',
+ 'Laser_Pointing_Angle': 0,
+ 'Molecular_Calc': 0,
+ 'Call sign': 'imk', }
+
+channel_parameters = \
+{'BT0': {'channel_ID': 1561,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,},
+ 'BC0': {'channel_ID': 1562,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,},
+ 'BT1': {'channel_ID': 1563,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,},
+ 'BC1': {'channel_ID': 1564,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,},
+ 'BT2': {'channel_ID': 1565,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,},
+ 'BC2': {'channel_ID': 1566,
+         'Background_Low': 50000,
+         'Background_High': 60000,
+         'LR_Input': 1,},
+         }
+

mercurial