# HG changeset patch # User Ioannis # Date 1604906538 -7200 # Node ID 1ba23cf945fc22503e4180e87362e42b763c3555 # Parent e7a6a5f6cacad11b6e8ada1b5fe54713ccc16541 New KIT system configuration diff -r e7a6a5f6caca -r 1ba23cf945fc atmospheric_lidar/systems/kit/kit_depolarization_parameters.py --- /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}, + } + diff -r e7a6a5f6caca -r 1ba23cf945fc atmospheric_lidar/systems/kit/temp/kit_netcdf_parameters.py --- /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,}, + } +