Script execution

This commit is contained in:
gac-x03da
2019-01-25 11:45:23 +01:00
parent dfdce45aef
commit cf9df0c412

View File

@@ -2,10 +2,6 @@
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]
# comma-separated discrete list of scan positions
@@ -41,6 +37,8 @@ REGIONS = [REGION1, REGION2]
CLOSE_SHUTTER_AT_END = False
print("A")
from MultiRegion import multi_region_run
print("B")
multi_region_run(MOTORS, POSITIONS, REGIONS, LATENCY, CLOSE_SHUTTER_AT_END)
print("C")