From ebc5fa42861a5ff625724711ed5eada88a1fd34b Mon Sep 17 00:00:00 2001 From: x03daop Date: Wed, 20 Sep 2017 11:21:45 +0200 Subject: [PATCH] Script execution --- script/RefocusManipulatorScan.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/script/RefocusManipulatorScan.py b/script/RefocusManipulatorScan.py index 31254e8f..9f55ec3b 100644 --- a/script/RefocusManipulatorScan.py +++ b/script/RefocusManipulatorScan.py @@ -23,13 +23,13 @@ DISTANCE_Ry = DISTANCE_X / SLOPE MOTOR = (RefocusYRot, ManipulatorX) SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) -#STARTPOS = (-DISTANCE_Ry / 2.0, -DISTANCE_X / 2.0) -#ENDPOS = (DISTANCE_Ry / 2.0, DISTANCE_X / 2.0) -#RELATIVE = True +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 = (-1.670, -5.000) +#ENDPOS = (-0.330, 1.000) +#RELATIVE = False adjust_sensors() set_adc_averaging()