From 2c8502ee23044df6ccbcd38f53edfdfad1e1c7a1 Mon Sep 17 00:00:00 2001 From: appel_c Date: Fri, 19 Dec 2025 08:05:50 +0100 Subject: [PATCH] w --- superxas_bec/devices/timepix/timepix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superxas_bec/devices/timepix/timepix.py b/superxas_bec/devices/timepix/timepix.py index 2139ed5..454a8d4 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -440,6 +440,7 @@ class Timepix(PSIDeviceBase, TimePixControl): total_periods = end_frame.get("periods", None) if total_periods is not None: self.total_periods.put(total_periods) + else: logger.error(f"Received total_periods: {total_periods} from end_frame {end_frame}.") # Put XES data