w
CI for superxas_bec / test (push) Successful in 34s
CI for superxas_bec / test (pull_request) Successful in 37s

This commit is contained in:
2025-12-19 09:45:28 +01:00
parent 97bc255aeb
commit 1a2f48ddba
+3
View File
@@ -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}"