From da21713bd4245356eac56da8542cf3bb1868e6fe Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 3 Jul 2019 14:46:12 +0200 Subject: [PATCH] Script execution --- script/ManipulatorYZScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/ManipulatorYZScan.py b/script/ManipulatorYZScan.py index dbc70a68..953f0a9c 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 = (15, 12) +STEPS = (20, 20) LATENCY = 0.0 ENDSCAN = False ZIGZAG = True @@ -18,8 +18,8 @@ ZIGZAG = True MOTORS = (ManipulatorZ, ManipulatorY) #SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) SENSORS = (Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) -STARTPOS = (114.1, -1) -ENDPOS = (115.9, +0.2) +STARTPOS = (114.5, -1) +ENDPOS = (116.5, +1) RELATIVE = False adjust_sensors()