From fc9bb35bc44b661cb034944565e7f131c6079873 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 26 Feb 2019 15:41:50 +0100 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 3922412..29c9ab8 100644 --- a/script/local.py +++ b/script/local.py @@ -151,7 +151,7 @@ def trigger_pilatus(position, scan): if count_time>0: pixel.set_expose(count_time) pixel.start() - pixel.wait_finished(30.0) + pixel.wait_finished(10.0) finally: close_shutter()