Script execution
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user