This commit is contained in:
gac-x03da
2019-01-25 11:30:38 +01:00
parent df44277dd3
commit cada6785dd

View File

@@ -2,7 +2,9 @@
Discrete photon energy scan (vector scan) of multiple spectral regions
"""
print("A")
from MultiRegion import run as multi_region_run
print("AB")
# scan positioner: Eph = photon energy
MOTORS = [Eph]
@@ -39,6 +41,6 @@ REGIONS = [REGION1, REGION2]
CLOSE_SHUTTER_AT_END = False
print ("B")
print("B")
multi_region_run(MOTORS, POSITIONS, REGIONS, LATENCY, CLOSE_SHUTTER_AT_END)
print ("C")
print("C")