-
- Downloads
Integration of new SRT LDO derotators into centos_7_compatibility branch (#925)
* Moved some method from GenericDerotator to SRTKBandDerotator The methods were not generic, they were specific methods of the old SRTKBandDerotator decommissioned interface. These methods are not even called by the DewarPositioner component, therefore it was safe to remove them from the GenericDerotator interface. * Moved another unused method * Updated GenericDerotator interface * Fix #865, fix #869, updated SRTMinorServo component The component now handles correctly a SETUP command. The component is also capable of commanding the gregorian air blade with the 'setGregorianAirBladeStatus' command. A few bugs were fixed here and there. This branch MUST be tested with the real hardware before merging it onto the centos_7_compatibility branch. * Fixed small bug * Removed redundant script * Uploading files in order to test a clean repository * Updated PyDewarPositioner for Python 3 * First LDO Derotators working implementation This commit also brings some clean up inside the SRT test CDB. All the stuff that is not used in the production environment has been moved out of the production and test environment and into the Outdated CDB. * KBand derotator updates * Moved SRTDerotators out of SRTMinorServoBossCore Each derotator now has its thread for updating its status
Showing
- Common/Interfaces/ReceiversInterface/idl/GenericDerotator.idl 13 additions, 38 deletions...on/Interfaces/ReceiversInterface/idl/GenericDerotator.idl
- Common/Servers/PyDewarPositioner/config/CDB/schemas/DewarPositioner.xsd 1 addition, 0 deletions.../PyDewarPositioner/config/CDB/schemas/DewarPositioner.xsd
- Common/Servers/PyDewarPositioner/src/DewarPositioner/DewarPositionerImpl.py 88 additions, 88 deletions...ewarPositioner/src/DewarPositioner/DewarPositionerImpl.py
- Common/Servers/PyDewarPositioner/src/DewarPositioner/cdbconf.py 1 addition, 0 deletions.../Servers/PyDewarPositioner/src/DewarPositioner/cdbconf.py
- Common/Servers/PyDewarPositioner/src/DewarPositioner/posgenerator.py 54 additions, 81 deletions...ers/PyDewarPositioner/src/DewarPositioner/posgenerator.py
- Common/Servers/PyDewarPositioner/src/DewarPositioner/positioner.py 73 additions, 42 deletions...rvers/PyDewarPositioner/src/DewarPositioner/positioner.py
- SRT/CDB/MACI/Components/BACKENDS/NoiseGenerator/NoiseGenerator.xml 0 additions, 18 deletions...ACI/Components/BACKENDS/NoiseGenerator/NoiseGenerator.xml
- SRT/CDB/MACI/Components/BACKENDS/XBackends/XBackends.xml 0 additions, 17 deletionsSRT/CDB/MACI/Components/BACKENDS/XBackends/XBackends.xml
- SRT/CDB/MACI/Components/MINORSERVO/DR_GFR1/DR_GFR1.xml 4 additions, 5 deletionsSRT/CDB/MACI/Components/MINORSERVO/DR_GFR1/DR_GFR1.xml
- SRT/CDB/MACI/Components/MINORSERVO/GFR/GFR.xml 2 additions, 2 deletionsSRT/CDB/MACI/Components/MINORSERVO/GFR/GFR.xml
- SRT/CDB/MACI/Components/MINORSERVO/M3R/M3R.xml 2 additions, 2 deletionsSRT/CDB/MACI/Components/MINORSERVO/M3R/M3R.xml
- SRT/CDB/MACI/Components/MINORSERVO/SRP/SRP.xml 1 addition, 2 deletionsSRT/CDB/MACI/Components/MINORSERVO/SRP/SRP.xml
- SRT/CDB/MACI/Components/RECEIVERS/LO_LP/LO_LP.xml 0 additions, 18 deletionsSRT/CDB/MACI/Components/RECEIVERS/LO_LP/LO_LP.xml
- SRT/CDB/MACI/Components/RECEIVERS/SRTLPBandReceiver/SRTLPBandReceiver.xml 0 additions, 18 deletions...ponents/RECEIVERS/SRTLPBandReceiver/SRTLPBandReceiver.xml
- SRT/CDB/MACI/Containers/HolographyContainer/HolographyContainer.xml 0 additions, 30 deletions...CI/Containers/HolographyContainer/HolographyContainer.xml
- SRT/CDB/MACI/Containers/HolographyDXCContainer/HolographyDXCContainer.xml 0 additions, 30 deletions...tainers/HolographyDXCContainer/HolographyDXCContainer.xml
- SRT/CDB/MACI/Containers/LocalOscillatorLPContainer/LocalOscillatorLPContainer.xml 0 additions, 37 deletions...LocalOscillatorLPContainer/LocalOscillatorLPContainer.xml
- SRT/CDB/MACI/Containers/LocalOscillatorsContainer/LocalOscillatorsContainer.xml 0 additions, 37 deletions...s/LocalOscillatorsContainer/LocalOscillatorsContainer.xml
- SRT/CDB/MACI/Containers/NoiseGeneratorContainer/NoiseGeneratorContainer.xml 0 additions, 30 deletions...iners/NoiseGeneratorContainer/NoiseGeneratorContainer.xml
- SRT/CDB/MACI/Containers/PyIFDistributorContainer/PyIFDistributorContainer.xml 0 additions, 27 deletions...ers/PyIFDistributorContainer/PyIFDistributorContainer.xml
This diff is collapsed.
Please register or sign in to comment