Skip to content

Commit d6d4330

Browse files
authored
Merge pull request #138 from DiamondLightSource/137_remove_unused_status
Remove unused status in zoom controller
2 parents 99b2b77 + b2ab49e commit d6d4330

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/dodal/devices/oav/oav_detector.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
CamBase,
55
Component,
66
Device,
7-
DeviceStatus,
87
EpicsSignal,
98
HDF5Plugin,
109
OverlayPlugin,
@@ -42,11 +41,6 @@ class ZoomController(Device):
4241
frst: EpicsSignal = Component(EpicsSignal, "MP:SELECT.FRST")
4342
fvst: EpicsSignal = Component(EpicsSignal, "MP:SELECT.FVST")
4443

45-
def __init__(self, *args, **kwargs):
46-
super().__init__(*args, **kwargs)
47-
48-
self.flat_field_status = DeviceStatus(self, timeout=10)
49-
5044
def set_flatfield_on_zoom_level_one(self, value):
5145
flat_applied = self.parent.proc.port_name.get()
5246
no_flat_applied = self.parent.cam.port_name.get()

0 commit comments

Comments
 (0)