From 84b819509463f929461fc09a907bceb865a8d131 Mon Sep 17 00:00:00 2001 From: Marco Buttu <mbuttu@oa-cagliari.inaf.it> Date: Wed, 7 Dec 2016 11:14:20 +0000 Subject: [PATCH] Removed the LPBand --- SRT/Misc/SRTScripts/src/receiversmonitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRT/Misc/SRTScripts/src/receiversmonitor.py b/SRT/Misc/SRTScripts/src/receiversmonitor.py index c7faa2bd9..ef4a48369 100755 --- a/SRT/Misc/SRTScripts/src/receiversmonitor.py +++ b/SRT/Misc/SRTScripts/src/receiversmonitor.py @@ -45,7 +45,7 @@ common_receiver_properties = ( mapping = ( ('ANTENNA/Boss', ('rawAzimuth', 'rawElevation')), - ('RECEIVERS/SRTLPBandReceiver', common_receiver_properties), + # ('RECEIVERS/SRTLPBandReceiver', common_receiver_properties), ('RECEIVERS/SRTKBandMFReceiver', common_receiver_properties), ('RECEIVERS/SRT7GHzReceiver', common_receiver_properties), ) -- GitLab