From ca9904fb4fc4ad37669c72a2ef01dc072272ee2d Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sat, 30 Nov 2019 16:21:45 +0100 Subject: [PATCH] Script execution --- script/PhotonEnergyManipulator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/PhotonEnergyManipulator.py b/script/PhotonEnergyManipulator.py index 3863ab00..4f20aaab 100644 --- a/script/PhotonEnergyManipulator.py +++ b/script/PhotonEnergyManipulator.py @@ -2,10 +2,10 @@ # swept mode # for fixed mode, remove kinetic_high -STARTPOS = (135, 119.5, 124.5, -3.55, -1.61) +STARTPOS = (83, 67.5, 72.5, -3.6, -1.7) ENDPOS = (251, 235.5, 240.5, -3.35, -1.26) # actually executed number is +1, i believe -STEPS = 29 +STEPS = 42 RELATIVE = False SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution, Scienta.dataMatrix)