Mon, 07 Sep 2020 17:11:58 +0300
New KIT system configuration
.gitignore | file | annotate | diff | comparison | revisions | |
.hgignore | file | annotate | diff | comparison | revisions | |
atmospheric_lidar/systems/kit/kit_netcdf_parameters.py | file | annotate | diff | comparison | revisions |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gitignore Mon Sep 07 17:11:58 2020 +0300 @@ -0,0 +1,12 @@ +*.pyc +*.py~ +*.rst~ +readme.md~ +*.orig +.idea/* +atmospheric_lidar\.egg-info/ +*.nc +build/* +dist/* +docs/_build/html/* +docs/_build/doctrees/*
--- a/.hgignore Mon Jun 08 23:24:17 2020 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -syntax: glob -*.pyc -*.py~ -*.rst~ -re:^readme\.md~$ -*.orig -.idea/* -re:^atmospheric_lidar\.egg-info/ -*.nc -re:^atmospheric_lidar_reader\.egg-info/ -re:^build/ -re:^dist/ -re:^docs/_build/html/ -re:^docs/_build/doctrees/
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/atmospheric_lidar/systems/kit/kit_netcdf_parameters.py Mon Sep 07 17:11:58 2020 +0300 @@ -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,}, + } +