From 83c22e71f0dcf692f08123ebd7f65672a25ebf5b Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 12 Aug 2025 17:03:00 +0200 Subject: [PATCH] w --- superxas_bec/devices/timepix/timepix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superxas_bec/devices/timepix/timepix.py b/superxas_bec/devices/timepix/timepix.py index c6ce5b2..a5f82cd 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -344,8 +344,8 @@ if __name__ == "__main__": # pragma: no cover print("Timepix connected and initialized.") timepix.scan_info.msg.scan_parameters.update( { - "exp_time": 0.2, # Set exposure time to 0.2 seconds for testing - "frames_per_trigger": 10, # Set frames per trigger to 10 for testing + "exp_time": 0.003, # Set exposure time to 0.2 seconds for testing + "frames_per_trigger": 1, # Set frames per trigger to 10 for testing } ) timepix.stage()