diff --git a/debye_bec/devices/pilatus/pilatus.py b/debye_bec/devices/pilatus/pilatus.py index f7ec729..84236c0 100644 --- a/debye_bec/devices/pilatus/pilatus.py +++ b/debye_bec/devices/pilatus/pilatus.py @@ -109,7 +109,7 @@ class Pilatus(PSIDeviceBase, ADBase): device_manager (DeviceManager | None) : DeviceManager object passed through the device by the device_manager """ - USER_ACCESS = ["start_live_mode", "stop_live_mode"] + # USER_ACCESS = ["start_live_mode", "stop_live_mode"] cam = Cpt(PilatusDetectorCam, "cam1:") hdf = Cpt(HDF5Plugin, "HDF1:") @@ -343,7 +343,7 @@ class Pilatus(PSIDeviceBase, ADBase): # Start polling thread... self._poll_thread.start() # Start live mode thread... - self._live_mode_thread.start() + # self._live_mode_thread.start() def on_stage(self) -> DeviceStatus | None: """