mxcubecore 1.393.0__tar.gz → 1.395.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.

Potentially problematic release.


This version of mxcubecore might be problematic. Click here for more details.

Files changed (474) hide show
  1. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/PKG-INFO +1 -1
  2. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAAutoProcessing.py +4 -7
  3. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBABackLight.py +6 -7
  4. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBABeamInfo.py +2 -4
  5. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBACats.py +19 -25
  6. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAClusterJob.py +10 -11
  7. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBACollect.py +49 -71
  8. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBADataAnalysis.py +26 -31
  9. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAEnergy.py +1 -5
  10. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAEpsActuator.py +1 -1
  11. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAFastShutter.py +1 -1
  12. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAFlux.py +2 -6
  13. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAFrontLight.py +5 -9
  14. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAISPyBClient.py +4 -4
  15. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAMiniDiff.py +20 -27
  16. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAPilatus.py +12 -15
  17. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBASession.py +1 -4
  18. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAZoomMotor.py +10 -14
  19. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAZoomMotorAutoBrightness.py +7 -11
  20. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/XalocMiniDiff.py +7 -8
  21. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BeamInfo.py +4 -6
  22. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Beamline.py +6 -7
  23. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BeamlineActions.py +3 -7
  24. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BlissHutchTrigger.py +2 -4
  25. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BlissMotorWPositions.py +4 -7
  26. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Cats90.py +33 -43
  27. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/CatsBessy.py +1 -2
  28. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/CatsMaint.py +2 -2
  29. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/CentringMath.py +5 -4
  30. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/DigitalZoomMotor.py +3 -5
  31. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/MjpgStreamVideo.py +1 -3
  32. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11Collect.py +6 -8
  33. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11EDNACharacterisation.py +14 -16
  34. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11ISPyBClient.py +6 -10
  35. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11NanoDiff.py +5 -5
  36. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DataPublisher.py +2 -3
  37. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EDNACharacterisation.py +2 -4
  38. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeam.py +3 -3
  39. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamCentering.py +2 -4
  40. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamFocusing.py +3 -3
  41. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLDoorInterlock.py +1 -1
  42. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLEnergy.py +10 -18
  43. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLEnergyScan.py +9 -13
  44. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLFlux.py +10 -12
  45. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLMachineInfo.py +2 -2
  46. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLMiniDiff.py +18 -18
  47. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLMotorsGroup.py +6 -9
  48. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLOnlineProcessing.py +6 -6
  49. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLPPUControl.py +1 -1
  50. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLSSXChip.py +1 -4
  51. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLSlitBox.py +1 -3
  52. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLTableMotor.py +2 -3
  53. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLXRFSpectrum.py +4 -4
  54. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLXrayImaging.py +1 -1
  55. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/TINEMotor.py +2 -4
  56. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBLFlexHCD.py +5 -5
  57. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBLFlexHarvester.py +2 -2
  58. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeam.py +3 -5
  59. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamInfo.py +1 -5
  60. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamlineActions.py +2 -3
  61. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFEnergyScan.py +3 -3
  62. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFMultiCollect.py +7 -7
  63. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFPhotonFlux.py +2 -8
  64. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFSC3.py +11 -18
  65. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ID29HutchTrigger.py +2 -4
  66. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/MD2MultiCollect.py +4 -4
  67. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/SSXICATLIMS.py +9 -6
  68. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EdnaWorkflow.py +9 -11
  69. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Energy.py +11 -15
  70. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ExporterMotor.py +1 -2
  71. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/FlexHCD.py +7 -8
  72. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/FlexHCDMaintenance.py +1 -2
  73. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/GenericDiffractometer.py +26 -46
  74. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Gphl/CollectEmulator.py +6 -7
  75. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Gphl/GphlQueueEntry.py +2 -2
  76. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py +29 -43
  77. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Gphl/GphlWorkflowConnection.py +25 -35
  78. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ICATLIMS.py +17 -13
  79. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/EPICSMotor.py +1 -4
  80. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSAperture.py +2 -5
  81. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSCamera.py +14 -16
  82. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSCollect.py +20 -30
  83. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSDetDistMotor.py +7 -11
  84. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSEnergy.py +4 -6
  85. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSPilatusDet.py +49 -57
  86. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSTransmission.py +4 -7
  87. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LdapAuthenticator.py +11 -15
  88. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Lima2Detector.py +1 -1
  89. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LimaEigerDetector.py +1 -1
  90. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LimaPilatusDetector.py +1 -4
  91. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MAXIV/MAXIVAutoProcessing.py +3 -5
  92. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MD3UP.py +1 -2
  93. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MachCurrent.py +5 -5
  94. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Marvin.py +23 -35
  95. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Microdiff.py +6 -8
  96. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffActuator.py +1 -1
  97. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffBeamstop.py +1 -3
  98. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffInOut.py +1 -1
  99. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffKappaMotor.py +3 -4
  100. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MiniDiff.py +35 -57
  101. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MotorWPositions.py +3 -3
  102. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/PlateManipulator.py +2 -2
  103. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ProposalTypeISPyBLims.py +8 -16
  104. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/PyISPyBClient.py +8 -5
  105. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/QtGraphicsLib.py +2 -2
  106. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/QtGraphicsManager.py +13 -19
  107. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/QtInstanceServer.py +27 -55
  108. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/QtLimaVideo.py +1 -5
  109. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/QueueManager.py +7 -9
  110. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/QueueModel.py +6 -8
  111. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/RedisClient.py +12 -16
  112. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SC3.py +1 -2
  113. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Attenuator.py +1 -3
  114. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1BeamInfo.py +1 -1
  115. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1CatsMaint.py +3 -4
  116. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Collect.py +11 -11
  117. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Cryotong.py +8 -18
  118. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Energy.py +6 -7
  119. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1EnergyScan.py +21 -31
  120. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Environment.py +1 -1
  121. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1MiniDiff.py +11 -21
  122. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Pilatus.py +9 -9
  123. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Pss.py +1 -2
  124. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Resolution.py +1 -5
  125. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1TangoLight.py +3 -8
  126. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Attenuator.py +9 -13
  127. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Collect.py +1 -1
  128. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Diffractometer.py +22 -22
  129. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Energy.py +4 -6
  130. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Guillotine.py +2 -2
  131. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILCatsMaint.py +6 -8
  132. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILEnergyScan.py +44 -56
  133. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILGuillotine.py +2 -2
  134. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILISPyBClient.py +10 -10
  135. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILMachineInfo.py +4 -8
  136. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILPss.py +3 -4
  137. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILRuche.py +1 -1
  138. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/TangoDCMotor.py +10 -16
  139. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SardanaMotor.py +4 -5
  140. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Session.py +1 -2
  141. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SpecMotorWPositions.py +5 -9
  142. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SpecMotorWSpecPositions.py +2 -4
  143. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SpecShell.py +7 -9
  144. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SpecState.py +5 -7
  145. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/StateMachine.py +9 -10
  146. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/TangoLimaMpegVideo.py +2 -3
  147. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/TangoLimaVideo.py +3 -4
  148. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/TangoMachineInfo.py +1 -3
  149. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/TangoMotor.py +1 -3
  150. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/UserTypeISPyBLims.py +7 -9
  151. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/XMLRPCServer.py +20 -22
  152. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractAperture.py +6 -11
  153. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractCollect.py +6 -16
  154. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractDetector.py +2 -7
  155. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractEnergyScan.py +1 -1
  156. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractLims.py +3 -4
  157. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractNState.py +1 -2
  158. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractProcedure.py +3 -4
  159. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractSampleChanger.py +1 -1
  160. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractVideoDevice.py +4 -4
  161. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractXRFSpectrum.py +1 -1
  162. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/ISPyBAbstractLims.py +11 -13
  163. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/BeamlineTestMockup.py +11 -14
  164. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/EnergyScanMockup.py +10 -11
  165. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/ISPyBClientMockup.py +6 -6
  166. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/ISPyBRestClientMockup.py +1 -1
  167. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/LimaDetectorMockup.py +1 -2
  168. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/MDCameraMockup.py +5 -6
  169. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/MicrodiffInOutMockup.py +1 -1
  170. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/MultiCollectMockup.py +1 -1
  171. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/ShapeHistoryMockup.py +1 -2
  172. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/XRFMockup.py +3 -6
  173. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/pyproject.toml +1 -1
  174. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/COPYING +0 -0
  175. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/COPYING.LESSER +0 -0
  176. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/README.md +0 -0
  177. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/BaseHardwareObjects.py +0 -0
  178. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/Epics.py +0 -0
  179. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/Exporter.py +0 -0
  180. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/Mockup.py +0 -0
  181. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/Pool.py +0 -0
  182. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/Sardana.py +0 -0
  183. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/Spec.py +0 -0
  184. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/Taco.py +0 -0
  185. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/Tango.py +0 -0
  186. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/Tine.py +0 -0
  187. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/__init__.py +0 -0
  188. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/exporter/ExporterClient.py +0 -0
  189. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/exporter/ExporterStates.py +0 -0
  190. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/exporter/MDEvents.py +0 -0
  191. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/exporter/StandardClient.py +0 -0
  192. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Command/exporter/__init__.py +0 -0
  193. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/CommandContainer.py +0 -0
  194. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjectFileParser.py +0 -0
  195. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBACalibration.py +0 -0
  196. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBACatsMaint.py +0 -0
  197. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAFrontEnd.py +0 -0
  198. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBAMachineInfo.py +0 -0
  199. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBASupervisor.py +0 -0
  200. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/ALBATransmission.py +0 -0
  201. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/XalocCalibration.py +0 -0
  202. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/XalocMachineInfo.py +0 -0
  203. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ALBA/__init__.py +0 -0
  204. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Attenuators.py +0 -0
  205. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/AutoPowerSardanaMotor.py +0 -0
  206. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BeamlineTools.py +0 -0
  207. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Bliss.py +0 -0
  208. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BlissActuator.py +0 -0
  209. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BlissEnergy.py +0 -0
  210. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BlissMotor.py +0 -0
  211. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BlissNState.py +0 -0
  212. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BlissRontecMCA.py +0 -0
  213. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/BlissShutter.py +0 -0
  214. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/Centring.py +0 -0
  215. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11AlbulaView.py +0 -0
  216. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11BackLight.py +0 -0
  217. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11Beam.py +0 -0
  218. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11BeamStop.py +0 -0
  219. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11Collimator.py +0 -0
  220. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11DetectorCover.py +0 -0
  221. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11DetectorDistance.py +0 -0
  222. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11DoorInterlock.py +0 -0
  223. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11EigerDetector.py +0 -0
  224. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11Energy.py +0 -0
  225. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11FastShutter.py +0 -0
  226. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11Flux.py +0 -0
  227. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11MachineInfo.py +0 -0
  228. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11Pinhole.py +0 -0
  229. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11SampleChanger.py +0 -0
  230. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11Session.py +0 -0
  231. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11Shutter.py +0 -0
  232. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11Transmission.py +0 -0
  233. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11YagDiode.py +0 -0
  234. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/P11Zoom.py +0 -0
  235. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/ValueStateChannel.py +0 -0
  236. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DESY/__init__.py +0 -0
  237. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/DozorOnlineProcessing.py +0 -0
  238. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLAperture.py +0 -0
  239. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLBSD.py +0 -0
  240. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamlineTest.py +0 -0
  241. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamstop.py +0 -0
  242. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLCRL.py +0 -0
  243. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLCollect.py +0 -0
  244. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLDetector.py +0 -0
  245. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLExporterClient.py +0 -0
  246. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLImageTracking.py +0 -0
  247. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLOfflineProcessing.py +0 -0
  248. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLPiezoMotor.py +0 -0
  249. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLQueueEntry.py +0 -0
  250. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLResolution.py +0 -0
  251. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLSafetyShutter.py +0 -0
  252. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLSession.py +0 -0
  253. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLTransfocator.py +0 -0
  254. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/EMBLTransmission.py +0 -0
  255. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/MDFastShutter.py +0 -0
  256. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/EMBL/__init__.py +0 -0
  257. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/BlissHutchTrigger.py +0 -0
  258. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/BlissTurret.py +0 -0
  259. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/BlissVolpi.py +0 -0
  260. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamDefiner.py +0 -0
  261. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFMD2SC3.py +0 -0
  262. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFMetadataManagerClient.py +0 -0
  263. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFSession.py +0 -0
  264. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFSmallXrayCentring.py +0 -0
  265. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ESRFXRFSpectrum.py +0 -0
  266. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ID232BeamDefiner.py +0 -0
  267. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ID30A3BeamDefiner.py +0 -0
  268. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/ID30BBeamDefiner.py +0 -0
  269. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/OxfordCryostream.py +0 -0
  270. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/TangoKeithleyPhotonFlux.py +0 -0
  271. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/Transmission.py +0 -0
  272. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/__init__.py +0 -0
  273. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/calc_flux.py +0 -0
  274. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/__init__.py +0 -0
  275. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/fast_char_collection.py +0 -0
  276. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/mx_base_queue_entry.py +0 -0
  277. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_base_queue_entry.py +0 -0
  278. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_big_foil_collection.py +0 -0
  279. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_chip_collection.py +0 -0
  280. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_foil_collection.py +0 -0
  281. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_injector_collection.py +0 -0
  282. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_laser_hare_collection.py +0 -0
  283. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_laser_injector_collection.py +0 -0
  284. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_line_scan_collection.py +0 -0
  285. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/test_collection.py +0 -0
  286. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ESRFLIMS.py +0 -0
  287. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ExporterNState.py +0 -0
  288. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Gphl/GphlMessages.py +0 -0
  289. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Gphl/Transcal2MiniKappa.py +0 -0
  290. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Gphl/__init__.py +0 -0
  291. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Gphl/run_mxcube_test.csh +0 -0
  292. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Grob.py +0 -0
  293. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/GrobDiff.py +0 -0
  294. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/GrobGonio.py +0 -0
  295. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/GrobMotor.py +0 -0
  296. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/GrobSampleChanger.py +0 -0
  297. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Harvester.py +0 -0
  298. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/HarvesterMaintenance.py +0 -0
  299. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ISARAMaint.py +0 -0
  300. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/EPICSActuator.py +0 -0
  301. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/EPICSNState.py +0 -0
  302. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSBeam.py +0 -0
  303. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSDiffractometer.py +0 -0
  304. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSSlits.py +0 -0
  305. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/LNLSZoom.py +0 -0
  306. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/__init__.py +0 -0
  307. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/read_transmission_mnc.py +0 -0
  308. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/LNLS/set_transmission_mnc.py +0 -0
  309. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MAXIV/ISPyBLims.py +0 -0
  310. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MAXIV/MachInfo.py +0 -0
  311. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/__init__.py +0 -0
  312. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/beamline.py +0 -0
  313. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/beamline_actions.py +0 -0
  314. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MAXIV/__init__.py +0 -0
  315. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MAXIV/beamline.py +0 -0
  316. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MAXIV/session.py +0 -0
  317. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MD2Motor.py +0 -0
  318. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Mar225.py +0 -0
  319. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffAperture.py +0 -0
  320. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffFocusMotor.py +0 -0
  321. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffLight.py +0 -0
  322. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffLightBeamstop.py +0 -0
  323. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffMotor.py +0 -0
  324. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffSamplePseudo.py +0 -0
  325. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MicrodiffZoom.py +0 -0
  326. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MiniKappaCorrection.py +0 -0
  327. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MinidiffAperture.py +0 -0
  328. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MotorsNPosition.py +0 -0
  329. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/MultiplePositions.py +0 -0
  330. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/NState.py +0 -0
  331. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Native/__init__.py +0 -0
  332. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/ObjectsController.py +0 -0
  333. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/PlateManipulatorMaintenance.py +0 -0
  334. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/QtAxisCamera.py +0 -0
  335. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/QtTangoLimaVideo.py +0 -0
  336. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Resolution.py +0 -0
  337. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Configuration.py +0 -0
  338. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1DetectorDistance.py +0 -0
  339. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/__init__.py +0 -0
  340. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2BeamInfo.py +0 -0
  341. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Qt4_LimaVideo.py +0 -0
  342. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Resolution.py +0 -0
  343. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Video.py +0 -0
  344. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/__init__.py +0 -0
  345. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILFlux.py +0 -0
  346. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILSafetyShutter.py +0 -0
  347. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILSession.py +0 -0
  348. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILqueue_entry.py +0 -0
  349. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SOLEIL/__init__.py +0 -0
  350. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SampleStage.py +0 -0
  351. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SampleView.py +0 -0
  352. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SecureXMLRpcRequestHandler.py +0 -0
  353. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SimpleHTML.py +0 -0
  354. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SpecMotor.py +0 -0
  355. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/SpecScan.py +0 -0
  356. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/TangoLimaVideoDevice.py +0 -0
  357. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/TangoShutter.py +0 -0
  358. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/Transmission.py +0 -0
  359. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/UnitTest.py +0 -0
  360. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/VimbaVideo.py +0 -0
  361. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/XRFSpectrum.py +0 -0
  362. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/XSDataAutoprocv1_0.py +0 -0
  363. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/XSDataCommon.py +0 -0
  364. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/XSDataControlDozorv1_1.py +0 -0
  365. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/XSDataMXCuBEv1_3.py +0 -0
  366. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/XSDataMXCuBEv1_4.py +0 -0
  367. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/XSDataMXv1.py +0 -0
  368. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/__init__.py +0 -0
  369. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractActuator.py +0 -0
  370. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractAuthenticator.py +0 -0
  371. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractBeam.py +0 -0
  372. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractCharacterisation.py +0 -0
  373. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractEnergy.py +0 -0
  374. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractFlux.py +0 -0
  375. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractMCA.py +0 -0
  376. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractMachineInfo.py +0 -0
  377. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractMotor.py +0 -0
  378. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractMultiCollect.py +0 -0
  379. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractOnlineProcessing.py +0 -0
  380. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractResolution.py +0 -0
  381. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractSampleView.py +0 -0
  382. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractShutter.py +0 -0
  383. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractSlits.py +0 -0
  384. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractTransmission.py +0 -0
  385. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/AbstractXrayCentring.py +0 -0
  386. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/ISPyBDataAdapter.py +0 -0
  387. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/ISPyBValueFactory.py +0 -0
  388. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/__init__.py +0 -0
  389. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Component.py +0 -0
  390. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Container.py +0 -0
  391. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Crims.py +0 -0
  392. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Sample.py +0 -0
  393. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/abstract/sample_changer/__init__.py +0 -0
  394. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/autoprocessing.py +0 -0
  395. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/edna_test_data.py +0 -0
  396. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/ActuatorMockup.py +0 -0
  397. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/ApertureMockup.py +0 -0
  398. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/BeamDefinerMockup.py +0 -0
  399. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/BeamMockup.py +0 -0
  400. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/BeamlineActionsMockup.py +0 -0
  401. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/BeamstopMockup.py +0 -0
  402. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/CatsMaintMockup.py +0 -0
  403. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/CollectMockup.py +0 -0
  404. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/DetectorMockup.py +0 -0
  405. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/DiffractometerMockup.py +0 -0
  406. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/DoorInterlockMockup.py +0 -0
  407. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/EDNACharacterisationMockup.py +0 -0
  408. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/EnergyMockup.py +0 -0
  409. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/ExporterNStateMockup.py +0 -0
  410. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/FluxMockup.py +0 -0
  411. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/HarvesterMockup.py +0 -0
  412. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/MachineInfoMockup.py +0 -0
  413. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/MicrodiffApertureMockup.py +0 -0
  414. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/MicrodiffZoomMockup.py +0 -0
  415. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/MotorMockup.py +0 -0
  416. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/MotorMockupBis.py +0 -0
  417. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/OfflineProcessingMockup.py +0 -0
  418. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/OnlineProcessingMockup.py +0 -0
  419. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/PlateManipulatorMockup.py +0 -0
  420. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/PlottingMockup.py +0 -0
  421. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/ProcedureMockup.py +0 -0
  422. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/QtVideoMockup.py +0 -0
  423. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/ResolutionMockup.py +0 -0
  424. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/SOLEILCharacterisationMockup.py +0 -0
  425. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/SampleChangerMockup.py +0 -0
  426. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/ScanMockup.py +0 -0
  427. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/ShutterMockup.py +0 -0
  428. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/SlitsMockup.py +0 -0
  429. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/TransmissionMockup.py +0 -0
  430. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/XRFSpectrumMockup.py +0 -0
  431. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/XrayCentringMockup.py +0 -0
  432. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/__init__.py +0 -0
  433. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/mockup/sample.jpg +0 -0
  434. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareObjects/sample_centring.py +0 -0
  435. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/HardwareRepository.py +0 -0
  436. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/Poller.py +0 -0
  437. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/TaskUtils.py +0 -0
  438. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/__init__.py +0 -0
  439. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/__version__.py +0 -0
  440. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/dispatcher.py +0 -0
  441. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/__init__.py +0 -0
  442. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/common.py +0 -0
  443. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/configmodel.py +0 -0
  444. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/crystal_symmetry.py +0 -0
  445. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/lims_session.py +0 -0
  446. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/procedure_model.py +0 -0
  447. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/protocols/__init__.py +0 -0
  448. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/protocols/epics.py +0 -0
  449. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/protocols/exporter.py +0 -0
  450. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/protocols/sardana.py +0 -0
  451. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/protocols/tango.py +0 -0
  452. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/queue_model_enumerables.py +0 -0
  453. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/model/queue_model_objects.py +0 -0
  454. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/protocols_config.py +0 -0
  455. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/__init__.py +0 -0
  456. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/advanced_connector.py +0 -0
  457. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/base_queue_entry.py +0 -0
  458. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/characterisation.py +0 -0
  459. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/data_collection.py +0 -0
  460. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/energy_scan.py +0 -0
  461. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/generic_workflow.py +0 -0
  462. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/import_helper.py +0 -0
  463. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/optical_centring.py +0 -0
  464. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/sample_centring.py +0 -0
  465. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/test_collection.py +0 -0
  466. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/xray_centering.py +0 -0
  467. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/xray_centering2.py +0 -0
  468. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/queue_entry/xrf_spectrum.py +0 -0
  469. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/saferef.py +0 -0
  470. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/utils/__init__.py +0 -0
  471. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/utils/conversion.py +0 -0
  472. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/utils/qt_import.py +0 -0
  473. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/utils/tango.py +0 -0
  474. {mxcubecore-1.393.0 → mxcubecore-1.395.0}/mxcubecore/utils/units.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mxcubecore
