From ed2e4c4641e784f4efb2e061216801e56bf25971 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 3 Sep 2025 15:44:26 +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 102579f..488362d 100644 --- a/debye_bec/devices/pilatus/pilatus.py +++ b/debye_bec/devices/pilatus/pilatus.py @@ -213,7 +213,7 @@ class Pilatus(PSIDeviceBase, ADBase): self.hdf.file_path.set(file_path).wait(5) self.hdf.file_name.set(file_name).wait(5) self.hdf.num_capture.set(n_images).wait(5) - self.cam.array_counter.put(0).wait(5) # Reset array counter + self.cam.array_counter.put(0) # Reset array counter logger.warning( f"Finished setting up detector {self.name} after {time.time() - start_time:.2f} seconds." )