From 5aa522325644b07aad4fd76b4f2c88bfc30e0016 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 13 Sep 2023 12:39:33 +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 ee211926..258ddd3f 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 = (1./3., 0.025) +STEPS = (0.025, 0.025) LATENCY = 0.0 ENDSCAN = True ZIGZAG = False @@ -19,8 +19,8 @@ MOTORS = (ManipulatorZ, ManipulatorY) #SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) #SENSORS = (Counts, Scienta.dataMatrix, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) -STARTPOS = (115.05, -1.05) -ENDPOS = (116.05, -0.05) +STARTPOS = (114.1, 1.0) +ENDPOS = (114.3, 1.4) RELATIVE = False #adjust_sensors()