mxcubecore 1.369.0__tar.gz → 1.371.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 (477) hide show
  1. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/PKG-INFO +1 -1
  2. mxcubecore-1.371.0/mxcubecore/HardwareObjects/MAXIV/session.py +158 -0
  3. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/base_queue_entry.py +10 -0
  4. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/pyproject.toml +1 -1
  5. mxcubecore-1.369.0/mxcubecore/HardwareObjects/MAXIV/MaxIVSession.py +0 -231
  6. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/COPYING +0 -0
  7. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/COPYING.LESSER +0 -0
  8. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/README.md +0 -0
  9. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/BaseHardwareObjects.py +0 -0
  10. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/Epics.py +0 -0
  11. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/Exporter.py +0 -0
  12. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/Mockup.py +0 -0
  13. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/Pool.py +0 -0
  14. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/Sardana.py +0 -0
  15. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/Spec.py +0 -0
  16. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/Taco.py +0 -0
  17. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/Tango.py +0 -0
  18. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/Tine.py +0 -0
  19. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/__init__.py +0 -0
  20. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/exporter/ExporterClient.py +0 -0
  21. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/exporter/ExporterStates.py +0 -0
  22. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/exporter/MDEvents.py +0 -0
  23. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/exporter/StandardClient.py +0 -0
  24. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Command/exporter/__init__.py +0 -0
  25. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/CommandContainer.py +0 -0
  26. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjectFileParser.py +0 -0
  27. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAAutoProcessing.py +0 -0
  28. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBABackLight.py +0 -0
  29. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBABeamInfo.py +0 -0
  30. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBACalibration.py +0 -0
  31. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBACats.py +0 -0
  32. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBACatsMaint.py +0 -0
  33. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAClusterJob.py +0 -0
  34. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBACollect.py +0 -0
  35. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBADataAnalysis.py +0 -0
  36. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAEnergy.py +0 -0
  37. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAEpsActuator.py +0 -0
  38. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAFastShutter.py +0 -0
  39. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAFlux.py +0 -0
  40. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAFrontEnd.py +0 -0
  41. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAFrontLight.py +0 -0
  42. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAISPyBClient.py +0 -0
  43. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAMachineInfo.py +0 -0
  44. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAMiniDiff.py +0 -0
  45. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAPilatus.py +0 -0
  46. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBASession.py +0 -0
  47. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBASupervisor.py +0 -0
  48. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBATransmission.py +0 -0
  49. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAZoomMotor.py +0 -0
  50. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/ALBAZoomMotorAutoBrightness.py +0 -0
  51. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/XalocCalibration.py +0 -0
  52. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/XalocMachineInfo.py +0 -0
  53. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/XalocMiniDiff.py +0 -0
  54. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ALBA/__init__.py +0 -0
  55. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Attenuators.py +0 -0
  56. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/AutoPowerSardanaMotor.py +0 -0
  57. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BeamInfo.py +0 -0
  58. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Beamline.py +0 -0
  59. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BeamlineActions.py +0 -0
  60. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BeamlineTools.py +0 -0
  61. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Bliss.py +0 -0
  62. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BlissActuator.py +0 -0
  63. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BlissEnergy.py +0 -0
  64. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BlissHutchTrigger.py +0 -0
  65. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BlissMotor.py +0 -0
  66. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BlissMotorWPositions.py +0 -0
  67. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BlissNState.py +0 -0
  68. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BlissRontecMCA.py +0 -0
  69. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/BlissShutter.py +0 -0
  70. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Cats90.py +0 -0
  71. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/CatsBessy.py +0 -0
  72. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/CatsMaint.py +0 -0
  73. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/CentringMath.py +0 -0
  74. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/Centring.py +0 -0
  75. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/DigitalZoomMotor.py +0 -0
  76. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/MjpgStreamVideo.py +0 -0
  77. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11AlbulaView.py +0 -0
  78. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11BackLight.py +0 -0
  79. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11Beam.py +0 -0
  80. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11BeamStop.py +0 -0
  81. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11Collect.py +0 -0
  82. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11Collimator.py +0 -0
  83. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11DetectorCover.py +0 -0
  84. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11DetectorDistance.py +0 -0
  85. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11DoorInterlock.py +0 -0
  86. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11EDNACharacterisation.py +0 -0
  87. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11EigerDetector.py +0 -0
  88. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11Energy.py +0 -0
  89. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11FastShutter.py +0 -0
  90. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11Flux.py +0 -0
  91. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11ISPyBClient.py +0 -0
  92. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11MachineInfo.py +0 -0
  93. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11NanoDiff.py +0 -0
  94. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11Pinhole.py +0 -0
  95. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11SampleChanger.py +0 -0
  96. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11Session.py +0 -0
  97. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11Shutter.py +0 -0
  98. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11Transmission.py +0 -0
  99. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11YagDiode.py +0 -0
  100. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/P11Zoom.py +0 -0
  101. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/ValueStateChannel.py +0 -0
  102. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DESY/__init__.py +0 -0
  103. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DataPublisher.py +0 -0
  104. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/DozorOnlineProcessing.py +0 -0
  105. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EDNACharacterisation.py +0 -0
  106. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLAperture.py +0 -0
  107. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLBSD.py +0 -0
  108. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeam.py +0 -0
  109. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamCentering.py +0 -0
  110. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamFocusing.py +0 -0
  111. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamlineTest.py +0 -0
  112. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamstop.py +0 -0
  113. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLCRL.py +0 -0
  114. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLCollect.py +0 -0
  115. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLDetector.py +0 -0
  116. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLDoorInterlock.py +0 -0
  117. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLEnergy.py +0 -0
  118. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLEnergyScan.py +0 -0
  119. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLExporterClient.py +0 -0
  120. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLFlux.py +0 -0
  121. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLImageTracking.py +0 -0
  122. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLMachineInfo.py +0 -0
  123. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLMiniDiff.py +0 -0
  124. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLMotorsGroup.py +0 -0
  125. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLOfflineProcessing.py +0 -0
  126. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLOnlineProcessing.py +0 -0
  127. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLPPUControl.py +0 -0
  128. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLPiezoMotor.py +0 -0
  129. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLQueueEntry.py +0 -0
  130. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLResolution.py +0 -0
  131. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLSSXChip.py +0 -0
  132. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLSafetyShutter.py +0 -0
  133. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLSession.py +0 -0
  134. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLSlitBox.py +0 -0
  135. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLTableMotor.py +0 -0
  136. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLTransfocator.py +0 -0
  137. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLTransmission.py +0 -0
  138. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLXRFSpectrum.py +0 -0
  139. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/EMBLXrayImaging.py +0 -0
  140. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/MDFastShutter.py +0 -0
  141. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/TINEMotor.py +0 -0
  142. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBL/__init__.py +0 -0
  143. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBLFlexHCD.py +0 -0
  144. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EMBLFlexHarvester.py +0 -0
  145. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/BlissHutchTrigger.py +0 -0
  146. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/BlissTurret.py +0 -0
  147. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/BlissVolpi.py +0 -0
  148. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeam.py +0 -0
  149. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamDefiner.py +0 -0
  150. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamInfo.py +0 -0
  151. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamlineActions.py +0 -0
  152. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFEnergyScan.py +0 -0
  153. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFMD2SC3.py +0 -0
  154. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFMetadataManagerClient.py +0 -0
  155. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFMultiCollect.py +0 -0
  156. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFPhotonFlux.py +0 -0
  157. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFSC3.py +0 -0
  158. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFSession.py +0 -0
  159. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFSmallXrayCentring.py +0 -0
  160. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ESRFXRFSpectrum.py +0 -0
  161. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ID231EnergyScan.py +0 -0
  162. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ID232BeamDefiner.py +0 -0
  163. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ID29EnergyScan.py +0 -0
  164. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ID29HutchTrigger.py +0 -0
  165. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ID30A3BeamDefiner.py +0 -0
  166. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/ID30BBeamDefiner.py +0 -0
  167. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/MD2MultiCollect.py +0 -0
  168. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/OxfordCryostream.py +0 -0
  169. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/SSXICATLIMS.py +0 -0
  170. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/TangoKeithleyPhotonFlux.py +0 -0
  171. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/Transmission.py +0 -0
  172. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/__init__.py +0 -0
  173. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/calc_flux.py +0 -0
  174. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/__init__.py +0 -0
  175. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/fast_char_collection.py +0 -0
  176. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/mx_base_queue_entry.py +0 -0
  177. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_base_queue_entry.py +0 -0
  178. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_big_foil_collection.py +0 -0
  179. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_chip_collection.py +0 -0
  180. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_foil_collection.py +0 -0
  181. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_injector_collection.py +0 -0
  182. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_laser_hare_collection.py +0 -0
  183. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_laser_injector_collection.py +0 -0
  184. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_line_scan_collection.py +0 -0
  185. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/test_collection.py +0 -0
  186. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ESRFLIMS.py +0 -0
  187. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/EdnaWorkflow.py +0 -0
  188. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Energy.py +0 -0
  189. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ExporterMotor.py +0 -0
  190. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ExporterNState.py +0 -0
  191. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/FlexHCD.py +0 -0
  192. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/FlexHCDMaintenance.py +0 -0
  193. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/GenericDiffractometer.py +0 -0
  194. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Gphl/CollectEmulator.py +0 -0
  195. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Gphl/GphlMessages.py +0 -0
  196. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Gphl/GphlQueueEntry.py +0 -0
  197. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py +0 -0
  198. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Gphl/GphlWorkflowConnection.py +0 -0
  199. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Gphl/Transcal2MiniKappa.py +0 -0
  200. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Gphl/__init__.py +0 -0
  201. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Gphl/run_mxcube_test.csh +0 -0
  202. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Grob.py +0 -0
  203. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/GrobDiff.py +0 -0
  204. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/GrobGonio.py +0 -0
  205. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/GrobMotor.py +0 -0
  206. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/GrobSampleChanger.py +0 -0
  207. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Harvester.py +0 -0
  208. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/HarvesterMaintenance.py +0 -0
  209. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ICATLIMS.py +0 -0
  210. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ISARAMaint.py +0 -0
  211. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/EPICSActuator.py +0 -0
  212. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/EPICSMotor.py +0 -0
  213. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/EPICSNState.py +0 -0
  214. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSAperture.py +0 -0
  215. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSBeam.py +0 -0
  216. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSCamera.py +0 -0
  217. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSCollect.py +0 -0
  218. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSDetDistMotor.py +0 -0
  219. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSDiffractometer.py +0 -0
  220. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSEnergy.py +0 -0
  221. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSPilatusDet.py +0 -0
  222. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSSlits.py +0 -0
  223. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSTransmission.py +0 -0
  224. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/LNLSZoom.py +0 -0
  225. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/__init__.py +0 -0
  226. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/read_transmission_mnc.py +0 -0
  227. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LNLS/set_transmission_mnc.py +0 -0
  228. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LdapAuthenticator.py +0 -0
  229. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Lima2Detector.py +0 -0
  230. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LimaEigerDetector.py +0 -0
  231. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/LimaPilatusDetector.py +0 -0
  232. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MAXIV/ISPyBLims.py +0 -0
  233. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MAXIV/MAXIVAutoProcessing.py +0 -0
  234. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MAXIV/MachInfo.py +0 -0
  235. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/__init__.py +0 -0
  236. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/beamline.py +0 -0
  237. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/beamline_actions.py +0 -0
  238. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MAXIV/__init__.py +0 -0
  239. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MAXIV/beamline.py +0 -0
  240. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MD2Motor.py +0 -0
  241. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MD3UP.py +0 -0
  242. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MachCurrent.py +0 -0
  243. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Mar225.py +0 -0
  244. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Marvin.py +0 -0
  245. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Microdiff.py +0 -0
  246. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffActuator.py +0 -0
  247. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffAperture.py +0 -0
  248. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffBeamstop.py +0 -0
  249. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffFocusMotor.py +0 -0
  250. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffInOut.py +0 -0
  251. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffKappaMotor.py +0 -0
  252. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffLight.py +0 -0
  253. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffLightBeamstop.py +0 -0
  254. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffMotor.py +0 -0
  255. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffSamplePseudo.py +0 -0
  256. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MicrodiffZoom.py +0 -0
  257. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MiniDiff.py +0 -0
  258. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MiniKappaCorrection.py +0 -0
  259. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MinidiffAperture.py +0 -0
  260. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MotorWPositions.py +0 -0
  261. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MotorsNPosition.py +0 -0
  262. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/MultiplePositions.py +0 -0
  263. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/NState.py +0 -0
  264. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Native/__init__.py +0 -0
  265. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ObjectsController.py +0 -0
  266. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/PlateManipulator.py +0 -0
  267. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/PlateManipulatorMaintenance.py +0 -0
  268. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/ProposalTypeISPyBLims.py +0 -0
  269. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/PyISPyBClient.py +0 -0
  270. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/QtAxisCamera.py +0 -0
  271. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/QtGraphicsLib.py +0 -0
  272. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/QtGraphicsManager.py +0 -0
  273. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/QtInstanceServer.py +0 -0
  274. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/QtLimaVideo.py +0 -0
  275. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/QtTangoLimaVideo.py +0 -0
  276. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/QueueManager.py +0 -0
  277. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/QueueModel.py +0 -0
  278. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/RedisClient.py +0 -0
  279. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Resolution.py +0 -0
  280. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SC3.py +0 -0
  281. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Attenuator.py +0 -0
  282. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1BeamInfo.py +0 -0
  283. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1CatsMaint.py +0 -0
  284. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Collect.py +0 -0
  285. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Configuration.py +0 -0
  286. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Cryotong.py +0 -0
  287. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1DetectorDistance.py +0 -0
  288. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Energy.py +0 -0
  289. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1EnergyScan.py +0 -0
  290. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Environment.py +0 -0
  291. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1MiniDiff.py +0 -0
  292. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Pilatus.py +0 -0
  293. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Pss.py +0 -0
  294. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Resolution.py +0 -0
  295. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1TangoLight.py +0 -0
  296. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/__init__.py +0 -0
  297. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Attenuator.py +0 -0
  298. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2BeamInfo.py +0 -0
  299. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Collect.py +0 -0
  300. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Diffractometer.py +0 -0
  301. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Energy.py +0 -0
  302. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Guillotine.py +0 -0
  303. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Qt4_LimaVideo.py +0 -0
  304. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Resolution.py +0 -0
  305. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Video.py +0 -0
  306. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/__init__.py +0 -0
  307. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILCatsMaint.py +0 -0
  308. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILEnergyScan.py +0 -0
  309. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILFlux.py +0 -0
  310. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILGuillotine.py +0 -0
  311. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILISPyBClient.py +0 -0
  312. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILMachineInfo.py +0 -0
  313. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILPss.py +0 -0
  314. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILRuche.py +0 -0
  315. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILSafetyShutter.py +0 -0
  316. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILSession.py +0 -0
  317. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILqueue_entry.py +0 -0
  318. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/TangoDCMotor.py +0 -0
  319. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SOLEIL/__init__.py +0 -0
  320. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SampleStage.py +0 -0
  321. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SampleView.py +0 -0
  322. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SardanaMotor.py +0 -0
  323. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SecureXMLRpcRequestHandler.py +0 -0
  324. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Session.py +0 -0
  325. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SimpleHTML.py +0 -0
  326. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SpecMotor.py +0 -0
  327. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SpecMotorWPositions.py +0 -0
  328. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SpecMotorWSpecPositions.py +0 -0
  329. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SpecScan.py +0 -0
  330. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SpecShell.py +0 -0
  331. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/SpecState.py +0 -0
  332. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/StateMachine.py +0 -0
  333. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/TangoLimaMpegVideo.py +0 -0
  334. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/TangoLimaVideo.py +0 -0
  335. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/TangoLimaVideoDevice.py +0 -0
  336. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/TangoMachineInfo.py +0 -0
  337. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/TangoMotor.py +0 -0
  338. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/TangoShutter.py +0 -0
  339. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/Transmission.py +0 -0
  340. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/UnitTest.py +0 -0
  341. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/UserTypeISPyBLims.py +0 -0
  342. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/VimbaVideo.py +0 -0
  343. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/XMLRPCServer.py +0 -0
  344. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/XRFSpectrum.py +0 -0
  345. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/XSDataAutoprocv1_0.py +0 -0
  346. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/XSDataCommon.py +0 -0
  347. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/XSDataControlDozorv1_1.py +0 -0
  348. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/XSDataMXCuBEv1_3.py +0 -0
  349. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/XSDataMXCuBEv1_4.py +0 -0
  350. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/XSDataMXv1.py +0 -0
  351. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/__init__.py +0 -0
  352. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractActuator.py +0 -0
  353. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractAperture.py +0 -0
  354. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractAuthenticator.py +0 -0
  355. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractBeam.py +0 -0
  356. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractCharacterisation.py +0 -0
  357. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractCollect.py +0 -0
  358. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractDetector.py +0 -0
  359. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractEnergy.py +0 -0
  360. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractEnergyScan.py +0 -0
  361. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractFlux.py +0 -0
  362. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractLims.py +0 -0
  363. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractMCA.py +0 -0
  364. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractMachineInfo.py +0 -0
  365. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractMotor.py +0 -0
  366. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractMultiCollect.py +0 -0
  367. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractNState.py +0 -0
  368. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractOnlineProcessing.py +0 -0
  369. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractProcedure.py +0 -0
  370. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractResolution.py +0 -0
  371. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractSampleChanger.py +0 -0
  372. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractSampleView.py +0 -0
  373. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractShutter.py +0 -0
  374. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractSlits.py +0 -0
  375. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractTransmission.py +0 -0
  376. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractVideoDevice.py +0 -0
  377. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractXRFSpectrum.py +0 -0
  378. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/AbstractXrayCentring.py +0 -0
  379. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/ISPyBAbstractLims.py +0 -0
  380. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/ISPyBDataAdapter.py +0 -0
  381. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/ISPyBValueFactory.py +0 -0
  382. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/__init__.py +0 -0
  383. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Component.py +0 -0
  384. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Container.py +0 -0
  385. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Crims.py +0 -0
  386. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Sample.py +0 -0
  387. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/abstract/sample_changer/__init__.py +0 -0
  388. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/autoprocessing.py +0 -0
  389. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/edna_test_data.py +0 -0
  390. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/ActuatorMockup.py +0 -0
  391. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/ApertureMockup.py +0 -0
  392. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/BeamDefinerMockup.py +0 -0
  393. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/BeamMockup.py +0 -0
  394. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/BeamlineActionsMockup.py +0 -0
  395. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/BeamlineTestMockup.py +0 -0
  396. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/BeamstopMockup.py +0 -0
  397. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/CatsMaintMockup.py +0 -0
  398. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/CollectMockup.py +0 -0
  399. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/DetectorMockup.py +0 -0
  400. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/DiffractometerMockup.py +0 -0
  401. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/DoorInterlockMockup.py +0 -0
  402. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/EDNACharacterisationMockup.py +0 -0
  403. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/EnergyMockup.py +0 -0
  404. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/EnergyScanMockup.py +0 -0
  405. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/ExporterNStateMockup.py +0 -0
  406. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/FluxMockup.py +0 -0
  407. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/HarvesterMockup.py +0 -0
  408. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/ISPyBClientMockup.py +0 -0
  409. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/ISPyBRestClientMockup.py +0 -0
  410. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/LimaDetectorMockup.py +0 -0
  411. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/MDCameraMockup.py +0 -0
  412. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/MachineInfoMockup.py +0 -0
  413. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/MicrodiffApertureMockup.py +0 -0
  414. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/MicrodiffInOutMockup.py +0 -0
  415. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/MicrodiffZoomMockup.py +0 -0
  416. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/MotorMockup.py +0 -0
  417. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/MotorMockupBis.py +0 -0
  418. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/MultiCollectMockup.py +0 -0
  419. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/OfflineProcessingMockup.py +0 -0
  420. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/OnlineProcessingMockup.py +0 -0
  421. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/PlateManipulatorMockup.py +0 -0
  422. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/PlottingMockup.py +0 -0
  423. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/ProcedureMockup.py +0 -0
  424. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/QtVideoMockup.py +0 -0
  425. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/ResolutionMockup.py +0 -0
  426. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/SOLEILCharacterisationMockup.py +0 -0
  427. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/SampleChangerMockup.py +0 -0
  428. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/ScanMockup.py +0 -0
  429. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/ShapeHistoryMockup.py +0 -0
  430. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/ShutterMockup.py +0 -0
  431. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/SlitsMockup.py +0 -0
  432. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/TransmissionMockup.py +0 -0
  433. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/XRFMockup.py +0 -0
  434. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/XRFSpectrumMockup.py +0 -0
  435. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/XrayCentringMockup.py +0 -0
  436. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/__init__.py +0 -0
  437. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/mockup/sample.jpg +0 -0
  438. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareObjects/sample_centring.py +0 -0
  439. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/HardwareRepository.py +0 -0
  440. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/Poller.py +0 -0
  441. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/TaskUtils.py +0 -0
  442. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/__init__.py +0 -0
  443. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/__version__.py +0 -0
  444. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/dispatcher.py +0 -0
  445. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/__init__.py +0 -0
  446. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/common.py +0 -0
  447. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/configmodel.py +0 -0
  448. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/crystal_symmetry.py +0 -0
  449. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/lims_session.py +0 -0
  450. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/procedure_model.py +0 -0
  451. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/protocols/__init__.py +0 -0
  452. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/protocols/epics.py +0 -0
  453. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/protocols/exporter.py +0 -0
  454. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/protocols/sardana.py +0 -0
  455. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/protocols/tango.py +0 -0
  456. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/queue_model_enumerables.py +0 -0
  457. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/model/queue_model_objects.py +0 -0
  458. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/protocols_config.py +0 -0
  459. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/__init__.py +0 -0
  460. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/advanced_connector.py +0 -0
  461. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/characterisation.py +0 -0
  462. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/data_collection.py +0 -0
  463. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/energy_scan.py +0 -0
  464. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/generic_workflow.py +0 -0
  465. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/import_helper.py +0 -0
  466. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/optical_centring.py +0 -0
  467. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/sample_centring.py +0 -0
  468. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/test_collection.py +0 -0
  469. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/xray_centering.py +0 -0
  470. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/xray_centering2.py +0 -0
  471. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/queue_entry/xrf_spectrum.py +0 -0
  472. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/saferef.py +0 -0
  473. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/utils/__init__.py +0 -0
  474. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/utils/conversion.py +0 -0
  475. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/utils/qt_import.py +0 -0
  476. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/utils/tango.py +0 -0
  477. {mxcubecore-1.369.0 → mxcubecore-1.371.0}/mxcubecore/utils/units.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mxcubecore
