w
CI for csaxs_bec / test (push) Failing after 1m28s
CI for csaxs_bec / test (pull_request) Failing after 1m31s

This commit is contained in:
2026-01-27 10:15:30 +01:00
parent 2190a6627d
commit da5f98317a
+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