From f99cb55f4e515de8e40665427b54172414ace0d1 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 3 Sep 2025 11:01:43 +0200 Subject: [PATCH] w --- superxas_bec/devices/timepix/timepix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superxas_bec/devices/timepix/timepix.py b/superxas_bec/devices/timepix/timepix.py index 86b43d5..ff2b4cc 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -665,7 +665,7 @@ if __name__ == "__main__": # pragma: no cover if n_messages > 0: msg = timepix._msg_dump[-1] logger.warning( - f"Last message had start_frame : {len(msg.get('start_frame'))}, {len(msg.get('data_frame'))}, end_frame : {len(msg.get('end_frame'))}" + f"Last message had N start_frame : {len(msg.get('start_frame'))}, N data_frames: {len(msg.get('data_frame'))}, N end_frame : {len(msg.get('end_frame'))}" ) status = timepix.complete() print("Waiting for timepix to complete.")