From acc20cb50a481b156185e37be5d52e8bf793342e Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 29 May 2019 19:58:03 +0200 Subject: [PATCH] Script execution --- script/ManipulatorYZScan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/ManipulatorYZScan.py b/script/ManipulatorYZScan.py index f3232058..dbc70a68 100644 --- a/script/ManipulatorYZScan.py +++ b/script/ManipulatorYZScan.py @@ -10,7 +10,7 @@ move manipulator to center position before start! import math # actual number of positions will be +1! -STEPS = (10, 10) +STEPS = (15, 12) LATENCY = 0.0 ENDSCAN = False ZIGZAG = True @@ -18,9 +18,9 @@ ZIGZAG = True MOTORS = (ManipulatorZ, ManipulatorY) #SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) SENSORS = (Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) -STARTPOS = (-1, -1) -ENDPOS = (+1, +1) -RELATIVE = True +STARTPOS = (114.1, -1) +ENDPOS = (115.9, +0.2) +RELATIVE = False adjust_sensors() set_adc_averaging()