From 6263a5e250e8400f6482d1b28dac63dbd08a89f3 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 6 Jul 2023 13:49:35 +0200 Subject: [PATCH] Script execution --- script/users/chong/MultiRegionScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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! ---