From 47355dac69593c0a452aefecd9f1e564af9f82c8 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 1 Dec 2019 14:24:54 +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 2ea57dfb..376fca5d 100644 --- a/script/PhotonEnergyManipulator.py +++ b/script/PhotonEnergyManipulator.py @@ -2,10 +2,10 @@ # swept mode # for fixed mode, remove kinetic_high -STARTPOS = (75., 68., 70.7, -4.05, -2.7) -ENDPOS = (138., 131., 133.7, -3.8, -2.266) +STARTPOS = (141., 134., 136.7, -3.8, -2.266) +ENDPOS = (252., 245., 247.7, -3.3, -1.4) # actually executed number is +1, i believe -STEPS = 21 +STEPS = 37 RELATIVE = False SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution, Scienta.dataMatrix)