From c9797efca1e2e070e6706445555e9fd18c2c9472 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 2 May 2023 16:00:17 +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 0f717bdc..bd606057 100644 --- a/script/optics/RefocusManipulatorScan.py +++ b/script/optics/RefocusManipulatorScan.py @@ -10,12 +10,12 @@ move manipulator and mirror to center position before start! import math # adjust the following parameters -DISTANCE_X = 6. # mm +DISTANCE_X = 8. # mm #DISTANCE_Ry = 0.5 # mrad (Ry) SLOPE = 1.0/0.24 # mm/mrad (DX / DRy) STEPS = 160 LATENCY = 0.0 -ENDSCAN = True +ENDSCAN = False # do not edit below #DISTANCE_X = DISTANCE_Ry * SLOPE