Commit da11900f authored by Giuseppe Carboni's avatar Giuseppe Carboni
Browse files

Various QBand updates

parent 3dec011f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -120,8 +120,8 @@ class MyWorker(QThread):
                self.emit(Qt.SIGNAL("scanAxis"),scanaxis)
                self.emit(Qt.SIGNAL("scanAxis"),scanaxis)
                (azOffset,_)=self.azimuthOffset.get_sync()
                (azOffset,_)=self.azimuthOffset.get_sync()
                (elOffset,_)=self.elevationOffset.get_sync()
                (elOffset,_)=self.elevationOffset.get_sync()
                self.emit(Qt.SIGNAL("azoffset"),f'{azOffset/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:.3f}')
                self.emit(Qt.SIGNAL("eloffset"),f'{elOffset/math.pi*180:.4f}')


                rec= self.caltool.isRecording()
                rec= self.caltool.isRecording()
                if rec==True:
                if rec==True:
+6 −1
Original line number Original line Diff line number Diff line
<?xml version='1.0' encoding='ISO-8859-1'?>
<?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" 
<ReceiversModeSetup xmlns="urn:schemas-cosylab-com:ReceiversModeSetup:1.0" 
	xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
	xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
	xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
	xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	
	
	Mode="SINGLEDISH"
	Mode="NORMAL"
	RFMin="33000.0 33000.0"
	RFMin="33000.0 33000.0"
	RFMax="50000.0 50000.0"
	RFMax="50000.0 50000.0"
	IFMin="1000.0 1000.0"
	IFMin="1000.0 1000.0"
+0 −20
Original line number Original line Diff line number Diff line
<?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"
/>
+0 −20
Original line number Original line Diff line number Diff line
<?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"
/>
+6 −1
Original line number Original line Diff line number Diff line
<?xml version='1.0' encoding='ISO-8859-1'?>
<?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" 
<ReceiversModeSetup xmlns="urn:schemas-cosylab-com:ReceiversModeSetup:1.0" 
	xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
	xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
	xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
	xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	
	
	Mode="VLBI"
	Mode="NORMAL"
	RFMin="33000.0 33000.0"
	RFMin="33000.0 33000.0"
	RFMax="50000.0 50000.0"
	RFMax="50000.0 50000.0"
	IFMin="1000.0 1000.0"
	IFMin="1000.0 1000.0"
Loading