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." )