From 034a8ecd9804fb4d704b0eaa833b28b1e4eacfcd Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 1 Dec 2019 13:05:07 +0100 Subject: [PATCH] Script execution --- script/PhotonEnergyManipulator.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/PhotonEnergyManipulator.py b/script/PhotonEnergyManipulator.py index 83deb85b..188fde1b 100644 --- a/script/PhotonEnergyManipulator.py +++ b/script/PhotonEnergyManipulator.py @@ -2,10 +2,10 @@ # swept mode # for fixed mode, remove kinetic_high -STARTPOS = (83, 67.5, 72.5, -3.85, -2.13) -ENDPOS = (251, 235.5, 240.5, -3.35, -1.26) +STARTPOS = (75, 68, 70.6, -4.05, -2.7) +ENDPOS = (138, 131, 133.6, -3.8, -2.266) # actually executed number is +1, i believe -STEPS = 42 +STEPS = 21 RELATIVE = False SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution, Scienta.dataMatrix)