Script execution
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Discrete photon energy scan (vector scan) of multiple spectral regions
|
||||
"""
|
||||
|
||||
import MultiRegion
|
||||
from MultiRegion import run as multi_region_run
|
||||
|
||||
# scan positioner: Eph = photon energy
|
||||
MOTORS = [Eph]
|
||||
@@ -40,5 +40,5 @@ CLOSE_SHUTTER_AT_END = False
|
||||
|
||||
|
||||
print ("B")
|
||||
MultiRegion.run(MOTORS, POSITIONS, REGIONS, LATENCY, CLOSE_SHUTTER_AT_END)
|
||||
multi_region_run(MOTORS, POSITIONS, REGIONS, LATENCY, CLOSE_SHUTTER_AT_END)
|
||||
print ("C")
|
||||
|
||||
Reference in New Issue
Block a user