mxcubecore 1.391.0__py3-none-any.whl → 1.392.0__py3-none-any.whl

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.

@@ -610,6 +610,22 @@ class GenericDiffractometer(HardwareObject):
610
610
  """
611
611
  return self.motor_hwobj_dict.get("phiz")
612
612
 
613
+ @property
614
+ def zoom(self):
615
+ """zoom motor object
616
+
617
+ NBNB TBD This is supposedly now living in AbstractSampleView,
618
+ And the property was removed in an earlier PR (20251021, 15:24 Elmir Jagudin)
619
+ BUT 1) there does not seem to be any mechanism to set it from config there
620
+ 2) it is configured on the diffractometer according to available config files
621
+ 3) accessing diffractometer.zoom is all through the code
622
+ This needs global refactoring, but meanwhile this property should remain
623
+
624
+ Returns:
625
+ AbstractActuator
626
+ """
627
+ return self.motor_hwobj_dict.get("zoom")
628
+
613
629
  def is_ready(self):
614
630
  """
615
631
  Detects if device is ready
@@ -1310,7 +1310,8 @@ class SampleCentred(Payload):
1310
1310
  self._wavelengths = tuple((data_model.wavelengths[0],))
1311
1311
  # if data_model.wftype != "diffractcal":
1312
1312
  # self._detectorSetting = data_model.detector_setting
1313
- self._detectorSetting = data_model.detector_setting
1313
+ if data_model.wftype != "diffractcal":
1314
+ self._detectorSetting = data_model.detector_setting
1314
1315
 
1315
1316
  @property
1316
1317
  def imageWidth(self):
@@ -844,6 +844,7 @@ class GphlWorkflow(HardwareObject):
844
844
  HWR.beamline.gphl_connection.open_connection()
845
845
 
846
846
  if data_model.wftype == "transcal":
847
+ self._workflow_queue = gevent.queue.Queue()
847
848
  return
848
849
  elif data_model.automation_mode:
849
850
  params = data_model.auto_acq_parameters[0]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mxcubecore
3
- Version: 1.391.0
3
+ Version: 1.392.0
4
4
  Summary: Core libraries for the MXCuBE application
5
5
  License: LGPL-3.0-or-later
6
6
  Keywords: mxcube,mxcube3,mxcubecore
@@ -180,11 +180,11 @@ mxcubecore/HardwareObjects/ExporterMotor.py,sha256=7XjyUcymJjJM7YVyteBxjLutgfSuT
180
180
  mxcubecore/HardwareObjects/ExporterNState.py,sha256=BH9jkRoud4bHLiflj_1mgDL0Y-LmMjesfTtTGr7EzJ0,6129
181
181
  mxcubecore/HardwareObjects/FlexHCD.py,sha256=NqfBabwNH466WmHZH--UIFZf7XEZkN7QEjO6iXsLq1g,23394
182
182
  mxcubecore/HardwareObjects/FlexHCDMaintenance.py,sha256=0fPa-gdp_BNYwz2RawpS-2L99zsuabg8Oc5R8RIRGA8,5008
183
- mxcubecore/HardwareObjects/GenericDiffractometer.py,sha256=H8zILWvAQ7eznrMz-lfSAdHgBvpu06YtGwAth6-htmI,50027
183
+ mxcubecore/HardwareObjects/GenericDiffractometer.py,sha256=YsvCraZ1Oa-JVQYTqH-MdpBICrYdeGZIsEEHvpZhBqE,50671
184
184
  mxcubecore/HardwareObjects/Gphl/CollectEmulator.py,sha256=iiH6EblDwEMdxl44BswHJEwK-6qjsG3tXfdq9kO2j74,13015
185
- mxcubecore/HardwareObjects/Gphl/GphlMessages.py,sha256=3WSBmUGLka4gilfwpqXyc4SJMlOt9y2sRNrOiE0-DaM,35759
185
+ mxcubecore/HardwareObjects/Gphl/GphlMessages.py,sha256=wUjow_8HeDbxhRPVTzUB6dpJeN8oOEgFdKzRJTtNovE,35810
186
186
  mxcubecore/HardwareObjects/Gphl/GphlQueueEntry.py,sha256=Rwu6YL8U4knibWI9yOXBoUVuayL6O0rHQWQuEP2Hu_g,2309
187
- mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py,sha256=vlNhXkP2Ob-bvOuRY5rYVTSgZ8ZULrSQYYhtSS9V4fA,132177
187
+ mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py,sha256=jd-JZxcFgn4p60VZBPDZzPUuCo2q05M6iM-mA9uXDfc,132233
188
188
  mxcubecore/HardwareObjects/Gphl/GphlWorkflowConnection.py,sha256=s6B8BdgU6IYeGxi69QqJiM-ZUu34c-ZlaX3S5yRl4wo,50316
189
189
  mxcubecore/HardwareObjects/Gphl/Transcal2MiniKappa.py,sha256=Dzf05WSRC5vtOOluZ69f5xZrr6BmT7ITu-OfrKMqemc,9777
190
190
  mxcubecore/HardwareObjects/Gphl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -467,8 +467,8 @@ mxcubecore/utils/conversion.py,sha256=G1bk2Mi2ZwGbZa5pEeiFaKWxhSVXVGqu1L9_SioyUO
467
467
  mxcubecore/utils/qt_import.py,sha256=0lPmqok_oYQZ059kJCq7RWdg490T8YKyRvoZGyWDy4M,14486
468
468
  mxcubecore/utils/tango.py,sha256=vwEVrIrWKEFaeaJUz3xbaC7XWHY8ZeJ-pfcSrTfZPIE,2114
469
469
  mxcubecore/utils/units.py,sha256=Gh7ovTUN00XBMUoyDG5W7akCx1pROL-M6pK2z1ouemg,1361
470
- mxcubecore-1.391.0.dist-info/COPYING,sha256=u-Mc8zCecwyo4YoP8UulmzCiZZ_MmCLROd_NBtOcRj0,35148
471
- mxcubecore-1.391.0.dist-info/COPYING.LESSER,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
472
- mxcubecore-1.391.0.dist-info/METADATA,sha256=n5ROKNwKg-OEu2PebCYmjcpokufoReFDtS-tl6xFOcA,4259
473
- mxcubecore-1.391.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
474
- mxcubecore-1.391.0.dist-info/RECORD,,
470
+ mxcubecore-1.392.0.dist-info/COPYING,sha256=u-Mc8zCecwyo4YoP8UulmzCiZZ_MmCLROd_NBtOcRj0,35148
471
+ mxcubecore-1.392.0.dist-info/COPYING.LESSER,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
472
+ mxcubecore-1.392.0.dist-info/METADATA,sha256=FTGKtaM_FSJyBNuEo7HzrZwgsBeD7WWQBjLQixJY5RI,4259
473
+ mxcubecore-1.392.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
474
+ mxcubecore-1.392.0.dist-info/RECORD,,