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