From ab3c973ecdec9a6028706fe113764b5df059b733 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 3 Sep 2025 15:43:51 +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 9adc604..102579f 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.set(0).wait(5) # Reset array counter + self.cam.array_counter.put(0).wait(5) # Reset array counter logger.warning( f"Finished setting up detector {self.name} after {time.time() - start_time:.2f} seconds." )