mxcubecore 1.340.0__tar.gz → 1.342.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/PKG-INFO +1 -1
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/Mockup.py +0 -9
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/Pool.py +0 -4
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/Sardana.py +2 -33
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/Tine.py +0 -22
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/CommandContainer.py +0 -1
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/queue_model_objects.py +8 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/pyproject.toml +1 -1
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/COPYING +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/COPYING.LESSER +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/README.md +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/BaseHardwareObjects.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/Epics.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/Exporter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/Spec.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/Taco.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/Tango.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/exporter/ExporterClient.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/exporter/ExporterStates.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/exporter/MDEvents.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/exporter/StandardClient.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Command/exporter/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjectFileParser.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAAutoProcessing.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBABackLight.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBABeamInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBACalibration.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBACats.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBACatsMaint.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAClusterJob.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBACollect.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBADataAnalysis.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAEnergy.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAEpsActuator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAFastShutter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAFlux.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAFrontEnd.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAFrontLight.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAISPyBClient.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAMachineInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAMiniDiff.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAPilatus.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBASession.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBASupervisor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBATransmission.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAZoomMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAZoomMotorAutoBrightness.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/XalocCalibration.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/XalocMachineInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/XalocMiniDiff.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Attenuators.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/AutoPowerSardanaMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BeamInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Beamline.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BeamlineActions.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BeamlineTools.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Bliss.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BlissActuator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BlissEnergy.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BlissHutchTrigger.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BlissMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BlissMotorWPositions.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BlissNState.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BlissRontecMCA.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BlissShutter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Cats90.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/CatsBessy.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/CatsMaint.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/CentringMath.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/Centring.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/DigitalZoomMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/MjpgStreamVideo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11AlbulaView.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11BackLight.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Beam.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11BeamStop.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Collect.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Collimator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11DetectorCover.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11DetectorDistance.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11DoorInterlock.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11EDNACharacterisation.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11EigerDetector.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Energy.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11FastShutter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Flux.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11ISPyBClient.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11MachineInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11NanoDiff.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Pinhole.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11SampleChanger.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Session.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Shutter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Transmission.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11YagDiode.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Zoom.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/ValueStateChannel.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DataPublisher.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DozorOnlineProcessing.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EDNACharacterisation.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLAperture.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLBSD.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeam.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamCentering.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamFocusing.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamlineTest.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamstop.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLCRL.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLCollect.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLDetector.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLDoorInterlock.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLEnergy.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLEnergyScan.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLExporterClient.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLFlux.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLImageTracking.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLMachineInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLMiniDiff.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLMotorsGroup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLOfflineProcessing.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLOnlineProcessing.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLPPUControl.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLPiezoMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLQueueEntry.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLResolution.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLSSXChip.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLSafetyShutter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLSession.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLSlitBox.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLTableMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLTransfocator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLTransmission.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLXRFSpectrum.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLXrayImaging.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/MDFastShutter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/TINEMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBLFlexHCD.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBLFlexHarvester.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/BlissHutchTrigger.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/BlissTurret.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/BlissVolpi.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeam.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamDefiner.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamlineActions.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFEnergyScan.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFMD2SC3.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFMetadataManagerClient.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFMultiCollect.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFPhotonFlux.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFSC3.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFSession.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFSmallXrayCentring.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ESRFXRFSpectrum.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ID231EnergyScan.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ID232BeamDefiner.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ID29EnergyScan.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ID29HutchTrigger.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/ID30A3BeamDefiner.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/MD2MultiCollect.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/OxfordCryostream.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/SSXICATLIMS.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/TangoKeithleyPhotonFlux.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/Transmission.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/calc_flux.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/fast_char_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/mx_base_queue_entry.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_base_queue_entry.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_big_foil_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_chip_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_foil_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_injector_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_laser_hare_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_laser_injector_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_line_scan_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/test_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRFLIMS.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EdnaWorkflow.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Energy.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ExporterMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ExporterNState.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/FlexHCD.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/FlexHCDMaintenance.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/GenericDiffractometer.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Gphl/CollectEmulator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Gphl/GphlMessages.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Gphl/GphlQueueEntry.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Gphl/GphlWorkflowConnection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Gphl/Transcal2MiniKappa.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Gphl/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Gphl/run_mxcube_test.csh +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Grob.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/GrobDiff.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/GrobGonio.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/GrobMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/GrobSampleChanger.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Harvester.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/HarvesterMaintenance.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ICATLIMS.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ISARAMaint.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/EPICSActuator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/EPICSMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/EPICSNState.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSAperture.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSBeam.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSCamera.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSCollect.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSDetDistMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSDiffractometer.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSEnergy.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSPilatusDet.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSSlits.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSTransmission.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/LNLSZoom.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/read_transmission_mnc.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LNLS/set_transmission_mnc.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LdapAuthenticator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Lima2Detector.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LimaEigerDetector.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/LimaPilatusDetector.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MAXIV/ISPyBLims.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MAXIV/MAXIVAutoProcessing.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MAXIV/MachInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MAXIV/MaxIVSession.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/beamline_actions.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MAXIV/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MD2Motor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MD3UP.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MachCurrent.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Mar225.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Marvin.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Microdiff.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffActuator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffAperture.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffBeamstop.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffFocusMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffInOut.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffKappaMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffLight.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffLightBeamstop.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffSamplePseudo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MicrodiffZoom.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MiniDiff.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MiniKappaCorrection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MinidiffAperture.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MotorWPositions.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MotorsNPosition.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/MultiplePositions.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/NState.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Native/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ObjectsController.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/PlateManipulator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/PlateManipulatorMaintenance.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ProposalTypeISPyBLims.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/PyISPyBClient.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/QtAxisCamera.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/QtGraphicsLib.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/QtGraphicsManager.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/QtInstanceServer.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/QtLimaVideo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/QtTangoLimaVideo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/QueueManager.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/QueueModel.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/RedisClient.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Resolution.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SC3.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Attenuator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1BeamInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1CatsMaint.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Collect.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Configuration.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Cryotong.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1DetectorDistance.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Energy.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1EnergyScan.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Environment.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1MiniDiff.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Pilatus.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Pss.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Resolution.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1TangoLight.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Attenuator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2BeamInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Collect.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Diffractometer.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Energy.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Guillotine.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Qt4_LimaVideo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Resolution.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Video.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILCatsMaint.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILEnergyScan.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILFlux.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILGuillotine.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILISPyBClient.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILMachineInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILPss.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILRuche.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILSafetyShutter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILSession.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILqueue_entry.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/TangoDCMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SOLEIL/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SampleStage.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SampleView.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SardanaMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SecureXMLRpcRequestHandler.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Session.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SimpleHTML.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SpecMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SpecMotorWPositions.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SpecMotorWSpecPositions.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SpecScan.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SpecShell.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/SpecState.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/StateMachine.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/TangoLimaMpegVideo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/TangoLimaVideo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/TangoLimaVideoDevice.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/TangoMachineInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/TangoMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/TangoShutter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/Transmission.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/UnitTest.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/UserTypeISPyBLims.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/VimbaVideo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/XMLRPCServer.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/XRFSpectrum.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/XSDataAutoprocv1_0.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/XSDataCommon.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/XSDataControlDozorv1_1.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/XSDataMXCuBEv1_3.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/XSDataMXCuBEv1_4.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/XSDataMXv1.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractActuator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractAperture.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractAuthenticator.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractBeam.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractCharacterisation.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractCollect.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractDetector.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractEnergy.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractEnergyScan.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractFlux.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractLims.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractMCA.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractMachineInfo.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractMotor.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractMultiCollect.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractNState.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractOnlineProcessing.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractProcedure.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractResolution.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractSampleChanger.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractSampleView.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractShutter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractSlits.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractTransmission.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractVideoDevice.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractXRFSpectrum.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/AbstractXrayCentring.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/ISPyBAbstractLims.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/ISPyBDataAdapter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/ISPyBValueFactory.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Component.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Container.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Crims.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Sample.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/abstract/sample_changer/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/autoprocessing.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/edna_test_data.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/ActuatorMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/ApertureMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/BeamDefinerMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/BeamMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/BeamlineActionsMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/BeamlineTestMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/BeamstopMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/CatsMaintMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/CollectMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/DetectorMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/DiffractometerMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/DoorInterlockMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/EDNACharacterisationMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/EnergyMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/EnergyScanMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/ExporterNStateMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/FluxMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/HarvesterMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/ISPyBClientMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/ISPyBRestClientMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/LimaDetectorMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/MDCameraMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/MachineInfoMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/MicrodiffApertureMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/MicrodiffInOutMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/MicrodiffZoomMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/MotorMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/MotorMockupBis.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/MultiCollectMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/OfflineProcessingMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/OnlineProcessingMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/PlateManipulatorMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/PlottingMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/ProcedureMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/QtVideoMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/ResolutionMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/SOLEILCharacterisationMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/SampleChangerMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/ScanMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/ShapeHistoryMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/ShutterMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/SlitsMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/TransmissionMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/XRFMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/XRFSpectrumMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/XrayCentringMockup.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/mockup/sample.jpg +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/sample_centring.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareRepository.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/Poller.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/TaskUtils.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/__version__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/dispatcher.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/common.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/configmodel.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/crystal_symmetry.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/lims_session.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/procedure_model.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/protocols/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/protocols/epics.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/protocols/exporter.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/protocols/sardana.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/protocols/tango.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/model/queue_model_enumerables.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/protocols_config.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/advanced_connector.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/base_queue_entry.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/characterisation.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/data_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/energy_scan.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/generic_workflow.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/import_helper.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/optical_centring.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/sample_centring.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/test_collection.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/xray_centering.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/xray_centering2.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/queue_entry/xrf_spectrum.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/saferef.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/utils/__init__.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/utils/conversion.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/utils/qt_import.py +0 -0
- {mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/utils/units.py +0 -0
|
@@ -18,15 +18,6 @@
|
|
|
18
18
|
# You should have received a copy of the GNU Lesser General Public License
|
|
19
19
|
# along with MXCuBE. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
|
|
21
|
-
# import time
|
|
22
|
-
# import logging
|
|
23
|
-
# import weakref
|
|
24
|
-
|
|
25
|
-
# try:
|
|
26
|
-
# import Queue as queue
|
|
27
|
-
# except ImportError:
|
|
28
|
-
# import queue
|
|
29
|
-
|
|
30
21
|
|
|
31
22
|
from mxcubecore.CommandContainer import (
|
|
32
23
|
ChannelObject,
|
|
@@ -251,7 +251,6 @@ class PoolChannel(ChannelObject):
|
|
|
251
251
|
s = self.device.State()
|
|
252
252
|
except Exception:
|
|
253
253
|
pass
|
|
254
|
-
# logging.getLogger("HWR").exception("Could not read State attribute")
|
|
255
254
|
else:
|
|
256
255
|
if s == PyTango.DevState.OFF:
|
|
257
256
|
return
|
|
@@ -278,9 +277,6 @@ class PoolChannel(ChannelObject):
|
|
|
278
277
|
return self.value
|
|
279
278
|
|
|
280
279
|
def set_value(self, new_value):
|
|
281
|
-
# newval = PyTango.AttributeValue()
|
|
282
|
-
# newval.value = newValue
|
|
283
|
-
# self.device.write_attribute(self.attribute_name, newval)
|
|
284
280
|
attr = PyTango.AttributeProxy(self.device_name + "/" + self.attribute_name)
|
|
285
281
|
a = attr.read()
|
|
286
282
|
a.value = new_value
|
|
@@ -29,8 +29,6 @@ import os
|
|
|
29
29
|
import gevent
|
|
30
30
|
from gevent.event import Event
|
|
31
31
|
|
|
32
|
-
# import time
|
|
33
|
-
# import types
|
|
34
32
|
from mxcubecore.dispatcher import saferef
|
|
35
33
|
|
|
36
34
|
try:
|
|
@@ -156,17 +154,6 @@ class SardanaMacro(CommandObject, SardanaObject, ChannelObject):
|
|
|
156
154
|
self.door.set_timeout_millis(10000)
|
|
157
155
|
self.doorstate = self.door.state.name.upper()
|
|
158
156
|
|
|
159
|
-
#
|
|
160
|
-
# DIRTY FIX to make compatible taurus listeners and existence of Tango channels/commands
|
|
161
|
-
# as defined in Command/Tango.py
|
|
162
|
-
#
|
|
163
|
-
# if self.door.__class__ == taurus.core.tango.tangodevice.TangoDevice:
|
|
164
|
-
# dp = self.door.getHWObj()
|
|
165
|
-
# try:
|
|
166
|
-
# dp.subscribe_event = dp._subscribe_event
|
|
167
|
-
# except AttributeError:
|
|
168
|
-
# pass
|
|
169
|
-
|
|
170
157
|
if self.macroStatusAttr is None:
|
|
171
158
|
self.macroStatusAttr = self.door.getAttribute("State")
|
|
172
159
|
self.macroStatusAttr.addListener(self.object_listener)
|
|
@@ -261,9 +248,8 @@ class SardanaMacro(CommandObject, SardanaObject, ChannelObject):
|
|
|
261
248
|
|
|
262
249
|
try:
|
|
263
250
|
if not isinstance(data, PyTango.DeviceAttribute):
|
|
264
|
-
# Events different than a value changed on attribute.
|
|
265
|
-
#
|
|
266
|
-
# logging.getLogger('HWR').debug("doorstate event. type is %s" % str(type(data)))
|
|
251
|
+
# Events different than a value changed on attribute.
|
|
252
|
+
# Taurus sends an event with attribute info.
|
|
267
253
|
return
|
|
268
254
|
|
|
269
255
|
# Handling macro state changed event
|
|
@@ -275,18 +261,14 @@ class SardanaMacro(CommandObject, SardanaObject, ChannelObject):
|
|
|
275
261
|
if doorstate != self.doorstate:
|
|
276
262
|
self.doorstate = doorstate
|
|
277
263
|
|
|
278
|
-
# logging.getLogger('HWR').debug("self.doorstate is %s" % self.canExecute())
|
|
279
264
|
self.emit("commandCanExecute", (self.can_execute(),))
|
|
280
265
|
|
|
281
266
|
if doorstate in ["ON", "ALARM"]:
|
|
282
|
-
# logging.getLogger('HWR').debug("Macroserver ready for commands")
|
|
283
267
|
self.emit("commandReady", ())
|
|
284
268
|
else:
|
|
285
|
-
# logging.getLogger('HWR').debug("Macroserver busy ")
|
|
286
269
|
self.emit("commandNotReady", ())
|
|
287
270
|
|
|
288
271
|
if self.macrostate == SardanaMacro.STARTED and doorstate == "RUNNING":
|
|
289
|
-
# logging.getLogger('HWR').debug("Macro server is running")
|
|
290
272
|
self.macrostate = SardanaMacro.RUNNING
|
|
291
273
|
elif self.macrostate == SardanaMacro.RUNNING and (
|
|
292
274
|
doorstate in ["ON", "ALARM"]
|
|
@@ -323,7 +305,6 @@ class SardanaMacro(CommandObject, SardanaObject, ChannelObject):
|
|
|
323
305
|
if self.door is not None:
|
|
324
306
|
logging.getLogger("HWR").debug("SardanaMacro / aborting macro")
|
|
325
307
|
self.door.abortMacro()
|
|
326
|
-
# self.emit('commandReady', ())
|
|
327
308
|
|
|
328
309
|
def is_connected(self):
|
|
329
310
|
return self.door is not None
|
|
@@ -417,18 +398,6 @@ class SardanaChannel(ChannelObject, SardanaObject):
|
|
|
417
398
|
def init_device(self):
|
|
418
399
|
try:
|
|
419
400
|
self.attribute = Attribute(self.model)
|
|
420
|
-
#
|
|
421
|
-
# DIRTY FIX to make compatible taurus listeners and existence of Tango channels/commands
|
|
422
|
-
# as defined in Command/Tango.py
|
|
423
|
-
#
|
|
424
|
-
# if self.attribute.__class__ == taurus.core.tango.tangoattribute.TangoAttribute:
|
|
425
|
-
# dev = self.attribute.getParentObj()
|
|
426
|
-
# dp = dev.getHWObj()
|
|
427
|
-
# try:
|
|
428
|
-
# dp.subscribe_event = dp._subscribe_event
|
|
429
|
-
# except AttributeError:
|
|
430
|
-
# pass
|
|
431
|
-
# logging.getLogger("HWR").debug("initialized")
|
|
432
401
|
except DevFailed as traceback:
|
|
433
402
|
self.imported = False
|
|
434
403
|
return
|
|
@@ -62,11 +62,9 @@ class TineCommand(CommandObject):
|
|
|
62
62
|
else:
|
|
63
63
|
commandArgument = args[0]
|
|
64
64
|
try:
|
|
65
|
-
# logging.getLogger("HWR").info("Tine command %s sent" % self.commandName)
|
|
66
65
|
ret = tine.set(
|
|
67
66
|
self.tineName, self.commandName, commandArgument, self.timeout
|
|
68
67
|
)
|
|
69
|
-
# logging.getLogger("HWR").info("Tine command %s reply arrived" % self.commandName)
|
|
70
68
|
self.emit("commandReplyArrived", (ret, str(self.name())))
|
|
71
69
|
except IOError as strerror:
|
|
72
70
|
logging.getLogger("user_level_log").exception("TINE: %s" % strerror)
|
|
@@ -122,9 +120,6 @@ class TineChannel(ChannelObject):
|
|
|
122
120
|
attach = {"timer": tine.attach, "event": tine.notify, "datachange": tine.update}
|
|
123
121
|
|
|
124
122
|
updates = queue.Queue()
|
|
125
|
-
# updates_emitter = QtCore.QTimer()
|
|
126
|
-
# QtCore.QObject.connect(updates_emitter, QtCore.SIGNAL('timeout()'), emitTineChannelUpdates)
|
|
127
|
-
# updates_emitter.start(20)
|
|
128
123
|
updates_emitter = gevent.spawn(do_tine_channel_update, 0.1)
|
|
129
124
|
|
|
130
125
|
def __init__(
|
|
@@ -167,10 +162,6 @@ class TineChannel(ChannelObject):
|
|
|
167
162
|
self.linkid = TineChannel.attach[kwargs.get("attach", "timer")](
|
|
168
163
|
self.tineName, self.attributeName, self.tineEventCallback, self.timeout
|
|
169
164
|
)
|
|
170
|
-
# except IOError as strerror:
|
|
171
|
-
# logging.getLogger("HWR").error("%s" %strerror)
|
|
172
|
-
# except ValueError:
|
|
173
|
-
# logging.getLogger("HWR").error("TINE attach object is not callable")
|
|
174
165
|
|
|
175
166
|
if self.linkid > 0 and kwargs.get("attach", "timer") == "datachange":
|
|
176
167
|
tolerance = kwargs.get("tolerance", 0.0)
|
|
@@ -180,9 +171,6 @@ class TineChannel(ChannelObject):
|
|
|
180
171
|
if tolerance != 0.0:
|
|
181
172
|
tine.tolerance(self.linkid, float(tolerance), 0.0)
|
|
182
173
|
|
|
183
|
-
# TODO Remove this sleep. Tine lib bug when after attach directly get is called
|
|
184
|
-
# time.sleep(0.025)
|
|
185
|
-
|
|
186
174
|
atexit.register(self.__del__)
|
|
187
175
|
|
|
188
176
|
def __del__(self):
|
|
@@ -232,9 +220,6 @@ class TineChannel(ChannelObject):
|
|
|
232
220
|
"""
|
|
233
221
|
|
|
234
222
|
def update(self, value=None):
|
|
235
|
-
# if self.tineName.split("/")[2] == 'ics':
|
|
236
|
-
# print '>>>>>>>>>>>>>>>>>>', self.attributeName, value, self.value, self.oldvalue
|
|
237
|
-
|
|
238
223
|
if value is None:
|
|
239
224
|
logging.getLogger("HWR").warning(
|
|
240
225
|
"Update with value None on: %s %s" % (self.tineName, self.attributeName)
|
|
@@ -245,14 +230,8 @@ class TineChannel(ChannelObject):
|
|
|
245
230
|
if value != self.oldvalue:
|
|
246
231
|
TineChannel.updates.put((weakref.ref(self), value))
|
|
247
232
|
self.oldvalue = value
|
|
248
|
-
# if self.tineName == "/P14/BCUIntensity/Device0":
|
|
249
|
-
# logging.getLogger("HWR").debug('----------------- %s %s' %(self.attributeName,self.value))
|
|
250
233
|
|
|
251
234
|
def get_value(self, force=False):
|
|
252
|
-
# logging.getLogger("HWR").debug('TINE channel %s, %s get at val=%s'%(self.tineName,self.attributeName,self.value))
|
|
253
|
-
# if self.tineName == "/P14/BCUIntensity/Device0":
|
|
254
|
-
# print self.attributeName, self.value
|
|
255
|
-
|
|
256
235
|
# GB: if forced while having a value already, i.e. well after connecting a channel, do a real synchronous get and return
|
|
257
236
|
if force:
|
|
258
237
|
if self.value is not None:
|
|
@@ -279,7 +258,6 @@ class TineChannel(ChannelObject):
|
|
|
279
258
|
# but now tine lib should be standing the get, so we try....
|
|
280
259
|
|
|
281
260
|
self.value = self._synchronous_get()
|
|
282
|
-
# time.sleep(0.02)
|
|
283
261
|
_counter += 1
|
|
284
262
|
if self.value is None:
|
|
285
263
|
logging.getLogger("HWR").warning(
|
|
@@ -329,7 +329,6 @@ class CommandContainer:
|
|
|
329
329
|
if channel is None and not optional:
|
|
330
330
|
msg = "%s: Unable to get channel %s" % (self.id, channel_name)
|
|
331
331
|
logging.getLogger("user_level_log").error(msg)
|
|
332
|
-
# raise Exception(msg)
|
|
333
332
|
return channel
|
|
334
333
|
|
|
335
334
|
def get_channel_names_list(self) -> List[str]:
|
|
@@ -24,6 +24,7 @@ Any object that inherits from TaskNode can be added to and handled by
|
|
|
24
24
|
the QueueModel.
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
|
+
import ast
|
|
27
28
|
import copy
|
|
28
29
|
import logging
|
|
29
30
|
import os
|
|
@@ -1705,6 +1706,7 @@ class AcquisitionParameters(object):
|
|
|
1705
1706
|
self.skip_existing_images = False
|
|
1706
1707
|
self.detector_binning_mode = str()
|
|
1707
1708
|
self.detector_roi_mode = str()
|
|
1709
|
+
self.detector_mode_list = self.get_detector_mode_list()
|
|
1708
1710
|
self.induce_burn = False
|
|
1709
1711
|
self.mesh_range = ()
|
|
1710
1712
|
self.cell_counting = "zig-zag"
|
|
@@ -1753,6 +1755,7 @@ class AcquisitionParameters(object):
|
|
|
1753
1755
|
"skip_existing_images": self.skip_existing_images,
|
|
1754
1756
|
"detector_binning_mode": self.detector_binning_mode,
|
|
1755
1757
|
"detector_roi_mode": self.detector_roi_mode,
|
|
1758
|
+
"detector_mode_list": self.detector_mode_list,
|
|
1756
1759
|
"induce_burn": self.induce_burn,
|
|
1757
1760
|
"mesh_range": self.mesh_range,
|
|
1758
1761
|
"mesh_snapshot": self.mesh_snapshot,
|
|
@@ -1771,6 +1774,11 @@ class AcquisitionParameters(object):
|
|
|
1771
1774
|
def copy(self):
|
|
1772
1775
|
return copy.deepcopy(self)
|
|
1773
1776
|
|
|
1777
|
+
def get_detector_mode_list(self):
|
|
1778
|
+
return ast.literal_eval(
|
|
1779
|
+
HWR.beamline.detector.get_property("roi_mode_list", "[]")
|
|
1780
|
+
)
|
|
1781
|
+
|
|
1774
1782
|
|
|
1775
1783
|
class XrayImagingParameters(object):
|
|
1776
1784
|
def __init__(self):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAAutoProcessing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBACalibration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBADataAnalysis.py
RENAMED
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAEpsActuator.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAFastShutter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAISPyBClient.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBAMachineInfo.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/ALBATransmission.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/XalocCalibration.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ALBA/XalocMachineInfo.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/AutoPowerSardanaMotor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/BlissMotorWPositions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/DigitalZoomMotor.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/MjpgStreamVideo.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11DetectorCover.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11DetectorDistance.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11DoorInterlock.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11EDNACharacterisation.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11EigerDetector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11SampleChanger.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/P11Transmission.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DESY/ValueStateChannel.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/DozorOnlineProcessing.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EDNACharacterisation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamCentering.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamFocusing.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamlineTest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLDoorInterlock.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLExporterClient.py
RENAMED
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLImageTracking.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLMachineInfo.py
RENAMED
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLMotorsGroup.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLOfflineProcessing.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLOnlineProcessing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLSafetyShutter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLTransfocator.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLTransmission.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLXRFSpectrum.py
RENAMED
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/EMBL/EMBLXrayImaging.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mxcubecore-1.340.0 → mxcubecore-1.342.0}/mxcubecore/HardwareObjects/ESRF/BlissHutchTrigger.py
RENAMED
|
File without changes
|
|
File without changes
|