This commit is contained in:
2025-09-03 15:44:26 +02:00
parent ab3c973ecd
commit ed2e4c4641

View File

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