Skip to content
Snippets Groups Projects
Commit da11900f authored by Giuseppe Carboni's avatar Giuseppe Carboni
Browse files

Various QBand updates

parent 3dec011f
No related branches found
No related tags found
No related merge requests found
......@@ -120,8 +120,8 @@ class MyWorker(QThread):
self.emit(Qt.SIGNAL("scanAxis"),scanaxis)
(azOffset,_)=self.azimuthOffset.get_sync()
(elOffset,_)=self.elevationOffset.get_sync()
self.emit(Qt.SIGNAL("azoffset"),f'{azOffset/math.pi*180:.3f}')
self.emit(Qt.SIGNAL("eloffset"),f'{elOffset/math.pi*180:.3f}')
self.emit(Qt.SIGNAL("azoffset"),f'{azOffset/math.pi*180:.4f}')
self.emit(Qt.SIGNAL("eloffset"),f'{elOffset/math.pi*180:.4f}')
rec= self.caltool.isRecording()
if rec==True:
......
<?xml version='1.0' encoding='ISO-8859-1'?>
<!--
- Author: Andrea Orlati
- History:
- 14-08-23 Created
-->
<ReceiversModeSetup xmlns="urn:schemas-cosylab-com:ReceiversModeSetup:1.0"
xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Mode="SINGLEDISH"
Mode="NORMAL"
RFMin="33000.0 33000.0"
RFMax="50000.0 50000.0"
IFMin="1000.0 1000.0"
......
<?xml version='1.0' encoding='ISO-8859-1'?>
<ReceiversModeSetup xmlns="urn:schemas-cosylab-com:ReceiversModeSetup:1.0"
xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Mode="SINGLEDISH"
RFMin="33000.0 33000.0"
RFMax="50000.0 50000.0"
IFMin="1000.0 1000.0"
IFBandwidth="17000.0 17000.0"
Feeds="19"
IFs="2"
Polarization="L R"
DefaultLO="16000.0 16000.0"
FixedLO2="0.0 0.0"
LOMin="16000.0 16000.0"
LOMax="16000.0 16000.0"
/>
<?xml version='1.0' encoding='ISO-8859-1'?>
<ReceiversModeSetup xmlns="urn:schemas-cosylab-com:ReceiversModeSetup:1.0"
xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Mode="VLBI"
RFMin="33000.0 33000.0"
RFMax="50000.0 50000.0"
IFMin="1000.0 1000.0"
IFBandwidth="17000.0 17000.0"
Feeds="19"
IFs="2"
Polarization="L R"
DefaultLO="16000.0 16000.0"
FixedLO2="0.0 0.0"
LOMin="16000.0 16000.0"
LOMax="16000.0 16000.0"
/>
<?xml version='1.0' encoding='ISO-8859-1'?>
<!--
- Author: Andrea Orlati
- History:
- 14-08-23 Created
-->
<ReceiversModeSetup xmlns="urn:schemas-cosylab-com:ReceiversModeSetup:1.0"
xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Mode="VLBI"
Mode="NORMAL"
RFMin="33000.0 33000.0"
RFMax="50000.0 50000.0"
IFMin="1000.0 1000.0"
......
......@@ -30,6 +30,8 @@
<AvailableReceiver Code="KKG" Derotator="false" Component="RECEIVERS/SRTKBandMFReceiver"/>
<AvailableReceiver Code="QQG" Derotator="false" Component="RECEIVERS/SRTQBandReceiver"/>
<AvailableReceiver Code="LLP" Derotator="false" Component="RECEIVERS/SRTLPBandReceiver"/>
<AvailableReceiver Code="PPP" Derotator="false" Component="RECEIVERS/SRTLPBandReceiver"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment