diff --git a/script/MultiRegionTest.py b/script/MultiRegionTest.py index 452cfa5e..8b6b3f5e 100644 --- a/script/MultiRegionTest.py +++ b/script/MultiRegionTest.py @@ -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")