From 3dc736682509bb007fbb71d0ec24d93ecb73a6d1 Mon Sep 17 00:00:00 2001 From: appel_c Date: Fri, 15 Aug 2025 11:39:59 +0200 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 48e4e1d..a2714a0 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -220,6 +220,7 @@ class Timepix(PSIDeviceBase, TimePixControl): else: for msg in data_frames: tds_period += msg["period"] + logger.info(f"Received data frame with events {msg['totalEvents']}") tds_total_events += msg["totalEvents"] for ii in range(n_energy_points): xes_data[ii, :] += msg["TDSpectra"][ii::n_energy_points]