From 382066f5fc6dcab8aed67868e26f715481bc0090 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 20 Sep 2023 11:34:52 +0200 Subject: [PATCH] Script execution --- script/DeflectorScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/DeflectorScan.py b/script/DeflectorScan.py index f7ff5245..e9c43dd3 100644 --- a/script/DeflectorScan.py +++ b/script/DeflectorScan.py @@ -18,10 +18,10 @@ SENSORS = (Counts, Scienta.dataMatrix, Scienta.spectrum, SampleCurrent, RefCurre # don't save Scienta image, derived data only: # SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) -STARTPOS = -5. -ENDPOS = +5. +STARTPOS = -14. +ENDPOS = +14. # if integer, actual number of positions will be +1! -STEPS = 0.1 +STEPS = 0.5 RELATIVE = False LATENCY = 0.0 ENDSCAN = True