From 1a2f48ddba1e54f32197947eb977fe1e7043b176 Mon Sep 17 00:00:00 2001 From: appel_c Date: Fri, 19 Dec 2025 09:45:28 +0100 Subject: [PATCH] w --- superxas_bec/devices/timepix/timepix.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/superxas_bec/devices/timepix/timepix.py b/superxas_bec/devices/timepix/timepix.py index f80c511..53eaa81 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -425,6 +425,9 @@ class Timepix(PSIDeviceBase, TimePixControl): xes_data = np.zeros((n_energy_points, troin), dtype=np.float32) # dtype from backend code tds_period = 0 tds_total_events = 0 + logger.info( + f"Processing TimepixFly data: start_frame: {start_frame}, end_frame: {end_frame}" + ) if len(data_frames) == 0: logger.error( f"No data frames received in msg_buffer; for start_frame: {start_frame}, end_frame: {end_frame}"