From 199f4d92be04379befdbdb4e5d131b8509d2aafa Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Tue, 30 Aug 2022 11:49:11 +0200 Subject: [PATCH] Script execution --- script/CalibrateGonio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/CalibrateGonio.py b/script/CalibrateGonio.py index c19080b..31dac1e 100644 --- a/script/CalibrateGonio.py +++ b/script/CalibrateGonio.py @@ -2,7 +2,7 @@ EEdge=9. start=EEdge-0.3 step=0.01 -sleepTime=0.5 +sleepTime=3. for i in range(0,5): caput("X10DA-OP1-MO1:BraggEAO",start+step*i) time.sleep(sleepTime)