From 1fa3c6d108f502161c44c61b81f4ef11366e83d4 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 3 Sep 2025 16:20: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 355066e..27a36f9 100644 --- a/debye_bec/devices/pilatus/pilatus.py +++ b/debye_bec/devices/pilatus/pilatus.py @@ -181,7 +181,7 @@ class Pilatus(PSIDeviceBase, ADBase): self.cam.trigger_mode.set(TRIGGERMODE.MULT_TRIGGER.value).wait(5) self.hdf.file_write_mode.set(FILEWRITEMODE.STREAM.value).wait(5) - self.hdf.file_template.set("%s%s.h5").wait(5) + self.hdf.file_template.set("%s%s").wait(5) self.hdf.auto_save.set(1).wait(5) self.hdf.lazy_open.set(1).wait(5) self.hdf.compression.set(COMPRESSIONALGORITHM.NONE.value).wait(5) # To test which to use