Script execution

This commit is contained in:
gac-x03da
2019-02-09 04:11:40 +01:00
parent 2cc0dbd08a
commit 5638e1c502
+2 -2
View File
@@ -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