3
- Version: 1.369.0
3
+ Version: 1.371.0
4
4
  Summary: Core libraries for the MXCuBE application
5
5
  License: LGPL-3.0-or-later
6
6
  Keywords: mxcube,mxcube3,mxcubecore
@@ -0,0 +1,158 @@
1
+ """MAXIV Session hardware object."""
2
+
3
+ import time
4
+ from pathlib import Path
5
+
6
+ from sdm import storage
7
+
8
+ import mxcubecore.HardwareObjects.Session
9
+ from mxcubecore.model.queue_model_objects import PathTemplate
10
+
11
+
12
+ class Session(mxcubecore.HardwareObjects.Session.Session):
13
+ def init(self):
14
+ super().init()
15
+ self.is_commissioning = False
16
+
17
+ # We initialize with an empty archive_folder,
18
+ # to be set once proposal is selected.
19
+ PathTemplate.set_archive_path(self.base_archive_directory, "")
20
+
21
+ def set_in_commissioning(self, proposal_info):
22
+ self.proposal_code = proposal_info["Proposal"]["code"]
23
+ self.proposal_number = proposal_info["Proposal"]["number"]
24
+ self.is_commissioning = True
25
+
26
+ def get_proposal(self) -> str:
27
+ """
28
+ Returns:
29
+ The proposal, 'local-user' if no proposal is available
30
+ """
31
+ proposal = "local-user"
32
+
33
+ if self.proposal_code and self.proposal_number:
34
+ if self.proposal_code == "ifx":
35
+ self.proposal_code = "fx"
36
+
37
+ proposal = str(self.proposal_number)
38
+
39
+ return proposal
40
+
41
+ def get_base_data_directory(self) -> str:
42
+ """Get base data directory.
43
+
44
+ Figure out the base data directory taking the 'contextual'
45
+ information into account, such as if the current user
46
+ is in-house.
47
+
48
+ Returns:
49
+ The base data path.
50
+ """
51
+ # /data/(user-type)/(beamline)/(proposal)/(visit)/raw
52
+ if self.session_start_date:
53
+ start_time = self.session_start_date.split(" ")[0].replace("-", "")
54
+ else:
55
+ start_time = time.strftime("%Y%m%d")
56
+ _proposal = self.get_proposal()
57
+
58
+ if not self.is_commissioning:
59
+ if self.is_proprietary():
60
+ directory = Path(
61
+ self.base_directory,
62
+ "proprietary",
63
+ self.beamline_name.lower(),
64
+ _proposal,
65
+ start_time,
66
+ )
67
+ else:
68
+ directory = Path(
69
+ self.base_directory,
70
+ "visitors",
71
+ self.beamline_name.lower(),
72
+ _proposal,
73
+ start_time,
74
+ )
75
+ else:
76
+ # /data/staff/biomax/commissioning/date
77
+ directory = Path(
78
+ self.base_directory,
79
+ "staff",
80
+ self.beamline_name.lower(),
81
+ "commissioning",
82
+ time.strftime("%Y%m%d"),
83
+ )
84
+
85
+ self.log.info(
86
+ "Data directory for proposal %s: %s",
87
+ self.get_proposal(),
88
+ directory,
89
+ )
90
+
91
+ return str(directory)
92
+
93
+ def prepare_directories(self, session):
94
+ self.log.info("Preparing Data directory for session: %s", session)
95
+ start_date = session.start_datetime.date().isoformat().replace("-", "")
96
+ self.set_session_start_date(start_date)
97
+
98
+ self.log.info("Preparing Data directory for proposal %s", self.get_proposal())
99
+ if self.is_commissioning:
100
+ category = "staff"
101
+ elif self.is_proprietary():
102
+ category = "proprietary"
103
+ else:
104
+ category = "visitors"
105
+
106
+ try:
107
+ self.storage = storage.Storage(
108
+ user_type=category, beamline=self.endstation_name
109
+ )
110
+ except Exception:
111
+ self.log.exception("error setting up SDM")
112
+
113
+ # This creates the path for the data and ensures proper permissions
114
+ # e.g. /data/visitors/biomax/<proposal>/<visit>/{raw, process}
115
+ if self.is_commissioning:
116
+ group = self.beamline_name.lower()
117
+ else:
118
+ group = self.storage.get_proposal_group(session.number)
119
+ try:
120
+ _raw_path = self.storage.create_path(
121
+ session.number, group, self.get_session_start_date()
122
+ )
123
+
124
+ self.log.info("SDM Data directory created: %s", _raw_path)
125
+ except Exception as exc: # noqa: BLE001
126
+ self.log.warning("SDM Data directory creation failed. %s", exc)
127
+ self.log.info("SDM Data directory trying to create again after failure")
128
+ time.sleep(0.1)
129
+ try:
130
+ _raw_path = self.storage.create_path(
131
+ session.number, group, self.get_session_start_date()
132
+ )
133
+
134
+ self.log.info("SDM Data directory created: %s", _raw_path)
135
+ except Exception:
136
+ self.log.exception("SDM Data directory creation failed.")
137
+ raise
138
+
139
+ if self.base_archive_directory:
140
+ archive_folder = "{}/{}".format(category, self.beamline_name.lower())
141
+ PathTemplate.set_archive_path(self.base_archive_directory, archive_folder)
142
+ _archive_path = Path(self.base_archive_directory, archive_folder)
143
+ self.log.info("Archive directory configured: %s", _archive_path)
144
+
145
+ def is_proprietary(self) -> bool:
146
+ """Determines if current proposal is considered to be proprietary.
147
+
148
+ Returns:
149
+ True if the proposal is proprietary, otherwise False.
150
+ """
151
+ return self.proposal_code == "IN"
152
+
153
+ def clear_session(self):
154
+ self.session_id = None
155
+ self.proposal_code = None
156
+ self.proposal_number = None
157
+ self.proposal_id = None
158
+ self.is_commissioning = False
@@ -764,6 +764,16 @@ class SampleQueueEntry(BaseQueueEntry):
764
764
  BaseQueueEntry.post_execute(self)
