fix: remove stop from pilatus.custom_prepare.finished

This commit is contained in:
appel_c 2023-11-20 13:54:50 +01:00
parent 175700b6ad
commit 334eeb83dc

View File

@ -371,8 +371,6 @@ class PilatusSetup(CustomDetectorMixin):
check_stopped=True,
all_signals=True,
):
self.stop_detector()
self.stop_detector_backend()
raise PilatusTimeoutError(
f"Reached timeout with detector state {signal_conditions[0][0]}, std_daq state"
f" {signal_conditions[1][0]} and received frames of {signal_conditions[2][0]} for"