diff --git a/script/users/chong/MultiRegionScan.py b/script/users/chong/MultiRegionScan.py index aacf35a2..bac16fd0 100644 --- a/script/users/chong/MultiRegionScan.py +++ b/script/users/chong/MultiRegionScan.py @@ -25,7 +25,7 @@ MOTORS = [dummy] #MOTORS = [ManipulatorY, ManipulatorZ] # line scan [start, stop, step] -POSITIONS = [0., 50., 6] +POSITIONS = [0., 50., 8] SCAN = 'lscan' # vector scan [pos1, pos2, pos3, ...] @@ -82,7 +82,7 @@ REGIONS=[REGION1] #REGIONS = [REGION1fix, REGION2fix] # close beam shutter and turn off analyser at the end of the scan -CLOSE_SHUTTER_AT_END = True +CLOSE_SHUTTER_AT_END = False # --- DO NOT EDIT BELOW THIS LINE! ---