From 4e7e990b4de3226d4e380bdb2c3b33059064e0b8 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 3 Sep 2025 09:57:40 +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 5eaca16..e82f8a8 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -561,7 +561,7 @@ class Timepix(PSIDeviceBase, TimePixControl): self.cam.acquire_busy, [ACQUIRESTATUS.DONE, ACQUIRESTATUS.ACQUIRING, ACQUIRESTATUS.DONE] ) status_backend_on_trigger = DeviceStatus(self) - status_backend_on_trigger.add_callback(self.trigger_callback) + status_backend_on_trigger.add_callback(self._trigger_callback) status_backend_collect_started = DeviceStatus(self) # Add Collect callback