From 77a95a7bd6f39a4237eb763d5a8612253fc3c426 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 19 May 2020 15:25:27 +0200 Subject: [PATCH] Script execution --- script/optics/RefocusManipulatorScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/optics/RefocusManipulatorScan.py b/script/optics/RefocusManipulatorScan.py index 79c37117..a436237c 100644 --- a/script/optics/RefocusManipulatorScan.py +++ b/script/optics/RefocusManipulatorScan.py @@ -10,10 +10,10 @@ move manipulator and mirror to center position before start! import math # adjust the following parameters -DISTANCE_X = 8.0 # mm +DISTANCE_X = 10.0 # mm #DISTANCE_Ry = 0.5 # mrad (Ry) SLOPE = 1.0/0.24 # mm/mrad (DX / DRy) -STEPS = 160 +STEPS = 200 LATENCY = 0.0 ENDSCAN = False