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