From e04cec55110fc299b298150c3ab2174a115d149c Mon Sep 17 00:00:00 2001 From: appel_c Date: Mon, 8 Sep 2025 09:19:58 +0200 Subject: [PATCH] w --- debye_bec/devices/pilatus/pilatus.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: """