From 4c279cea249122e3936170614efc27c5c0c7090e Mon Sep 17 00:00:00 2001 From: x03daop Date: Wed, 3 Aug 2016 11:49:58 +0200 Subject: [PATCH] Script execution --- script/RefocusManipulatorScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/RefocusManipulatorScan.py b/script/RefocusManipulatorScan.py index 40476b97..67a4b212 100644 --- a/script/RefocusManipulatorScan.py +++ b/script/RefocusManipulatorScan.py @@ -10,10 +10,10 @@ move manipulator and mirror to center position before start! import math # adjust the following parameters -DISTANCE_Ry = 0.2 # mrad (Ry) +DISTANCE_Ry = 0.3 # mrad (Ry) SLOPE = -2.000 # mm/mrad (DX / DRy) -STEPS = 40 -LATENCY = 0.5 +STEPS = 60 +LATENCY = 0.0 ENDSCAN = False # do not edit below