From 5638e1c5027afd967485c34b4eb20f6c395fda53 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sat, 9 Feb 2019 04:11:40 +0100 Subject: [PATCH] Script execution --- script/MultiRegionScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/MultiRegionScan.py b/script/MultiRegionScan.py index 922e6631..9e1b3214 100644 --- a/script/MultiRegionScan.py +++ b/script/MultiRegionScan.py @@ -3,9 +3,9 @@ Discrete photon energy scan (vector scan) of multiple spectral regions """ # scan positioner: Eph = photon energy -MOTORS = [dummy] +MOTORS = [ManipulatorTheta] # comma-separated discrete list of scan positions -POSITIONS = [1., 2., 400] +POSITIONS = [-175., 180., 5.] # seconds to wait between positioning command and triggering the detector LATENCY = 0.0