From 2050c016092ae563a0222fc9dadb84c0df6d31cb Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 3 Sep 2025 15:39:54 +0200 Subject: [PATCH] w --- debye_bec/devices/pilatus/pilatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debye_bec/devices/pilatus/pilatus.py b/debye_bec/devices/pilatus/pilatus.py index 7b9888c..9adc604 100644 --- a/debye_bec/devices/pilatus/pilatus.py +++ b/debye_bec/devices/pilatus/pilatus.py @@ -22,7 +22,7 @@ if TYPE_CHECKING: # pragma: no cover from bec_lib.messages import ScanStatusMessage from bec_server.device_server.device_server import DeviceManagerDS -PILATUS_READOUT_TIME = 0.1 # in s +PILATUS_READOUT_TIME = 0.3 # in s PILATUS_ACQUIRE_TIME = ( 999999 # This time is the timeout of the detector in operation mode, so it needs to be large. )