This commit is contained in:
2026-01-29 08:49:51 +01:00
parent 68730dd7aa
commit 412d58773b
+2 -1
View File
@@ -265,7 +265,8 @@ class Eiger(PSIDeviceBase):
)
# JFJ adds _master.h5 automatically
path = os.path.relpath(self._full_path, start="/sls/x12sa/data").removesuffix("_master.h5")
# path = os.path.relpath(self._full_path, start="/sls/x12sa/data").removesuffix("_master.h5")
path = os.path.relpath(self._full_path, start="/sls/x12sa/data")
data_settings = DatasetSettings(
image_time_us=int(frame_time_us * 1e6), # This is currently ignored