mxcubecore 1.402.0__tar.gz → 1.404.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.402.0 → mxcubecore-1.404.0}/PKG-INFO +1 -1
  2. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/Epics.py +1 -1
  3. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/pyproject.toml +1 -1
  4. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/EPICSActuator.py +0 -78
  5. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/EPICSMotor.py +0 -104
  6. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/EPICSNState.py +0 -87
  7. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSAperture.py +0 -69
  8. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSBeam.py +0 -125
  9. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSCamera.py +0 -507
  10. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSCollect.py +0 -482
  11. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSDetDistMotor.py +0 -76
  12. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSDiffractometer.py +0 -538
  13. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSEnergy.py +0 -81
  14. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSPilatusDet.py +0 -478
  15. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSSlits.py +0 -48
  16. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSTransmission.py +0 -82
  17. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/LNLSZoom.py +0 -93
  18. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/read_transmission_mnc.py +0 -149
  19. mxcubecore-1.402.0/mxcubecore/HardwareObjects/LNLS/set_transmission_mnc.py +0 -306
  20. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/COPYING +0 -0
  21. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/COPYING.LESSER +0 -0
  22. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/README.md +0 -0
  23. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/BaseHardwareObjects.py +0 -0
  24. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/Exporter.py +0 -0
  25. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/Mockup.py +0 -0
  26. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/Pool.py +0 -0
  27. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/Sardana.py +0 -0
  28. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/Spec.py +0 -0
  29. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/Taco.py +0 -0
  30. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/Tango.py +0 -0
  31. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/Tine.py +0 -0
  32. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/__init__.py +0 -0
  33. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/exporter/ExporterClient.py +0 -0
  34. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/exporter/ExporterStates.py +0 -0
  35. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/exporter/MDEvents.py +0 -0
  36. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/exporter/StandardClient.py +0 -0
  37. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Command/exporter/__init__.py +0 -0
  38. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/CommandContainer.py +0 -0
  39. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjectFileParser.py +0 -0
  40. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAAutoProcessing.py +0 -0
  41. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBABackLight.py +0 -0
  42. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBABeamInfo.py +0 -0
  43. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBACalibration.py +0 -0
  44. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBACats.py +0 -0
  45. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBACatsMaint.py +0 -0
  46. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAClusterJob.py +0 -0
  47. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBACollect.py +0 -0
  48. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBADataAnalysis.py +0 -0
  49. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAEnergy.py +0 -0
  50. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAEpsActuator.py +0 -0
  51. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAFastShutter.py +0 -0
  52. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAFlux.py +0 -0
  53. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAFrontEnd.py +0 -0
  54. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAFrontLight.py +0 -0
  55. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAISPyBClient.py +0 -0
  56. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAMachineInfo.py +0 -0
  57. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAMiniDiff.py +0 -0
  58. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAPilatus.py +0 -0
  59. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBASession.py +0 -0
  60. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBASupervisor.py +0 -0
  61. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBATransmission.py +0 -0
  62. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAZoomMotor.py +0 -0
  63. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/ALBAZoomMotorAutoBrightness.py +0 -0
  64. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/XalocCalibration.py +0 -0
  65. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/XalocMachineInfo.py +0 -0
  66. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/XalocMiniDiff.py +0 -0
  67. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ALBA/__init__.py +0 -0
  68. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Attenuators.py +0 -0
  69. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/AutoPowerSardanaMotor.py +0 -0
  70. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BeamInfo.py +0 -0
  71. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Beamline.py +0 -0
  72. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BeamlineActions.py +0 -0
  73. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BeamlineTools.py +0 -0
  74. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Bliss.py +0 -0
  75. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BlissActuator.py +0 -0
  76. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BlissEnergy.py +0 -0
  77. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BlissHutchTrigger.py +0 -0
  78. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BlissMotor.py +0 -0
  79. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BlissMotorWPositions.py +0 -0
  80. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BlissNState.py +0 -0
  81. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BlissRontecMCA.py +0 -0
  82. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/BlissShutter.py +0 -0
  83. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Cats90.py +0 -0
  84. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/CatsBessy.py +0 -0
  85. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/CatsMaint.py +0 -0
  86. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/CentringMath.py +0 -0
  87. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/Centring.py +0 -0
  88. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/DigitalZoomMotor.py +0 -0
  89. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/MjpgStreamVideo.py +0 -0
  90. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11AlbulaView.py +0 -0
  91. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11BackLight.py +0 -0
  92. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11Beam.py +0 -0
  93. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11BeamStop.py +0 -0
  94. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11Collect.py +0 -0
  95. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11Collimator.py +0 -0
  96. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11DetectorCover.py +0 -0
  97. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11DetectorDistance.py +0 -0
  98. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11DoorInterlock.py +0 -0
  99. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11EDNACharacterisation.py +0 -0
  100. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11EigerDetector.py +0 -0
  101. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11Energy.py +0 -0
  102. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11FastShutter.py +0 -0
  103. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11Flux.py +0 -0
  104. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11ISPyBClient.py +0 -0
  105. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11MachineInfo.py +0 -0
  106. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11NanoDiff.py +0 -0
  107. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11Pinhole.py +0 -0
  108. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11SampleChanger.py +0 -0
  109. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11Session.py +0 -0
  110. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11Shutter.py +0 -0
  111. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11Transmission.py +0 -0
  112. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11YagDiode.py +0 -0
  113. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/P11Zoom.py +0 -0
  114. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/ValueStateChannel.py +0 -0
  115. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DESY/__init__.py +0 -0
  116. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DataPublisher.py +0 -0
  117. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/DozorOnlineProcessing.py +0 -0
  118. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EDNACharacterisation.py +0 -0
  119. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLAperture.py +0 -0
  120. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLBSD.py +0 -0
  121. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeam.py +0 -0
  122. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamCentering.py +0 -0
  123. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamFocusing.py +0 -0
  124. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamlineTest.py +0 -0
  125. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLBeamstop.py +0 -0
  126. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLCRL.py +0 -0
  127. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLCollect.py +0 -0
  128. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLDetector.py +0 -0
  129. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLDoorInterlock.py +0 -0
  130. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLEnergy.py +0 -0
  131. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLEnergyScan.py +0 -0
  132. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLExporterClient.py +0 -0
  133. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLFlux.py +0 -0
  134. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLImageTracking.py +0 -0
  135. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLMachineInfo.py +0 -0
  136. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLMiniDiff.py +0 -0
  137. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLMotorsGroup.py +0 -0
  138. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLOfflineProcessing.py +0 -0
  139. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLOnlineProcessing.py +0 -0
  140. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLPPUControl.py +0 -0
  141. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLPiezoMotor.py +0 -0
  142. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLQueueEntry.py +0 -0
  143. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLResolution.py +0 -0
  144. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLSSXChip.py +0 -0
  145. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLSafetyShutter.py +0 -0
  146. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLSession.py +0 -0
  147. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLSlitBox.py +0 -0
  148. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLTableMotor.py +0 -0
  149. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLTransfocator.py +0 -0
  150. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLTransmission.py +0 -0
  151. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLXRFSpectrum.py +0 -0
  152. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/EMBLXrayImaging.py +0 -0
  153. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/MDFastShutter.py +0 -0
  154. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/TINEMotor.py +0 -0
  155. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBL/__init__.py +0 -0
  156. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBLFlexHCD.py +0 -0
  157. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EMBLFlexHarvester.py +0 -0
  158. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/BlissHutchTrigger.py +0 -0
  159. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/BlissTurret.py +0 -0
  160. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/BlissVolpi.py +0 -0
  161. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeam.py +0 -0
  162. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamDefiner.py +0 -0
  163. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamInfo.py +0 -0
  164. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFBeamlineActions.py +0 -0
  165. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFEnergyScan.py +0 -0
  166. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFMD2SC3.py +0 -0
  167. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFMetadataManagerClient.py +0 -0
  168. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFMultiCollect.py +0 -0
  169. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFPhotonFlux.py +0 -0
  170. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFSC3.py +0 -0
  171. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFSession.py +0 -0
  172. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFSmallXrayCentring.py +0 -0
  173. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ESRFXRFSpectrum.py +0 -0
  174. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ID232BeamDefiner.py +0 -0
  175. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ID29HutchTrigger.py +0 -0
  176. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ID30A3BeamDefiner.py +0 -0
  177. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/ID30BBeamDefiner.py +0 -0
  178. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/MD2MultiCollect.py +0 -0
  179. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/OxfordCryostream.py +0 -0
  180. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/SSXICATLIMS.py +0 -0
  181. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/TangoKeithleyPhotonFlux.py +0 -0
  182. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/Transmission.py +0 -0
  183. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/__init__.py +0 -0
  184. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/calc_flux.py +0 -0
  185. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/__init__.py +0 -0
  186. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/fast_char_collection.py +0 -0
  187. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/mx_base_queue_entry.py +0 -0
  188. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_base_queue_entry.py +0 -0
  189. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_big_foil_collection.py +0 -0
  190. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_chip_collection.py +0 -0
  191. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_foil_collection.py +0 -0
  192. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_injector_collection.py +0 -0
  193. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_laser_hare_collection.py +0 -0
  194. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_laser_injector_collection.py +0 -0
  195. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/ssx_line_scan_collection.py +0 -0
  196. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRF/queue_entry/test_collection.py +0 -0
  197. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ESRFLIMS.py +0 -0
  198. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/EdnaWorkflow.py +0 -0
  199. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Energy.py +0 -0
  200. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ExporterMotor.py +0 -0
  201. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ExporterNState.py +0 -0
  202. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/FlexHCD.py +0 -0
  203. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/FlexHCDMaintenance.py +0 -0
  204. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/GenericDiffractometer.py +0 -0
  205. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Gphl/CollectEmulator.py +0 -0
  206. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Gphl/GphlMessages.py +0 -0
  207. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Gphl/GphlQueueEntry.py +0 -0
  208. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py +0 -0
  209. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Gphl/GphlWorkflowConnection.py +0 -0
  210. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Gphl/Transcal2MiniKappa.py +0 -0
  211. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Gphl/__init__.py +0 -0
  212. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Gphl/run_mxcube_test.csh +0 -0
  213. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Grob.py +0 -0
  214. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/GrobDiff.py +0 -0
  215. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/GrobGonio.py +0 -0
  216. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/GrobMotor.py +0 -0
  217. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/GrobSampleChanger.py +0 -0
  218. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Harvester.py +0 -0
  219. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/HarvesterMaintenance.py +0 -0
  220. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ICATLIMS.py +0 -0
  221. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ISARAMaint.py +0 -0
  222. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/LNLS/__init__.py +0 -0
  223. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/LdapAuthenticator.py +0 -0
  224. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Lima2Detector.py +0 -0
  225. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/LimaEigerDetector.py +0 -0
  226. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/LimaPilatusDetector.py +0 -0
  227. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MAXIV/ISPyBLims.py +0 -0
  228. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MAXIV/MAXIVAutoProcessing.py +0 -0
  229. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MAXIV/MachInfo.py +0 -0
  230. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/__init__.py +0 -0
  231. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/beamline.py +0 -0
  232. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MAXIV/MicroMAX/beamline_actions.py +0 -0
  233. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MAXIV/__init__.py +0 -0
  234. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MAXIV/beamline.py +0 -0
  235. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MAXIV/session.py +0 -0
  236. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MD2Motor.py +0 -0
  237. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MD3UP.py +0 -0
  238. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MachCurrent.py +0 -0
  239. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Mar225.py +0 -0
  240. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Marvin.py +0 -0
  241. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Microdiff.py +0 -0
  242. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffActuator.py +0 -0
  243. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffAperture.py +0 -0
  244. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffBeamstop.py +0 -0
  245. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffFocusMotor.py +0 -0
  246. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffInOut.py +0 -0
  247. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffKappaMotor.py +0 -0
  248. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffLight.py +0 -0
  249. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffLightBeamstop.py +0 -0
  250. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffMotor.py +0 -0
  251. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffSamplePseudo.py +0 -0
  252. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MicrodiffZoom.py +0 -0
  253. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MiniDiff.py +0 -0
  254. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MiniKappaCorrection.py +0 -0
  255. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MinidiffAperture.py +0 -0
  256. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MotorWPositions.py +0 -0
  257. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MotorsNPosition.py +0 -0
  258. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/MultiplePositions.py +0 -0
  259. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/NState.py +0 -0
  260. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Native/__init__.py +0 -0
  261. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ObjectsController.py +0 -0
  262. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/PlateManipulator.py +0 -0
  263. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/PlateManipulatorMaintenance.py +0 -0
  264. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/ProposalTypeISPyBLims.py +0 -0
  265. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/PyISPyBClient.py +0 -0
  266. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/QtAxisCamera.py +0 -0
  267. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/QtGraphicsLib.py +0 -0
  268. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/QtGraphicsManager.py +0 -0
  269. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/QtInstanceServer.py +0 -0
  270. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/QtLimaVideo.py +0 -0
  271. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/QtTangoLimaVideo.py +0 -0
  272. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/QueueManager.py +0 -0
  273. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/QueueModel.py +0 -0
  274. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/RedisClient.py +0 -0
  275. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Resolution.py +0 -0
  276. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SC3.py +0 -0
  277. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Attenuator.py +0 -0
  278. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1BeamInfo.py +0 -0
  279. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1CatsMaint.py +0 -0
  280. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Collect.py +0 -0
  281. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Configuration.py +0 -0
  282. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Cryotong.py +0 -0
  283. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1DetectorDistance.py +0 -0
  284. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Energy.py +0 -0
  285. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1EnergyScan.py +0 -0
  286. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Environment.py +0 -0
  287. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1MiniDiff.py +0 -0
  288. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Pilatus.py +0 -0
  289. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Pss.py +0 -0
  290. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1Resolution.py +0 -0
  291. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/PX1TangoLight.py +0 -0
  292. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX1/__init__.py +0 -0
  293. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Attenuator.py +0 -0
  294. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2BeamInfo.py +0 -0
  295. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Collect.py +0 -0
  296. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Diffractometer.py +0 -0
  297. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Energy.py +0 -0
  298. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Guillotine.py +0 -0
  299. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Qt4_LimaVideo.py +0 -0
  300. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Resolution.py +0 -0
  301. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/PX2Video.py +0 -0
  302. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/PX2/__init__.py +0 -0
  303. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILCatsMaint.py +0 -0
  304. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILEnergyScan.py +0 -0
  305. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILFlux.py +0 -0
  306. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILGuillotine.py +0 -0
  307. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILISPyBClient.py +0 -0
  308. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILMachineInfo.py +0 -0
  309. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILPss.py +0 -0
  310. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILRuche.py +0 -0
  311. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILSafetyShutter.py +0 -0
  312. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILSession.py +0 -0
  313. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/SOLEILqueue_entry.py +0 -0
  314. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/TangoDCMotor.py +0 -0
  315. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SOLEIL/__init__.py +0 -0
  316. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SampleStage.py +0 -0
  317. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SampleView.py +0 -0
  318. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SardanaMotor.py +0 -0
  319. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SecureXMLRpcRequestHandler.py +0 -0
  320. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Session.py +0 -0
  321. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SimpleHTML.py +0 -0
  322. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SpecMotor.py +0 -0
  323. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SpecMotorWPositions.py +0 -0
  324. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SpecMotorWSpecPositions.py +0 -0
  325. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SpecScan.py +0 -0
  326. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SpecShell.py +0 -0
  327. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/SpecState.py +0 -0
  328. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/StateMachine.py +0 -0
  329. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/TangoLimaMpegVideo.py +0 -0
  330. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/TangoLimaVideo.py +0 -0
  331. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/TangoLimaVideoDevice.py +0 -0
  332. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/TangoMachineInfo.py +0 -0
  333. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/TangoMotor.py +0 -0
  334. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/TangoShutter.py +0 -0
  335. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/Transmission.py +0 -0
  336. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/UnitTest.py +0 -0
  337. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/UserTypeISPyBLims.py +0 -0
  338. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/VimbaVideo.py +0 -0
  339. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/XMLRPCServer.py +0 -0
  340. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/XRFSpectrum.py +0 -0
  341. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/XSDataAutoprocv1_0.py +0 -0
  342. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/XSDataCommon.py +0 -0
  343. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/XSDataControlDozorv1_1.py +0 -0
  344. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/XSDataMXCuBEv1_3.py +0 -0
  345. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/XSDataMXCuBEv1_4.py +0 -0
  346. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/XSDataMXv1.py +0 -0
  347. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/__init__.py +0 -0
  348. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractActuator.py +0 -0
  349. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractAperture.py +0 -0
  350. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractAuthenticator.py +0 -0
  351. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractBeam.py +0 -0
  352. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractCharacterisation.py +0 -0
  353. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractCollect.py +0 -0
  354. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractDetector.py +0 -0
  355. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractEnergy.py +0 -0
  356. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractEnergyScan.py +0 -0
  357. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractFlux.py +0 -0
  358. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractLims.py +0 -0
  359. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractMCA.py +0 -0
  360. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractMachineInfo.py +0 -0
  361. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractMotor.py +0 -0
  362. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractMultiCollect.py +0 -0
  363. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractNState.py +0 -0
  364. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractOnlineProcessing.py +0 -0
  365. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractProcedure.py +0 -0
  366. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractResolution.py +0 -0
  367. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractSampleChanger.py +0 -0
  368. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractSampleView.py +0 -0
  369. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractShutter.py +0 -0
  370. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractSlits.py +0 -0
  371. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractTransmission.py +0 -0
  372. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractVideoDevice.py +0 -0
  373. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractXRFSpectrum.py +0 -0
  374. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/AbstractXrayCentring.py +0 -0
  375. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/ISPyBAbstractLims.py +0 -0
  376. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/ISPyBDataAdapter.py +0 -0
  377. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/ISPyBValueFactory.py +0 -0
  378. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/__init__.py +0 -0
  379. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Component.py +0 -0
  380. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Container.py +0 -0
  381. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Crims.py +0 -0
  382. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/sample_changer/Sample.py +0 -0
  383. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/abstract/sample_changer/__init__.py +0 -0
  384. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/autoprocessing.py +0 -0
  385. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/edna_test_data.py +0 -0
  386. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/ActuatorMockup.py +0 -0
  387. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/ApertureMockup.py +0 -0
  388. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/BeamDefinerMockup.py +0 -0
  389. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/BeamMockup.py +0 -0
  390. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/BeamlineActionsMockup.py +0 -0
  391. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/BeamlineTestMockup.py +0 -0
  392. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/BeamstopMockup.py +0 -0
  393. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/CatsMaintMockup.py +0 -0
  394. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/CollectMockup.py +0 -0
  395. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/DetectorMockup.py +0 -0
  396. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/DiffractometerMockup.py +0 -0
  397. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/DoorInterlockMockup.py +0 -0
  398. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/EDNACharacterisationMockup.py +0 -0
  399. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/EnergyMockup.py +0 -0
  400. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/EnergyScanMockup.py +0 -0
  401. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/ExporterNStateMockup.py +0 -0
  402. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/FluxMockup.py +0 -0
  403. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/HarvesterMockup.py +0 -0
  404. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/ISPyBClientMockup.py +0 -0
  405. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/ISPyBRestClientMockup.py +0 -0
  406. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/LimaDetectorMockup.py +0 -0
  407. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/MDCameraMockup.py +0 -0
  408. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/MachineInfoMockup.py +0 -0
  409. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/MicrodiffApertureMockup.py +0 -0
  410. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/MicrodiffInOutMockup.py +0 -0
  411. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/MicrodiffZoomMockup.py +0 -0
  412. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/MotorMockup.py +0 -0
  413. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/MotorMockupBis.py +0 -0
  414. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/MultiCollectMockup.py +0 -0
  415. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/OfflineProcessingMockup.py +0 -0
  416. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/OnlineProcessingMockup.py +0 -0
  417. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/PlateManipulatorMockup.py +0 -0
  418. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/PlottingMockup.py +0 -0
  419. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/ProcedureMockup.py +0 -0
  420. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/QtVideoMockup.py +0 -0
  421. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/ResolutionMockup.py +0 -0
  422. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/SOLEILCharacterisationMockup.py +0 -0
  423. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/SampleChangerMockup.py +0 -0
  424. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/ScanMockup.py +0 -0
  425. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/ShapeHistoryMockup.py +0 -0
  426. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/ShutterMockup.py +0 -0
  427. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/SlitsMockup.py +0 -0
  428. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/TransmissionMockup.py +0 -0
  429. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/XRFMockup.py +0 -0
  430. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/XRFSpectrumMockup.py +0 -0
  431. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/XrayCentringMockup.py +0 -0
  432. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/__init__.py +0 -0
  433. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/mockup/sample.jpg +0 -0
  434. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareObjects/sample_centring.py +0 -0
  435. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/HardwareRepository.py +0 -0
  436. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/Poller.py +0 -0
  437. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/TaskUtils.py +0 -0
  438. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/__init__.py +0 -0
  439. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/__version__.py +0 -0
  440. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/dispatcher.py +0 -0
  441. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/__init__.py +0 -0
  442. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/common.py +0 -0
  443. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/configmodel.py +0 -0
  444. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/crystal_symmetry.py +0 -0
  445. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/lims_session.py +0 -0
  446. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/procedure_model.py +0 -0
  447. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/protocols/__init__.py +0 -0
  448. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/protocols/epics.py +0 -0
  449. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/protocols/exporter.py +0 -0
  450. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/protocols/sardana.py +0 -0
  451. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/protocols/tango.py +0 -0
  452. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/queue_model_enumerables.py +0 -0
  453. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/model/queue_model_objects.py +0 -0
  454. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/protocols_config.py +0 -0
  455. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/__init__.py +0 -0
  456. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/advanced_connector.py +0 -0
  457. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/base_queue_entry.py +0 -0
  458. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/characterisation.py +0 -0
  459. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/data_collection.py +0 -0
  460. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/energy_scan.py +0 -0
  461. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/generic_workflow.py +0 -0
  462. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/import_helper.py +0 -0
  463. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/optical_centring.py +0 -0
  464. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/sample_centring.py +0 -0
  465. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/test_collection.py +0 -0
  466. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/xray_centering.py +0 -0
  467. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/xray_centering2.py +0 -0
  468. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/queue_entry/xrf_spectrum.py +0 -0
  469. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/saferef.py +0 -0
  470. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/utils/__init__.py +0 -0
  471. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/utils/conversion.py +0 -0
  472. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/utils/qt_import.py +0 -0
  473. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/utils/tango.py +0 -0
  474. {mxcubecore-1.402.0 → mxcubecore-1.404.0}/mxcubecore/utils/units.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mxcubecore
