From 158175f5459bcadcc0d2bfb08a3554cc8ede7b51 Mon Sep 17 00:00:00 2001 From: x01da Date: Tue, 16 Sep 2025 09:11:48 +0200 Subject: [PATCH] add baseline signals (not workling yet) --- debye_bec/devices/pilatus/pilatus.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debye_bec/devices/pilatus/pilatus.py b/debye_bec/devices/pilatus/pilatus.py index 5326417..1e08e05 100644 --- a/debye_bec/devices/pilatus/pilatus.py +++ b/debye_bec/devices/pilatus/pilatus.py @@ -214,6 +214,17 @@ class Pilatus(PSIDeviceBase, ADBase): ) file_event = Cpt(FileEventSignal, name="file_event") + @property + def baseline_signals(self): + """Define baseline signals""" + return[ + self.cam.acquire_time, + self.cam.num_exposures, + self.cam.threshold_energy, + self.cam.gain_menu, + self.cam.pixel_cut_off + ] + def __init__( self, *,