3
- Version: 1.393.0
3
+ Version: 1.395.0
4
4
  Summary: Core libraries for the MXCuBE application
5
5
  License: LGPL-3.0-or-later
6
6
  Keywords: mxcube,mxcube3,mxcubecore
@@ -1,4 +1,3 @@
1
- import logging
2
1
  import math
3
2
  import os
4
3
  import sys
@@ -28,7 +27,7 @@ class ALBAAutoProcessing(HardwareObject):
28
27
 
29
28
  self.template_dir = self.get_property("template_dir")
30
29
  var_dsname = self.get_property("variables_ds")
31
- logging.getLogger("HWR").debug(
30
+ self.log.debug(
32
31
  "ALBAAutoProcessing INIT: var_ds=%s, template_dir=%s"
33
32
  % (var_dsname, self.template_dir)
34
33
  )
@@ -194,15 +193,13 @@ class ALBAAutoProcessing(HardwareObject):
194
193
 
195
194
  # trigger auto processing for standard collection
196
195
  def trigger_auto_processing(self, dc_pars):
197
- logging.getLogger("HWR").debug(
198
- " ALBAAutoProcessing. triggering auto processing."
199
- )
196
+ self.log.debug(" ALBAAutoProcessing. triggering auto processing.")
200
197
 
201
198
  dc_id = dc_pars["collection_id"]
202
199
  output_dir = dc_pars["ednaproc_dir"]
203
200
 
204
- logging.getLogger("HWR").debug(" - collection_id = %s " % dc_id)
205
- logging.getLogger("HWR").debug(" - output_dir = %s " % output_dir)
201
+ self.log.debug(" - collection_id = %s " % dc_id)
202
+ self.log.debug(" - output_dir = %s " % output_dir)
206
203
 
207
204
  job = ALBAEdnaProcJob()
208
205
  input_file = self.input_file # TODO
@@ -1,4 +1,3 @@
1
- import logging
2
1
  import time
3
2
 
4
3
  import gevent
@@ -102,7 +101,7 @@ class ALBABackLight(HardwareObject):
102
101
  self.set_backlight_in()
103
102
  wait_ok = self.wait_backlight_in()
104
103
  if not wait_ok:
105
- logging.getLogger("HWR").debug("could not set backlight in")
104
+ self.log.debug("could not set backlight in")
106
105
  return
107
106
 
108
107
  level = None
@@ -112,7 +111,7 @@ class ALBABackLight(HardwareObject):
112
111
  if not level or level < self.minimum_level:
113
112
  level = self.minimum_level
114
113
 
115
- logging.getLogger("HWR").debug("setting light level to : %s" % level)
114
+ self.log.debug("setting light level to : %s" % level)
116
115
  self.setLevel(level)
117
116
 
118
117
  def set_backlight_in(self):
@@ -124,22 +123,22 @@ class ALBABackLight(HardwareObject):
124
123
  while elapsed < timeout:
125
124
  isin = self.backlightin_channel.get_value()
126
125
  if isin == state:
127
- logging.getLogger("HWR").debug(
126
+ self.log.debug(
128
127
  "waiting for backlight took %s . In is: %s" % (elapsed, isin)
129
128
  )
130
129
  return True
131
130
  gevent.sleep(0.1)
132
131
  elapsed = time.time() - t0
133
132
 
134
- logging.getLogger("HWR").debug("Timeout waiting for backlight In")
133
+ self.log.debug("Timeout waiting for backlight In")
135
134
  return False
136
135
 
137
136
  def _task_finished(self, g):
138
- logging.getLogger("HWR").debug("Backlight task finished")
137
+ self.log.debug("Backlight task finished")
139
138
  self._task = None
140
139
 
141
140
  def _task_failed(self, g):
142
- logging.getLogger("HWR").debug("Backlight task failed")
141
+ self.log.debug("Backlight task failed")
143
142
  self._task = None
144
143
 
145
144
  def setOff(self):
@@ -19,8 +19,6 @@ beamPosChanged
19
19
  -----------------------------------------------------------------------
20
20
  """
21
21
 
22
- import logging
23
-
24
22
  from mxcubecore.BaseHardwareObjects import HardwareObject
25
23
 
26
24
 
@@ -78,7 +76,7 @@ class ALBABeamInfo(HardwareObject):
78
76
  self.get_property("beam_divergence_horizontal")
79
77
  )
80
78
  except Exception:
81
- logging.getLogger("HWR").exception("")
79
+ self.log.exception("")
82
80
 
83
81
  self.default_beam_divergence = [
84
82
  default_beam_divergence_horizontal,
@@ -182,7 +180,7 @@ class ALBABeamInfo(HardwareObject):
182
180
  Arguments :
183
181
  Return :
184
182
  """
185
- logging.getLogger("HWR").debug(" emitting beam info")
183
+ self.log.debug(" emitting beam info")
186
184
  if (
187
185
  self.beam_info_dict["size_x"] != 9999
188
186
  and self.beam_info_dict["size_y"] != 9999
@@ -143,7 +143,7 @@ class ALBACats(Cats90):
143
143
  )
144
144
  return False
145
145
 
146
- logging.getLogger("HWR").debug("Supervisor waiting to finish phase change")
146
+ self.log.debug("Supervisor waiting to finish phase change")
147
147
  time.sleep(0.2)
148
148
 
149
149
  time.sleep(0.1)
@@ -189,9 +189,7 @@ class ALBACats(Cats90):
189
189
  @return:
190
190
  """
191
191
 
192
- logging.getLogger("HWR").debug(
193
- "Loading sample %s / type(%s)" % (sample, type(sample))
194
- )
192
+ self.log.debug("Loading sample %s / type(%s)" % (sample, type(sample)))
195
193
 
196
194
  ret, msg = self._check_coherence()
197
195
  if not ret:
@@ -312,7 +310,7 @@ class ALBACats(Cats90):
312
310
  # get sample selection
313
311
  selected = self.get_selected_sample()
314
312
 
315
- logging.getLogger("HWR").debug(
313
+ self.log.debug(
316
314
  " ==========CATS=== selected sample is %s (prev %s)"
317
315
  % (str(selected), str(sample))
318
316
  )
@@ -344,9 +342,7 @@ class ALBACats(Cats90):
344
342
  )
345
343
 
346
344
  if not self.has_loaded_sample() and self.cats_sample_on_diffr() == 1:
347
- logging.getLogger("HWR").warning(
348
- " ==========CATS=== sample on diffr, loading aborted"
349
- )
345
+ self.log.warning(" ==========CATS=== sample on diffr, loading aborted")
350
346
  self._update_state() # remove transient states like Loading. Reflect hardware state
351
347
  raise Exception(
352
348
  "The sample "
@@ -373,15 +369,13 @@ class ALBACats(Cats90):
373
369
  if use_ht: # loading HT sample
374
370
  if loaded_ht == -1: # has loaded but it is not HT
375
371
  # first unmount (non HT)
376
- logging.getLogger("HWR").warning(
372
+ self.log.warning(
377
373
  " ==========CATS=== mix load/unload dewar vs HT (NOT IMPLEMENTED YET)"
378
374
  )
379
375
  return
380
376
 
381
377
  argin = ["2", str(sample), "0", "0", xshift, yshift, zshift]
382
- logging.getLogger("HWR").warning(
383
- " ==========CATS=== about to load HT. %s" % str(argin)
384
- )
378
+ self.log.warning(" ==========CATS=== about to load HT. %s" % str(argin))
385
379
  if loaded_ht == 1: # has ht loaded
386
380
  cmd_ok = self._execute_server_task(
387
381
  self._cmdChainedLoadHT, argin, waitsafe=True
@@ -397,7 +391,7 @@ class ALBACats(Cats90):
397
391
  else:
398
392
  if loaded_ht == 1: # has an HT sample mounted
399
393
  # first unmount HT
400
- logging.getLogger("HWR").warning(
394
+ self.log.warning(
401
395
  " ==========CATS=== mix load/unload dewar vs HT (NOT IMPLEMENTED YET)"
402
396
  )
403
397
  return
@@ -414,7 +408,7 @@ class ALBACats(Cats90):
414
408
  stype = self.get_cassette_type(basketno)
415
409
 
416
410
  if tool != current_tool:
417
- logging.getLogger("HWR").warning(
411
+ self.log.warning(
418
412
  " ==========CATS=== changing tool from %s to %s"
419
413
  % (current_tool, tool)
420
414
  )
@@ -448,7 +442,7 @@ class ALBACats(Cats90):
448
442
  )
449
443
  else:
450
444
  if self.read_datamatrix:
451
- logging.getLogger("HWR").warning(
445
+ self.log.warning(
452
446
  " ==========CATS=== reading barcode only possible with spine pucks"
453
447
  )
454
448
  read_barcode = False
@@ -460,7 +454,7 @@ class ALBACats(Cats90):
460
454
  )
461
455
 
462
456
  if read_barcode:
463
- logging.getLogger("HWR").warning(
457
+ self.log.warning(
464
458
  " ==========CATS=== chained load sample (barcode), sending to cats: %s"
465
459
  % argin
466
460
  )
@@ -468,7 +462,7 @@ class ALBACats(Cats90):
468
462
  self._cmdChainedLoadBarcode, argin, waitsafe=True
469
463
  )
470
464
  else:
471
- logging.getLogger("HWR").warning(
465
+ self.log.warning(
472
466
  " ==========CATS=== chained load sample, sending to cats: %s"
473
467
  % argin
474
468
  )
@@ -477,7 +471,7 @@ class ALBACats(Cats90):
477
471
  )
478
472
  elif loaded_ht == 0:
479
473
  if read_barcode:
480
- logging.getLogger("HWR").warning(
474
+ self.log.warning(
481
475
  " ==========CATS=== load sample (barcode), sending to cats: %s"
482
476
  % argin
483
477
  )
@@ -485,7 +479,7 @@ class ALBACats(Cats90):
485
479
  self._cmdLoadBarcode, argin, waitsafe=True
486
480
  )
487
481
  else:
488
- logging.getLogger("HWR").warning(
482
+ self.log.warning(
489
483
  " ==========CATS=== load sample, sending to cats: %s" % argin
490
484
  )
491
485
  cmd_ok = self._execute_server_task(
@@ -493,18 +487,18 @@ class ALBACats(Cats90):
493
487
  )
494
488
 
495
489
  if not cmd_ok:
496
- logging.getLogger("HWR").info(" LOAD Command failed on device server")
490
+ self.log.info(" LOAD Command failed on device server")
497
491
  elif self.auto_prepare_diff and not changing_tool:
498
- logging.getLogger("HWR").info(
492
+ self.log.info(
499
493
  " AUTO_PREPARE_DIFF (On) sample changer is in safe state... preparing diff now"
500
494
  )
501
495
  # ret = self.diff_send_sampleview()
502
496
  self.go_sampleview_cmd()
503
- logging.getLogger("HWR").info(" restoring detector distance")
497
+ self.log.info(" restoring detector distance")
504
498
  self.restore_detdist_position()
505
499
  self._wait_phase_done("SAMPLE")
506
500
  else:
507
- logging.getLogger("HWR").info(
501
+ self.log.info(
508
502
  " AUTO_PREPARE_DIFF (Off) sample loading done / or changing tool (%s)"
509
503
  % changing_tool
510
504
  )
@@ -548,7 +542,7 @@ class ALBACats(Cats90):
548
542
  loaded_num = self._chnNumLoadedSample.get_value()
549
543
 
550
544
  if loaded_lid == -1:
551
- logging.getLogger("HWR").warning(
545
+ self.log.warning(
552
546
  " ==========CATS=== unload sample, no sample mounted detected"
553
547
  )
554
548
  return
@@ -561,7 +555,7 @@ class ALBACats(Cats90):
561
555
 
562
556
  argin = [str(tool), "0", xshift, yshift, zshift]
563
557
 
564
- logging.getLogger("HWR").warning(
558
+ self.log.warning(
565
559
  " ==========CATS=== unload sample, sending to cats: %s" % argin
566
560
  )
567
561
  if loaded_ht == 1:
@@ -1,4 +1,3 @@
1
- import logging
2
1
  import os
3
2
  import sys
4
3
  import time
@@ -31,11 +30,11 @@ class ALBAClusterJob(object):
31
30
  return state
32
31
 
33
32
  while state in ["RUNNING", "PENDING"]:
34
- logging.getLogger("HWR").debug("Job / is %s" % state)
33
+ self.log.debug("Job / is %s" % state)
35
34
  time.sleep(0.5)
36
35
  state = self.job.state
37
36
 
38
- logging.getLogger("HWR").debug(' job finished with state: "%s"' % state)
37
+ self.log.debug(' job finished with state: "%s"' % state)
39
38
  return state
40
39
 
41
40
  def get_result(self, state):
@@ -68,7 +67,7 @@ class ALBAStrategyJob(ALBAClusterJob):
68
67
  sls_script = os.path.join(root, "edna-mx/strategy/edna-mx.strategy.sl")
69
68
 
70
69
  def run(self, *args):
71
- logging.getLogger("HWR").debug("Starting StrategyJob - ")
70
+ self.log.debug("Starting StrategyJob - ")
72
71
 
73
72
  input_file, results_file, edna_directory = args
74
73
 
@@ -79,13 +78,13 @@ class ALBAStrategyJob(ALBAClusterJob):
79
78
  )
80
79
  self.job.submit()
81
80
 
82
- logging.getLogger("HWR").debug(" StrategyJob - %s" % str(self.job))
81
+ self.log.debug(" StrategyJob - %s" % str(self.job))
83
82
 
84
83
  self.edna_directory = os.path.dirname(input_file)
85
84
  self.results_file = results_file
86
85
 
87
- logging.getLogger("HWR").debug(" input file: %s" % input_file)
88
- logging.getLogger("HWR").debug(" edna directory: %s" % self.edna_directory)
86
+ self.log.debug(" input file: %s" % input_file)
87
+ self.log.debug(" edna directory: %s" % self.edna_directory)
89
88
 
90
89
  def get_result(self, state):
91
90
  if state == "COMPLETED":
@@ -93,19 +92,19 @@ class ALBAStrategyJob(ALBAClusterJob):
93
92
  self.edna_directory, "ControlInterfaceToMXCuBEv1_3_dataOutput.xml"
94
93
  )
95
94
 
96
- logging.getLogger("HWR").debug("Job / state is COMPLETED")
97
- logging.getLogger("HWR").debug(" looking for file: %s" % outfile)
95
+ self.log.debug("Job / state is COMPLETED")
96
+ self.log.debug(" looking for file: %s" % outfile)
98
97
  if os.path.exists(outfile):
99
98
  job_output = open(outfile).read()
100
99
  open(self.results_file, "w").write(job_output)
101
100
  result = XSDataResultMXCuBE.parseFile(self.results_file)
102
101
  else:
103
- logging.getLogger("HWR").debug(
102
+ self.log.debug(
104
103
  "EDNA Job finished without success / cannot find output file "
105
104
  )
106
105
  result = ""
107
106
  else:
108
- logging.getLogger("HWR").debug(
107
+ self.log.debug(
109
108
  "EDNA Job finished without success / state was %s" % (job.state)
110
109
  )
111
110
  result = ""
@@ -85,7 +85,7 @@ class ALBACollect(AbstractCollect):
85
85
  for undulator in self["undulators"]:
86
86
  undulators.append(undulator)
87
87
  except Exception:
88
- logging.getLogger("HWR").exception("")
88
+ self.log.exception("")
89
89
 
90
90
  self.exp_type_dict = {"Mesh": "raster", "Helical": "Helical"}
91
91
 
@@ -118,14 +118,14 @@ class ALBACollect(AbstractCollect):
118
118
  def data_collection_hook(self):
119
119
  """Main collection hook"""
120
120
 
121
- logging.getLogger("HWR").info("Running ALBA data collection hook")
121
+ self.log.info("Running ALBA data collection hook")
122
122
 
123
- logging.getLogger("HWR").info(" -- wait for devices to finish moving --")
124
- logging.getLogger("HWR").info(" + wait for resolution...")
123
+ self.log.info(" -- wait for devices to finish moving --")
124
+ self.log.info(" + wait for resolution...")
125
125
  HWR.beamline.resolution.wait_end_of_move()
126
- logging.getLogger("HWR").info(" + wait for detector distance...")
126
+ self.log.info(" + wait for detector distance...")
127
127
  HWR.beamline.detector.wait_move_distance_done()
128
- logging.getLogger("HWR").info(" + wait for energy...")
128
+ self.log.info(" + wait for energy...")
129
129
  HWR.beamline.energy.wait_move_energy_done()
130
130
 
131
131
  if self.aborted_by_user:
@@ -136,44 +136,34 @@ class ALBACollect(AbstractCollect):
136
136
  ### EDNA_REF, OSC, MESH, HELICAL
137
137
 
138
138
  exp_type = self.current_dc_parameters["experiment_type"]
139
- logging.getLogger("HWR").debug("Running a collect (exp_type=%s)" % exp_type)
139
+ self.log.debug("Running a collect (exp_type=%s)" % exp_type)
140
140
 
141
141
  if exp_type == "Characterization":
142
- logging.getLogger("HWR").debug("Running a collect (CHARACTERIZATION)")
142
+ self.log.debug("Running a collect (CHARACTERIZATION)")
143
143
  elif exp_type == "Helical":
144
- logging.getLogger("HWR").debug("Running a helical collection")
145
- logging.getLogger("HWR").debug(
146
- " helical positions are: %s" % str(self.helical_positions)
147
- )
144
+ self.log.debug("Running a helical collection")
145
+ self.log.debug(" helical positions are: %s" % str(self.helical_positions))
148
146
  hpos = self.helical_positions
149
- logging.getLogger("HWR").debug(
147
+ self.log.debug(
150
148
  " phiy from %3.4f to %3.4f" % (hpos[0], hpos[4])
151
149
  )
152
- logging.getLogger("HWR").debug(
150
+ self.log.debug(
153
151
  " phiz from %3.4f to %3.4f" % (hpos[1], hpos[5])
154
152
  )
155
- logging.getLogger("HWR").debug(
153
+ self.log.debug(
156
154
  " sampx from %3.4f to %3.4f" % (hpos[2], hpos[6])
157
155
  )
158
- logging.getLogger("HWR").debug(
156
+ self.log.debug(
159
157
  " sampy from %3.4f to %3.4f" % (hpos[3], hpos[7])
160
158
  )
161
159
  elif exp_type == "Mesh":
162
- logging.getLogger("HWR").debug("Running a raster collection ()")
163
- logging.getLogger("HWR").debug(
164
- " number of lines are: %s" % self.mesh_num_lines
165
- )
166
- logging.getLogger("HWR").debug(
167
- " total nb of frames: %s" % self.mesh_total_nb_frames
168
- )
169
- logging.getLogger("HWR").debug(
170
- " mesh range : %s" % self.mesh_range
171
- )
172
- logging.getLogger("HWR").debug(
173
- " mesh center : %s" % self.mesh_center
174
- )
160
+ self.log.debug("Running a raster collection ()")
161
+ self.log.debug(" number of lines are: %s" % self.mesh_num_lines)
162
+ self.log.debug(" total nb of frames: %s" % self.mesh_total_nb_frames)
163
+ self.log.debug(" mesh range : %s" % self.mesh_range)
164
+ self.log.debug(" mesh center : %s" % self.mesh_center)
175
165
  else:
176
- logging.getLogger("HWR").debug("Running a collect (STANDARD)")
166
+ self.log.debug("Running a collect (STANDARD)")
177
167
 
178
168
  osc_seq = self.current_dc_parameters["oscillation_sequence"][0]
179
169
 
@@ -194,7 +184,7 @@ class ALBACollect(AbstractCollect):
194
184
 
195
185
  omega_pos = osc_seq["start"]
196
186
 
197
- logging.getLogger("HWR").info("Starting detector")
187
+ self.log.info("Starting detector")
198
188
  self.emit("collectStarted", (self.owner, 1))
199
189
 
200
190
  first_image_no = osc_seq["start_image_number"]
@@ -221,9 +211,7 @@ class ALBACollect(AbstractCollect):
221
211
  #
222
212
  # Run
223
213
  #
224
- logging.getLogger("HWR").info(
225
- "collecting images, by moving omega to %s" % final_pos
226
- )
214
+ self.log.info("collecting images, by moving omega to %s" % final_pos)
227
215
  HWR.beamline.diffractometer.omega.set_value(final_pos)
228
216
  self.wait_collection_done(nb_images, first_image_no)
229
217
  self.data_collection_end()
@@ -235,9 +223,7 @@ class ALBACollect(AbstractCollect):
235
223
  self.unconfigure_ni()
236
224
 
237
225
  def data_collection_failed(self):
238
- logging.getLogger("HWR").info(
239
- "Data collection failed. recovering sequence should go here"
240
- )
226
+ self.log.info("Data collection failed. recovering sequence should go here")
241
227
 
242
228
  def prepare_acquisition(self):
243
229
  fileinfo = self.current_dc_parameters["fileinfo"]
@@ -269,19 +255,17 @@ class ALBACollect(AbstractCollect):
269
255
  return False
270
256
 
271
257
  gevent.sleep(1)
272
- logging.getLogger("HWR").info(
258
+ self.log.info(
273
259
  " Waiting for diffractometer to be ready. Now %s"
274
260
  % str(HWR.beamline.diffractometer.current_state)
275
261
  )
276
262
  HWR.beamline.diffractometer.wait_device_ready(timeout=10)
277
- logging.getLogger("HWR").info(" diffractometer is now ready.")
263
+ self.log.info(" diffractometer is now ready.")
278
264
 
279
265
  # go to collect phase
280
266
  if not self.is_collect_phase():
281
- logging.getLogger("HWR").info(
282
- " Not in collect phase. Asking supervisor to go"
283
- )
284
- logging.getLogger("HWR").info(
267
+ self.log.info(" Not in collect phase. Asking supervisor to go")
268
+ self.log.info(
285
269
  " diffractometer is now ready. Now %s"
286
270
  % str(HWR.beamline.diffractometer.current_state)
287
271
  )
@@ -310,16 +294,14 @@ class ALBACollect(AbstractCollect):
310
294
  total_time = nb_images * exp_time
311
295
  omega_speed = float(total_dist / total_time)
312
296
 
313
- logging.getLogger("HWR").info(" prepare detector was not ok.")
297
+ self.log.info(" prepare detector was not ok.")
314
298
  self.write_image_headers(start_angle)
315
299
 
316
- logging.getLogger("HWR").info(
300
+ self.log.info(
317
301
  " nb_images: %s / img_range: %s / exp_time: %s / total_distance: %s / speed: %s"
318
302
  % (nb_images, img_range, exp_time, total_dist, omega_speed)
319
303
  )
320
- logging.getLogger("HWR").info(
321
- " setting omega velocity to 60 to go to intial position"
322
- )
304
+ self.log.info(" setting omega velocity to 60 to go to intial position")
323
305
  HWR.beamline.diffractometer.omega.set_velocity(60)
324
306
 
325
307
  omega_acceltime = HWR.beamline.diffractometer.omega.get_acceleration()
@@ -329,21 +311,21 @@ class ALBACollect(AbstractCollect):
329
311
  init_pos = start_angle - safe_delta
330
312
  final_pos = start_angle + total_dist + safe_delta
331
313
 
332
- logging.getLogger("HWR").info("Moving omega to initial position %s" % init_pos)
314
+ self.log.info("Moving omega to initial position %s" % init_pos)
333
315
  HWR.beamline.diffractometer.omega.set_value(init_pos)
334
316
 
335
317
  HWR.beamline.detector.prepare_collection(nb_images, first_image_no)
336
318
 
337
319
  HWR.beamline.diffractometer.omega.wait_end_of_move(timeout=10)
338
320
 
339
- logging.getLogger("HWR").info(
321
+ self.log.info(
340
322
  "Moving omega finished at %s"
341
323
  % HWR.beamline.diffractometer.omega.get_value()
342
324
  )
343
325
 
344
326
  # program omega speed depending on exposure time
345
327
 
346
- logging.getLogger("HWR").info("Setting omega velocity to %s" % omega_speed)
328
+ self.log.info("Setting omega velocity to %s" % omega_speed)
347
329
  HWR.beamline.diffractometer.omega.set_velocity(omega_speed)
348
330
  if omega_speed != 0:
349
331
  self.configure_ni(start_angle, total_dist)
@@ -452,12 +434,12 @@ class ALBACollect(AbstractCollect):
452
434
 
453
435
  start_wait = time.time()
454
436
 
455
- logging.getLogger("HWR").debug(" waiting for image on disk: %s", fullpath)
437
+ self.log.debug(" waiting for image on disk: %s", fullpath)
456
438
 
457
439
  while not os.path.exists(fullpath):
458
440
  dirlist = os.listdir(basedir) # forces directory flush ?
459
441
  if (time.time() - start_wait) > timeout:
460
- logging.getLogger("HWR").debug(" giving up waiting for image")
442
+ self.log.debug(" giving up waiting for image")
461
443
  return False
462
444
  time.sleep(0.2)
463
445
 
@@ -473,7 +455,7 @@ class ALBACollect(AbstractCollect):
473
455
  thumb_fullpath = os.path.join(archive_dir, thumb_filename)
474
456
  jpeg_fullpath = os.path.join(archive_dir, jpeg_filename)
475
457
 
476
- logging.getLogger("HWR").debug(
458
+ self.log.debug(
477
459
  " creating thumbnails for %s in: %s and %s"
478
460
  % (fullpath, jpeg_fullpath, thumb_fullpath)
479
461
  )
@@ -482,7 +464,7 @@ class ALBACollect(AbstractCollect):
482
464
  cmd = "adxv_thumb 0.1 %s %s" % (fullpath, thumb_fullpath)
483
465
  os.system(cmd)
484
466
 
485
- logging.getLogger("HWR").debug(" writing thumbnails info in LIMS")
467
+ self.log.debug(" writing thumbnails info in LIMS")
486
468
  self._store_image_in_lims(frame_number)
487
469
 
488
470
  return True
@@ -514,7 +496,7 @@ class ALBACollect(AbstractCollect):
514
496
  #
515
497
  # data collection end (or abort)
516
498
  #
517
- logging.getLogger("HWR").info(" finishing data collection ")
499
+ self.log.info(" finishing data collection ")
518
500
  HWR.beamline.fast_shutter.cmdOut()
519
501
  self.emit("progressStop")
520
502
 
@@ -552,9 +534,9 @@ class ALBACollect(AbstractCollect):
552
534
  self.data_collection_end()
553
535
 
554
536
  def go_to_collect(self, timeout=180):
555
- logging.getLogger("HWR").debug("sending supervisor to collect phase")
537
+ self.log.debug("sending supervisor to collect phase")
556
538
  self.supervisor_hwobj.go_collect()
557
- logging.getLogger("HWR").debug("supervisor sent to collect phase")
539
+ self.log.debug("supervisor sent to collect phase")
558
540
 
559
541
  gevent.sleep(0.5)
560
542
 
@@ -565,13 +547,11 @@ class ALBACollect(AbstractCollect):
565
547
  if super_state != "MOVING" and cphase == "COLLECT":
566
548
  break
567
549
  if time.time() - t0 > timeout:
568
- logging.getLogger("HWR").debug(
569
- "timeout sending supervisor to collect phase"
570
- )
550
+ self.log.debug("timeout sending supervisor to collect phase")
571
551
  break
572
552
  gevent.sleep(0.5)
573
553
 
574
- logging.getLogger("HWR").debug(
554
+ self.log.debug(
575
555
  "supervisor finished go collect phase task. phase is now: %s" % cphase
576
556
  )
577
557
 
@@ -581,9 +561,9 @@ class ALBACollect(AbstractCollect):
581
561
  return self.supervisor_hwobj.get_current_phase().upper() == "COLLECT"
582
562
 
583
563
  def go_to_sampleview(self, timeout=180):
584
- logging.getLogger("HWR").debug("sending supervisor to sample view phase")
564
+ self.log.debug("sending supervisor to sample view phase")
585
565
  self.supervisor_hwobj.go_sample_view()
586
- logging.getLogger("HWR").debug("supervisor sent to sample view phase")
566
+ self.log.debug("supervisor sent to sample view phase")
587
567
 
588
568
  gevent.sleep(0.5)
589
569
 
@@ -594,13 +574,11 @@ class ALBACollect(AbstractCollect):
594
574
  if super_state != "MOVING" and cphase == "SAMPLE":
595
575
  break
596
576
  if time.time() - t0 > timeout:
597
- logging.getLogger("HWR").debug(
598
- "timeout sending supervisor to sample view phase"
599
- )
577
+ self.log.debug("timeout sending supervisor to sample view phase")
600
578
  break
601
579
  gevent.sleep(0.5)
602
580
 
603
- logging.getLogger("HWR").debug(
581
+ self.log.debug(
604
582
  "supervisor finished go sample view phase task. phase is now: %s" % cphase
605
583
  )
606
584
 
@@ -610,7 +588,7 @@ class ALBACollect(AbstractCollect):
610
588
  return self.supervisor_hwobj.get_current_phase().upper() == "SAMPLE"
611
589
 
612
590
  def configure_ni(self, startang, total_dist):
613
- logging.getLogger("HWR").debug(
591
+ self.log.debug(
614
592
  "Configuring NI660 with pars 0, %s, %s, 0, 1" % (startang, total_dist)
615
593
  )
616
594
  self.ni_conf_cmd(0.0, startang, total_dist, 0, 1)
@@ -693,7 +671,7 @@ class ALBACollect(AbstractCollect):
693
671
  self.go_to_sampleview()
694
672
 
695
673
  HWR.beamline.sample_view.save_snapshot(filename)
696
- logging.getLogger("HWR").debug(" - snapshot saved to %s" % filename)
674
+ self.log.debug(" - snapshot saved to %s" % filename)
697
675
 
698
676
  @task
699
677
  def move_motors(self, motor_position_dict):
@@ -815,7 +793,7 @@ class ALBACollect(AbstractCollect):
815
793
  else:
816
794
  return und_gaps
817
795
  except Exception:
818
- logging.getLogger("HWR").exception("")
796
+ self.log.exception("")
819
797
  return {}
820
798
 
821
799
  def get_slit_gaps(self):