From 9f593fb151081df4f147e2d48a903fc28927ace5 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 26 Aug 2025 08:58:03 +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 6b1da1e..b357e74 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -460,7 +460,7 @@ if __name__ == "__main__": # pragma: no cover timepix.wait_for_connection(all_signals=True, timeout=10) timepix.on_connected() print("Timepix connected and initialized.") - for exp_time, frames_per_trigger in zip([0.8], [5]): + for exp_time, frames_per_trigger in zip([0.8, 0.5, 0.1], [10, 15, 20]): # time.sleep(0.5) # print( # f"Sleeping for 0.5 seconds before starting the scan with exp_time={exp_time} "