From 204084aba0265dce4581b659a62fe3f4abe8cecb Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 27 Jan 2026 10:17:44 +0100 Subject: [PATCH] wip --- csaxs_bec/devices/jungfraujoch/eiger.py | 4 ++-- csaxs_bec/devices/jungfraujoch/jungfraujoch_preview.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csaxs_bec/devices/jungfraujoch/eiger.py b/csaxs_bec/devices/jungfraujoch/eiger.py index 4b4aa32..b1eeec9 100644 --- a/csaxs_bec/devices/jungfraujoch/eiger.py +++ b/csaxs_bec/devices/jungfraujoch/eiger.py @@ -265,8 +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") + 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 diff --git a/csaxs_bec/devices/jungfraujoch/jungfraujoch_preview.py b/csaxs_bec/devices/jungfraujoch/jungfraujoch_preview.py index eb5ec09..0aaaac3 100644 --- a/csaxs_bec/devices/jungfraujoch/jungfraujoch_preview.py +++ b/csaxs_bec/devices/jungfraujoch/jungfraujoch_preview.py @@ -180,7 +180,7 @@ class JungfrauJochPreview: # Happens when ZMQ partially delivers the multipart message pass except zmq.error.Again: - logger.info( + logger.debug( f"ZMQ Again exception, receive queue is empty for JFJ preview at {self.url}." ) # Happens when receive queue is empty