765
765
  params = []
766
766
 
767
+ # We want to make the sample entry enabled if it contains
768
+ # any skipped collections, so that the user can restart them
769
+ has_executable_child = False
770
+ for child_queue_entry in self._queue_entry_list:
771
+ if child_queue_entry.is_enabled():
772
+ has_executable_child = True
773
+ break
774
+ self.set_enabled(has_executable_child)
775
+ self.get_data_model().set_enabled(has_executable_child)
776
+
767
777
  # Start grouped processing, get information from each collection
768
778
  # and call autoproc with grouped processing option
769
779
  for child in self.get_data_model().get_children():
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mxcubecore"
3
- version = "1.369.0"
3
+ version = "1.371.0"
4
4
  license = "LGPL-3.0-or-later"
5
5
  description = "Core libraries for the MXCuBE application"
6
6
  authors = [
@@ -1,231 +0,0 @@
1
- """
2
- MAXIV Session hardware object.
3
-
4
- Adapting from original Session.py to adapt the names of data directories
5
- """
6
-
7
- import logging
8
- import os
9
- import socket
10
- import time
11
-
12
- try:
13
- from sdm import (
14
- storage,
15
- )
16
- except Exception:
17
- raise Exception("Cannot import SDM library.")
18
-
19
- from mxcubecore.HardwareObjects.Session import Session
20
- from mxcubecore.model import queue_model_objects
21
-
22
-
23
- class MaxIVSession(Session):
24
- def __init__(self, name):
25
- Session.__init__(self, name)
26
-
27
- # Framework-2 method, inherited from HardwareObject and called
28
- # by the framework after the object has been initialized.
29
- def init(self):
30
- self.default_precision = 4
31
- self.login = ""
32
- self.is_commissioning = False
33
- self.synchrotron_name = self.get_property("synchrotron_name")
34
- self.endstation_name = self.get_property("endstation_name").lower()
35
- self.suffix = self["file_info"].get_property("file_suffix")
36
- self.base_directory = self["file_info"].get_property("base_directory")
37
- self.base_process_directory = self["file_info"].get_property(
38
- "processed_data_base_directory"
39
- )
40
-
41
- self.raw_data_folder_name = self["file_info"].get_property(
42
- "raw_data_folder_name"
43
- )
44
-
45
- self.processed_data_folder_name = self["file_info"].get_property(
46
- "processed_data_folder_name"
47
- )
48
-
49
- try:
50
- self.in_house_users = self.get_property("inhouse_users").split(",")
51
- except Exception:
52
- self.in_house_users = []
53
-
54
- try:
55
- domain = socket.getfqdn().split(".")
56
- self.email_extension = ".".join((domain[-2], domain[-1]))
57
- except (TypeError, IndexError):
58
- pass
59
-
60
- archive_base_directory = self["file_info"].get_property(
61
- "archive_base_directory"
62
- )
63
- if archive_base_directory:
64
- queue_model_objects.PathTemplate.set_archive_path(
65
- archive_base_directory, self["file_info"].get_property("archive_folder")
66
- )
67
-
68
- queue_model_objects.PathTemplate.set_path_template_style(self.synchrotron_name)
69
- queue_model_objects.PathTemplate.set_data_base_path(self.base_directory)
70
-
71
- self.commissioning_fake_proposal = {
72
- "Laboratory": {
73
- "address": None,
74
- "city": "Lund",
75
- "laboratoryId": 312171,
76
- "name": "Lund University",
77
- },
78
- "Person": {
79
- "familyName": "commissioning",
80
- "givenName": "",
81
- "laboratoryId": 312171,
82
- "login": "",
83
- "personId": 0,
84
- },
85
- "Proposal": {
86
- "code": "MX",
87
- "number": time.strftime("%Y"),
88
- "proposalId": "0",
89
- "timeStamp": time.strftime("%Y%m%d"),
90
- "title": "Commissioning Proposal",
91
- "type": "MX",
92
- },
93
- "Session": [
94
- {
95
- "is_inhouse": True,
96
- "beamlineName": "BioMAX",
97
- "comments": "Fake session for commissioning",
98
- "endDate": "2027-12-31 23:59:59",
99
- "nbShifts": 100,
100
- "proposalId": "0",
101
- "scheduled": 0,
102
- "sessionId": 0,
103
- "startDate": "2016-01-01 00:00:00",
104
- }
105
- ],
106
- }
107
-
108
- def set_in_commissioning(self, proposal_info):
109
- self.proposal_code = proposal_info["Proposal"]["code"]
110
- self.proposal_number = proposal_info["Proposal"]["number"]
111
- self.is_commissioning = True
112
-
113
- def get_proposal(self):
114
- """
115
- :returns: The proposal, 'local-user' if no proposal is
116
- available
117
- :rtype: str
118
- """
119
- proposal = "local-user"
120
-
121
- if self.proposal_code and self.proposal_number:
122
- if self.proposal_code == "ifx":
123
- self.proposal_code = "fx"
124
-
125
- proposal = str(self.proposal_number)
126
-
127
- return proposal
128
-
129
- def get_base_data_directory(self):
130
- """
131
- Returns the base data directory taking the 'contextual'
132
- information into account, such as if the current user
133
- is inhouse.
134
-
135
- :returns: The base data path.
136
- :rtype: str
137
- """
138
- if self.session_start_date:
139
- start_time = self.session_start_date.split(" ")[0].replace("-", "")
140
- else:
141
- start_time = time.strftime("%Y%m%d")
142
-
143
- if not self.is_commissioning:
144
- # /data/visitors/biomax/prop/visit/
145
- # /data/(user-type)/(beamline)/(proposal)/(visit)/raw
146
- directory = os.path.join(
147
- self.base_directory,
148
- "visitors", # self.get_user_category(self.login),
149
- self.beamline_name.lower(),
150
- self.get_proposal(),
151
- start_time,
152
- )
153
- else:
154
- # /data/staff/biomax/commissioning/date
155
- directory = os.path.join(
156
- self.base_directory,
157
- "staff",
158
- self.beamline_name.lower(),
159
- "commissioning",
160
- time.strftime("%Y%m%d"),
161
- )
162
-
163
- logging.getLogger("HWR").info(
164
- "[MAX IV Session] Data directory for proposal %s: %s"
165
- % (self.get_proposal(), directory)
166
- )
167
- return directory
168
-
169
- def prepare_directories(self, proposal_info):
170
- self.login = proposal_info["Person"]["login"]
171
- start_time = proposal_info.get("Session")[0].get("startDate")
172
-
173
- logging.getLogger("HWR").info(
174
- "[MAX IV Session] Preparing Data directory for proposal %s" % proposal_info
175
- )
176
- if start_time:
177
- start_date = start_time.split(" ")[0].replace("-", "")
178
- else:
179
- start_date = time.strftime("%Y%m%d")
180
-
181
- self.set_session_start_date(start_date)
182
-
183
- try:
184
- self.storage = storage.Storage(
185
- self.get_user_category(self.login), self.endstation_name
186
- )
187
- except Exception as ex:
188
- print(ex)
189
- # this creates the path for the data and ensures proper permissions.
190
- # e.g. /data/visitors/biomax/<proposal>/<visit>/{raw, process}
191
- if self.is_commissioning:
192
- group = self.beamline_name.lower()
193
- else:
194
- group = self.storage.get_proposal_group(self.proposal_number)
195
- try:
196
- self.storage.create_path(
197
- self.proposal_number, group, self.get_session_start_date()
198
- )
199
-
200
- proposal_path = "{0}/{1}".format(
201
- self.storage.beamline_path, self.proposal_number
202
- )
203
- logging.getLogger("HWR").info(
204
- "[MAX IV Session] SDM Data directory created: %s" % proposal_path
205
- )
206
- except Exception as ex:
207
- msg = "[MAX IV Session] SDM Data directory creation failed. %s" % ex
208
- logging.getLogger("HWR").error(msg)
209
- raise Exception(msg)
210
-
211
- def is_inhouse(self, user, code=None):
212
- """
213
- Determines if a given user is considered to be inhouse.
214
- :param login: username
215
- :type login: str
216
- :returns: True if the user is inhouse, otherwise False.
217
- :rtype: bool
218
- """
219
- if user in self.in_house_users:
220
- return True
221
- else:
222
- return False
223
-
224
- def get_user_category(self, user):
225
- # 'staff','visitors', 'proprietary'
226
- # missing industrial users
227
- if self.is_inhouse(user):
228
- user_category = "staff"
229
- else:
230
- user_category = "visitors"
231
- return user_category
File without changes
File without changes