From cada6785ddeb27e6064d1e3badad8040df014504 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 25 Jan 2019 11:30:38 +0100 Subject: [PATCH] Startup --- script/MultiRegionTest.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/script/MultiRegionTest.py b/script/MultiRegionTest.py index 7ea5a1ba..f0a86241 100644 --- a/script/MultiRegionTest.py +++ b/script/MultiRegionTest.py @@ -2,7 +2,9 @@ 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] @@ -39,6 +41,6 @@ REGIONS = [REGION1, REGION2] CLOSE_SHUTTER_AT_END = False -print ("B") +print("B") multi_region_run(MOTORS, POSITIONS, REGIONS, LATENCY, CLOSE_SHUTTER_AT_END) -print ("C") +print("C")