3
- Version: 1.402.0
3
+ Version: 1.404.0
4
4
  Summary: Core libraries for the MXCuBE application
5
5
  License: LGPL-3.0-or-later
6
6
  Keywords: mxcube,mxcube3,mxcubecore
@@ -72,7 +72,7 @@ class EpicsCommand(CommandObject):
72
72
  self.read_as_str,
73
73
  )
74
74
  self.pv = epics.PV(pv_name, auto_monitor=self.auto_monitor)
75
- time.sleep(0.01)
75
+ time.sleep(0.1)
76
76
  self.pv_connected = self.pv.connect(timeout=0.1)
77
77
 
78
78
  if self.pv_connected:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mxcubecore"
3
- version = "1.402.0"
3
+ version = "1.404.0"
4
4
  license = "LGPL-3.0-or-later"
5
5
  description = "Core libraries for the MXCuBE application"
6
6
  authors = [
@@ -1,78 +0,0 @@
1
- """
2
- Superclass for EPICS actuators.
3
-
4
- Should be put as the first superclass,
5
- e.g. class EPICSMotor(EPICSActuator, AbstractMotor):
6
-
7
- Example of xml file:
8
-
9
- <object class="LNLS.EPICSActuator">
10
- <channel type="epics" name="epicsActuator_val">MNC:B:LUCIOLE01:LIGHT_CH1</channel>
11
- <channel type="epics" name="epicsActuator_rbv" polling="500">MNC:B:LUCIOLE01:LIGHT_CH1</channel>
12
- <username>BackLight</username>
13
- <motor_name>BackLight</motor_name>
14
- <default_limits>(0, 8000)</default_limits>
15
- </object>
16
- """
17
-
18
- import time
19
-
20
- import gevent
21
-
22
- from mxcubecore.HardwareObjects.abstract import AbstractActuator
23
-
24
-
25
- class EPICSActuator(AbstractActuator.AbstractActuator):
26
- """EPCIS actuator class"""
27
-
28
- ACTUATOR_VAL = "epicsActuator_val" # target
29
- ACTUATOR_RBV = "epicsActuator_rbv" # readback
30
-
31
- def __init__(self, name):
32
- super(EPICSActuator, self).__init__(name)
33
- self.__wait_actuator_task = None
34
- self._nominal_limits = (-1e4, 1e4)
35
-
36
- def init(self):
37
- """Initialization method"""
38
- super(EPICSActuator, self).init()
39
- self.update_state(self.STATES.READY)
40
-
41
- def _wait_actuator(self):
42
- """Wait actuator to be ready."""
43
- time.sleep(0.3)
44
- self.update_state(self.STATES.READY)
45
-
46
- def get_value(self):
47
- """Override AbstractActuator method."""
48
- return self.get_channel_value(self.ACTUATOR_RBV)
49
-
50
- def set_value(self, value, timeout=0):
51
- """Override AbstractActuator method."""
52
- if self.read_only:
53
- raise ValueError("Attempt to set value for read-only Actuator")
54
- if self.validate_value(value):
55
- self.update_state(self.STATES.BUSY)
56
- if timeout or timeout is None:
57
- with gevent.Timeout(
58
- timeout, RuntimeError("Motor %s timed out" % self.username)
59
- ):
60
- self._set_value(value)
61
- new_value = self._wait_actuator(value)
62
- else:
63
- self._set_value(value)
64
- self.__wait_actuator_task = gevent.spawn(self._wait_actuator)
65
- else:
66
- raise ValueError(
67
- "Invalid value %s; limits are %s" % (value, self.get_limits())
68
- )
69
-
70
- def abort(self):
71
- """Immediately halt movement. By default self.stop = self.abort"""
72
- if self.__wait_actuator_task is not None:
73
- self.__wait_actuator_task.kill()
74
- self.update_state(self.STATES.READY)
75
-
76
- def _set_value(self, value):
77
- """Override AbstractActuator method."""
78
- self.set_channel_value(self.ACTUATOR_VAL, value)
@@ -1,104 +0,0 @@
1
- """
2
- EPICS implementation of AbstractMotor.
3
-
4
- Example of xml file:
5
-
6
- <object class="LNLS.EPICSMotor">
7
- <channel type="epics" name="epicsActuator_val">SOL:S:m1.VAL</channel>
8
- <channel type="epics" name="epicsActuator_rbv" polling="500">SOL:S:m1.RBV</channel>
9
- <channel type="epics" name="epicsMotor_rlv">SOL:S:m1.RLV</channel>
10
- <channel type="epics" name="epicsMotor_dmov" polling="500">SOL:S:m1.DMOV</channel>
11
- <channel type="epics" name="epicsMotor_stop">SOL:S:m1.STOP</channel>
12
- <channel type="epics" name="epicsMotor_velo">SOL:S:m1.VELO</channel>
13
- <channel type="epics" name="epicsMotor_llm">SOL:S:m1.DLLM</channel>
14
- <channel type="epics" name="epicsMotor_hlm">SOL:S:m1.DHLM</channel>
15
- <channel type="epics" name="epicsMotor_egu">SOL:S:m1.EGU</channel>
16
- <username>Omega</username>
17
- <motor_name>Omega</motor_name>
18
- <unit>1e-3</unit>
19
- <GUIstep>90</GUIstep>
20
- </object>
21
- """
22
-
23
- import time
24
-
25
- import gevent
26
-
27
- from mxcubecore.HardwareObjects.abstract.AbstractMotor import AbstractMotor
28
- from mxcubecore.HardwareObjects.LNLS.EPICSActuator import EPICSActuator
29
-
30
-
31
- class EPICSMotor(EPICSActuator, AbstractMotor):
32
- """EPICS Motor class"""
33
-
34
- MOTOR_DMOV = "epicsMotor_dmov"
35
- MOTOR_STOP = "epicsMotor_stop"
36
- MOTOR_RLV = "epicsMotor_rlv"
37
- MOTOR_VELO = "epicsMotor_velo"
38
- MOTOR_HLM = "epicsMotor_hlm"
39
- MOTOR_LLM = "epicsMotor_llm"
40
- MOTOR_EGU = "epicsMotor_egu"
41
-
42
- def __init__(self, name):
43
- super().__init__(name)
44
- self._wrap_range = None
45
-
46
- def init(self):
47
- """Initialization method"""
48
- super().init()
49
- self.get_limits()
50
- self.get_velocity()
51
- self.__watch_task = gevent.spawn(self._watch)
52
- self.update_state(self.STATES.READY)
53
-
54
- def _watch(self):
55
- """Watch motor current value and update it on the UI."""
56
- while True:
57
- time.sleep(0.25)
58
- self.update_value()
59
-
60
- def _wait_actuator(self):
61
- """Override EPICSActuator method."""
62
- self.update_specific_state(self.SPECIFIC_STATES.MOVING)
63
- current_value = self.get_value()
64
-
65
- while not self.done_movement():
66
- time.sleep(0.25)
67
-
68
- self.update_specific_state(None)
69
- self.update_state(self.STATES.READY)
70
-
71
- def abort(self):
72
- """Override EPICSActuator method."""
73
- self.set_channel_value(self.MOTOR_STOP, 1)
74
- super().abort()
75
-
76
- def get_limits(self):
77
- """Override AbstractActuator method."""
78
- try:
79
- low_limit = float(self.get_channel_value(self.MOTOR_LLM))
80
- high_limit = float(self.get_channel_value(self.MOTOR_HLM))
81
- self._nominal_limits = (low_limit, high_limit)
82
- except BaseException:
83
- self._nominal_limits = (None, None)
84
-
85
- if self._nominal_limits in [(0, 0), (float("-inf"), float("inf"))]:
86
- # Treat infinite limits
87
- self._nominal_limits = (None, None)
88
-
89
- self.log.info("Motor %s limits: %s" % (self.motor_name, self._nominal_limits))
90
- return self._nominal_limits
91
-
92
- def get_velocity(self):
93
- """Override AbstractMotor method."""
94
- self._velocity = self.get_channel_value(self.MOTOR_VELO)
95
- return self._velocity
96
-
97
- def set_velocity(self, value):
98
- """Override AbstractMotor method."""
99
- self.__velocity = self.set_channel_value(self.MOTOR_VELO, value)
100
-
101
- def done_movement(self):
102
- """Return whether motor finished movement or not."""
103
- dmov = self.get_channel_value(self.MOTOR_DMOV)
104
- return bool(dmov)
@@ -1,87 +0,0 @@
1
- """
2
- EPICS implementation of AbstractNState.
3
- Example xml file:
4
- <object class="LNLS.LNLSInOut">
5
- <channel type="epics" name="epicsActuator_val">SOL:S:m4.SET</channel>
6
- <channel type="epics" name="epicsActuator_rbv" polling="500">SOL:S:m4.SET</channel>
7
- <username>Microdiff backlight</username>
8
- <motor_name>BackLightIsOn</motor_name>
9
- <values>{"in": True, "out": False}</values>
10
- </object>
11
- """
12
-
13
- import logging
14
- from enum import Enum
15
-
16
- from mxcubecore.HardwareObjects.abstract.AbstractNState import AbstractNState
17
- from mxcubecore.HardwareObjects.LNLS.EPICSActuator import EPICSActuator
18
-
19
-
20
- class EPICSNState(AbstractNState, EPICSActuator):
21
- def __init__(self, name):
22
- AbstractNState.__init__(self, name)
23
- self.username = "unknown"
24
- self.actuatorState = "unknown"
25
- self.state_attr = None
26
-
27
- def init(self):
28
- AbstractNState.initialise_values(self)
29
- self.username = self.getProperty("username")
30
- self.states = dict((item.value, item.name) for item in self.VALUES)
31
- self.moves = dict((item.name, item.value) for item in self.VALUES)
32
- self.get_actuator_state()
33
-
34
- def connectNotify(self, signal):
35
- if signal == "actuatorStateChanged":
36
- self.valueChanged(self.state_attr)
37
-
38
- def _set_value(self, value):
39
- """Set device to value
40
- Args:
41
- value (str, int, float or enum): Value to be set.
42
- """
43
- if isinstance(value, Enum):
44
- try:
45
- value = value.value[0]
46
- except TypeError:
47
- value = value.value
48
- EPICSActuator._set_value(self, value)
49
- # self.set_channel_value(self.ACTUATOR_VAL, value)
50
- self.update_state()
51
-
52
- def get_value(self):
53
- """Get the device value
54
- Returns:
55
- (Enum): Enum member, corresponding to the value or UNKNOWN.
56
- """
57
- value = EPICSActuator.get_value(self)
58
- # value = self.get_channel_value(self.ACTUATOR_RBV)
59
- return self.value_to_enum(value)
60
-
61
- def get_actuator_state(self, read=False):
62
- current_value = self.get_value()
63
- self.state_attr = current_value.value # Bool
64
- self.actuatorState = self.states.get(self.state_attr, "unknown") # Name
65
- return self.actuatorState
66
-
67
- def valueChanged(self, value):
68
- enum_val = self.value_to_enum(value)
69
- self.set_value(enum_val)
70
- self.actuatorState = self.states.get(value, "unknown")
71
- self.emit("actuatorStateChanged", (self.actuatorState,))
72
-
73
- def actuatorIn(self, wait=True, timeout=None):
74
- try:
75
- self.state_attr = self.moves["in"]
76
- self.valueChanged(self.state_attr)
77
- except BaseException:
78
- logging.getLogger("user_level_log").error("Cannot put %s in", self.username)
79
-
80
- def actuatorOut(self, wait=True, timeout=None):
81
- try:
82
- self.state_attr = self.moves["out"]
83
- self.valueChanged(self.state_attr)
84
- except BaseException as e:
85
- logging.getLogger("user_level_log").error(
86
- "Cannot put %s out: %s", (self.username, e)
87
- )
@@ -1,69 +0,0 @@
1
- #
2
- # Project name: MXCuBE
3
- # https://github.com/mxcube.
4
- #
5
- # This file is part of MXCuBE software.
6
- #
7
- # MXCuBE is free software: you can redistribute it and/or modify
8
- # it under the terms of the GNU Lesser General Public License as published by
9
- # the Free Software Foundation, either version 3 of the License, or
10
- # (at your option) any later version.
11
- #
12
- # MXCuBE is distributed in the hope that it will be useful,
13
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- # GNU Lesser General Public License for more details.
16
- #
17
- # You should have received a copy of the GNU Lesser General Public License
18
- # along with MXCuBE. If not, see <http://www.gnu.org/licenses/>.
19
-
20
-
21
- from mxcubecore.HardwareObjects.abstract.AbstractAperture import AbstractAperture
22
-
23
- __credits__ = ["MXCuBE collaboration"]
24
- __license__ = "LGPLv3"
25
-
26
- DEFAULT_POSITION_LIST = ("BEAM", "OFF", "PARK")
27
- DEFAULT_DIAMETER_SIZE_LIST = (5, 10, 20, 30, 50, 100)
28
-
29
-
30
- class LNLSAperture(AbstractAperture):
31
- def __init__(self, name):
32
- AbstractAperture.__init__(self, name)
33
-
34
- def init(self):
35
- try:
36
- self._diameter_size_list = eval(self.getProperty("diameter_size_list"))
37
- except BaseException:
38
- self._diameter_size_list = DEFAULT_DIAMETER_SIZE_LIST
39
- self.log.error(
40
- "Aperture: no diameter size list defined, using default list"
41
- )
42
-
43
- try:
44
- self._position_list = eval(self.getProperty("position_list"))
45
- except BaseException:
46
- self._position_list = DEFAULT_POSITION_LIST
47
- self.log.error("Aperture: no position list defined, using default list")
48
-
49
- self.set_position_index(0)
50
- self.set_diameter_index(1) # 100um as default
51
-
52
- def set_in(self):
53
- """
54
- Sets aperture in the beam
55
- """
56
- self.set_position("BEAM")
57
-
58
- def set_out(self):
59
- """
60
- Removes aperture from the beam
61
- """
62
- self.set_position("OFF")
63
-
64
- def is_out(self):
65
- """
66
- Returns:
67
- bool: True if aperture is in the beam, otherwise returns false
68
- """
69
- return self._current_position_name != "BEAM"
@@ -1,125 +0,0 @@
1
- # encoding: utf-8
2
- #
3
- # Project name: MXCuBE
4
- # https://github.com/mxcube
5
- #
6
- # This file is part of MXCuBE software.
7
- #
8
- # MXCuBE is free software: you can redistribute it and/or modify
9
- # it under the terms of the GNU Lesser General Public License as published by
10
- # the Free Software Foundation, either version 3 of the License, or
11
- # (at your option) any later version.
12
- #
13
- # MXCuBE is distributed in the hope that it will be useful,
14
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- # GNU Lesser General Public License for more details.
17
- #
18
- # You should have received a copy of the GNU Lesser General Public License
19
- # along with MXCuBE. If not, see <http://www.gnu.org/licenses/>.
20
-
21
- """
22
- LNLSBeam class
23
- """
24
-
25
- __copyright__ = """ Copyright © 2016 - 2020 by MXCuBE Collaboration """
26
- __license__ = "LGPLv3+"
27
-
28
- import ast
29
-
30
- from mxcubecore.HardwareObjects.abstract.AbstractBeam import (
31
- AbstractBeam,
32
- )
33
-
34
-
35
- class LNLSBeam(AbstractBeam):
36
- def __init__(self, name):
37
- AbstractBeam.__init__(self, name)
38
-
39
- self._beam_size_dict["slits"] = [9999, 9999]
40
- self._beam_size_dict["aperture"] = [9999, 9999]
41
- self._beam_position_on_screen = [1024 / 2, 1024 / 2]
42
- self._beam_divergence = (0, 0)
43
-
44
- def init(self):
45
- self._aperture = self.get_object_by_role("aperture")
46
- if self._aperture is not None:
47
- self.connect(
48
- self._aperture,
49
- "diameterIndexChanged",
50
- self.aperture_diameter_changed,
51
- )
52
-
53
- ad = self._aperture.get_diameter_size() / 1000.0
54
- self._beam_size_dict["aperture"] = [ad, ad]
55
-
56
- self._slits = self.get_object_by_role("slits")
57
- if self._slits is not None:
58
- self.connect(self._slits, "valueChanged", self.slits_gap_changed)
59
-
60
- sx, sy = self._slits.get_gaps()
61
- self._beam_size_dict["slits"] = [sx, sy]
62
-
63
- beam_pos = self.getProperty("default_beam_pos_on_screen")
64
- self._beam_position_on_screen = list(ast.literal_eval(beam_pos))
65
-
66
- self.evaluate_beam_info()
67
- self.emit_beam_info_change()
68
- self.emit("beamPosChanged", (self._beam_position_on_screen,))
69
-
70
- def aperture_diameter_changed(self, name, size):
71
- """
72
- Method called when the aperture diameter changes
73
- Args:
74
- name (str): diameter name - not used.
75
- size (float): diameter size in microns
76
- """
77
- self._beam_size_dict["aperture"] = [size, size]
78
- self.evaluate_beam_info()
79
- self.emit_beam_info_change()
80
-
81
- def slits_gap_changed(self, size):
82
- """
83
- Method called when the slits gap changes
84
- Args:
85
- size (tuple): two floats indicates beam size in microns
86
- """
87
- self._beam_size_dict["slits"] = size
88
- self.evaluate_beam_info()
89
- self.emit_beam_info_change()
90
-
91
- def set_beam_position_on_screen(self, beam_x, beam_y):
92
- """
93
- Sets beam mark position on screen
94
- #TODO move method to sample_view
95
- Args:
96
- beam_x (int): horizontal position in pixels
97
- beam_y (int): vertical position in pixels
98
- """
99
- self._beam_position_on_screen = (beam_x, beam_y)
100
- self.emit("beamPosChanged", (self._beam_position_on_screen,))
101
-
102
- def get_slits_gap(self):
103
- """
104
- Returns: tuple with beam size in microns
105
- """
106
- self.evaluate_beam_info()
107
- return self._beam_size_dict["slits"]
108
-
109
- def set_slits_gap(self, width_microns, height_microns):
110
- """
111
- Sets slits gap in microns
112
- Args:
113
- width_microns (int):
114
- height_microns (int):
115
- """
116
- if self._slits:
117
- self._slits.set_horizontal_gap(width_microns / 1000.0)
118
- self._slits.set_vertical_gap(height_microns / 1000.0)
119
-
120
- def get_aperture_pos_name(self):
121
- """
122
- Returns (str): name of current aperture position
123
- """
124
- if self._aperture:
125
- return self._aperture.get_current_pos_name()