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]