From 0c1280b741fe3034217270ef9782ce871fca6636 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 24 Jun 2020 15:49:27 +0200 Subject: [PATCH] Script execution --- script/optics/RefocusManipulatorScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/optics/RefocusManipulatorScan.py b/script/optics/RefocusManipulatorScan.py index de7aa4e7..adaa410e 100644 --- a/script/optics/RefocusManipulatorScan.py +++ b/script/optics/RefocusManipulatorScan.py @@ -27,9 +27,9 @@ STARTPOS = (-DISTANCE_Ry / 2.0, -DISTANCE_X / 2.0) ENDPOS = (DISTANCE_Ry / 2.0, DISTANCE_X / 2.0) RELATIVE = True -#STARTPOS = (-1.670, -5.000) -#ENDPOS = (-0.330, 1.000) -#RELATIVE = False +STARTPOS = (-2.7184, -5.5) +ENDPOS = (-0.7984, 2.5) +RELATIVE = False adjust_sensors() set_adc_averaging()