dls-dodal 1.50.0__py3-none-any.whl → 1.52.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.
- {dls_dodal-1.50.0.dist-info → dls_dodal-1.52.0.dist-info}/METADATA +5 -5
- {dls_dodal-1.50.0.dist-info → dls_dodal-1.52.0.dist-info}/RECORD +76 -68
- dodal/_version.py +2 -2
- dodal/beamlines/adsim.py +5 -3
- dodal/beamlines/b01_1.py +41 -5
- dodal/beamlines/b07.py +13 -2
- dodal/beamlines/b07_1.py +13 -2
- dodal/beamlines/b16.py +8 -4
- dodal/beamlines/b21.py +148 -0
- dodal/beamlines/i03.py +10 -12
- dodal/beamlines/i04.py +7 -7
- dodal/beamlines/i09.py +25 -2
- dodal/beamlines/i09_1.py +13 -2
- dodal/beamlines/i09_2.py +24 -0
- dodal/beamlines/i10.py +5 -6
- dodal/beamlines/i13_1.py +5 -5
- dodal/beamlines/i18.py +5 -6
- dodal/beamlines/i22.py +18 -1
- dodal/beamlines/i24.py +5 -5
- dodal/beamlines/p45.py +4 -3
- dodal/beamlines/p60.py +21 -2
- dodal/beamlines/p99.py +19 -5
- dodal/beamlines/training_rig.py +3 -3
- dodal/common/beamlines/beamline_utils.py +5 -2
- dodal/common/device_utils.py +45 -0
- dodal/devices/aithre_lasershaping/goniometer.py +4 -5
- dodal/devices/aperture.py +4 -7
- dodal/devices/aperturescatterguard.py +2 -2
- dodal/devices/attenuator/attenuator.py +5 -3
- dodal/devices/b07/__init__.py +3 -0
- dodal/devices/b07/enums.py +24 -0
- dodal/devices/b07_1/__init__.py +3 -0
- dodal/devices/b07_1/enums.py +18 -0
- dodal/devices/detector/detector_motion.py +19 -17
- dodal/devices/electron_analyser/abstract/__init__.py +4 -0
- dodal/devices/electron_analyser/abstract/base_driver_io.py +44 -28
- dodal/devices/electron_analyser/abstract/base_region.py +20 -7
- dodal/devices/electron_analyser/detector.py +3 -13
- dodal/devices/electron_analyser/specs/detector.py +24 -4
- dodal/devices/electron_analyser/specs/driver_io.py +20 -5
- dodal/devices/electron_analyser/specs/region.py +9 -5
- dodal/devices/electron_analyser/types.py +21 -5
- dodal/devices/electron_analyser/vgscienta/detector.py +22 -7
- dodal/devices/electron_analyser/vgscienta/driver_io.py +16 -8
- dodal/devices/electron_analyser/vgscienta/region.py +11 -6
- dodal/devices/fast_grid_scan.py +1 -2
- dodal/devices/i04/constants.py +1 -1
- dodal/devices/i09/__init__.py +4 -0
- dodal/devices/i09/dcm.py +26 -0
- dodal/devices/i09/enums.py +15 -0
- dodal/devices/i09_1/__init__.py +3 -0
- dodal/devices/i09_1/enums.py +19 -0
- dodal/devices/i10/mirrors.py +4 -6
- dodal/devices/i10/rasor/rasor_motors.py +0 -14
- dodal/devices/i19/beamstop.py +3 -7
- dodal/devices/i24/aperture.py +4 -6
- dodal/devices/i24/beamstop.py +5 -8
- dodal/devices/i24/pmac.py +4 -8
- dodal/devices/linkam3.py +25 -81
- dodal/devices/motors.py +92 -35
- dodal/devices/oav/pin_image_recognition/__init__.py +11 -14
- dodal/devices/p45.py +0 -12
- dodal/devices/p60/__init__.py +4 -0
- dodal/devices/p60/enums.py +10 -0
- dodal/devices/p60/lab_xray_source.py +21 -0
- dodal/devices/pgm.py +1 -1
- dodal/devices/robot.py +11 -7
- dodal/devices/smargon.py +8 -9
- dodal/devices/tetramm.py +134 -150
- dodal/devices/xbpm_feedback.py +6 -3
- dodal/devices/zocalo/zocalo_results.py +27 -78
- dodal/plans/configure_arm_trigger_and_disarm_detector.py +7 -5
- dodal/devices/adsim.py +0 -13
- dodal/devices/i18/table.py +0 -14
- dodal/devices/i18/thor_labs_stage.py +0 -12
- dodal/devices/i24/i24_detector_motion.py +0 -12
- dodal/devices/scatterguard.py +0 -11
- dodal/devices/training_rig/__init__.py +0 -0
- dodal/devices/training_rig/sample_stage.py +0 -10
- {dls_dodal-1.50.0.dist-info → dls_dodal-1.52.0.dist-info}/WHEEL +0 -0
- {dls_dodal-1.50.0.dist-info → dls_dodal-1.52.0.dist-info}/entry_points.txt +0 -0
- {dls_dodal-1.50.0.dist-info → dls_dodal-1.52.0.dist-info}/licenses/LICENSE +0 -0
- {dls_dodal-1.50.0.dist-info → dls_dodal-1.52.0.dist-info}/top_level.txt +0 -0
dodal/devices/i18/table.py
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
from ophyd_async.core import (
|
|
2
|
-
StandardReadable,
|
|
3
|
-
)
|
|
4
|
-
from ophyd_async.epics.motor import Motor
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Table(StandardReadable):
|
|
8
|
-
def __init__(self, prefix: str, name: str = "") -> None:
|
|
9
|
-
with self.add_children_as_readables():
|
|
10
|
-
self.x = Motor(prefix + "X")
|
|
11
|
-
self.y = Motor(prefix + "Y")
|
|
12
|
-
self.z = Motor(prefix + "Z")
|
|
13
|
-
self.theta = Motor(prefix + "THETA")
|
|
14
|
-
super().__init__(name=name)
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
from ophyd_async.core import (
|
|
2
|
-
StandardReadable,
|
|
3
|
-
)
|
|
4
|
-
from ophyd_async.epics.motor import Motor
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class ThorLabsStage(StandardReadable):
|
|
8
|
-
def __init__(self, prefix: str, name: str = "") -> None:
|
|
9
|
-
with self.add_children_as_readables():
|
|
10
|
-
self.x = Motor(prefix + "X")
|
|
11
|
-
self.y = Motor(prefix + "Y")
|
|
12
|
-
super().__init__(name=name)
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
from ophyd_async.core import StandardReadable
|
|
2
|
-
from ophyd_async.epics.motor import Motor
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
class DetectorMotion(StandardReadable):
|
|
6
|
-
"""Physical motion for detector travel"""
|
|
7
|
-
|
|
8
|
-
def __init__(self, prefix: str, name: str = "") -> None:
|
|
9
|
-
self.y = Motor(prefix + "Y") # Vertical
|
|
10
|
-
self.z = Motor(prefix + "Z") # Beam
|
|
11
|
-
|
|
12
|
-
super().__init__(name)
|
dodal/devices/scatterguard.py
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
from ophyd_async.core import StandardReadable
|
|
2
|
-
from ophyd_async.epics.motor import Motor
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
class Scatterguard(StandardReadable):
|
|
6
|
-
"""The scatterguard device."""
|
|
7
|
-
|
|
8
|
-
def __init__(self, prefix: str, name: str = "") -> None:
|
|
9
|
-
self.x = Motor(prefix + "X")
|
|
10
|
-
self.y = Motor(prefix + "Y")
|
|
11
|
-
super().__init__(name)
|
|
File without changes
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
from ophyd_async.core import StandardReadable
|
|
2
|
-
from ophyd_async.epics.motor import Motor
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
class TrainingRigSampleStage(StandardReadable):
|
|
6
|
-
def __init__(self, prefix: str, name: str = ""):
|
|
7
|
-
with self.add_children_as_readables():
|
|
8
|
-
self.x = Motor(prefix + "X")
|
|
9
|
-
self.theta = Motor(prefix + "A")
|
|
10
|
-
super().__init__(name)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|