From c9df08fa684a87cbfe7801bd7708f9b545ac6bec Mon Sep 17 00:00:00 2001 From: appel_c Date: Fri, 29 Aug 2025 10:39:33 +0200 Subject: [PATCH] fixup --- 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 53360a2..8190d98 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -365,6 +365,7 @@ class Timepix(PSIDeviceBase, TimePixControl): # Prepare backend for TimePixFly self.backend.on_connected() # Register the callback for processing data received by the backend + # TODO add initial callback again once issues are resolved # self.backend.add_callback(self.msg_buffer_callback) self._msg_dump = {}