We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99b2b77 + b2ab49e commit d6d4330Copy full SHA for d6d4330
src/dodal/devices/oav/oav_detector.py
@@ -4,7 +4,6 @@
4
CamBase,
5
Component,
6
Device,
7
- DeviceStatus,
8
EpicsSignal,
9
HDF5Plugin,
10
OverlayPlugin,
@@ -42,11 +41,6 @@ class ZoomController(Device):
42
41
frst: EpicsSignal = Component(EpicsSignal, "MP:SELECT.FRST")
43
fvst: EpicsSignal = Component(EpicsSignal, "MP:SELECT.FVST")
44
45
- def __init__(self, *args, **kwargs):
46
- super().__init__(*args, **kwargs)
47
-
48
- self.flat_field_status = DeviceStatus(self, timeout=10)
49
50
def set_flatfield_on_zoom_level_one(self, value):
51
flat_applied = self.parent.proc.port_name.get()
52
no_flat_applied = self.parent.cam.port_name.get()
0 commit comments