From 86854e2634b8a14a5d5c74769598a268a596f848 Mon Sep 17 00:00:00 2001 From: x03daop Date: Fri, 9 Sep 2016 10:29:20 +0200 Subject: [PATCH] Script execution --- script/RefocusManipulatorScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RefocusManipulatorScan.py b/script/RefocusManipulatorScan.py index c7793282..28bdd1a7 100644 --- a/script/RefocusManipulatorScan.py +++ b/script/RefocusManipulatorScan.py @@ -12,7 +12,7 @@ import math # adjust the following parameters DISTANCE_X = 1.0 # mm #DISTANCE_Ry = 0.5 # mrad (Ry) -SLOPE = 1.75 # mm/mrad (DX / DRy) +SLOPE = 1.0/0.24 # mm/mrad (DX / DRy) STEPS = 50 LATENCY = 0.0 ENDSCAN = False