From 837a9d7273e0b2d52a38d74e9b77f09adbff1bdc Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 22 Nov 2022 03:16:48 +0100 Subject: [PATCH] Script execution --- script/users/Niels/MultiRegionScan2022_v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/users/Niels/MultiRegionScan2022_v2.py b/script/users/Niels/MultiRegionScan2022_v2.py index 36790f7c..e27d915a 100644 --- a/script/users/Niels/MultiRegionScan2022_v2.py +++ b/script/users/Niels/MultiRegionScan2022_v2.py @@ -21,7 +21,7 @@ MOTORS = [dummy] # number of cycles (integer - not decimal point!) # (actual number of cycles is + 1) -NUMBER_OF_CYCLES = 40 +NUMBER_OF_CYCLES = 50 POSITIONS = [1., 10., NUMBER_OF_CYCLES] SCAN = 'lscan' @@ -77,7 +77,7 @@ REGION_B5 = {'name': 'In3d','elo': 1050.-459., 'ehi': 1050.-445., 'estep': 0.02, #REGIONS = [REGION1, REGION2, REGION3, REGION4] #self-designed regions -REGIONS = [REGION_A1,REGION_A2,REGION_A3,REGION_A4,REGION_A5,REGION_B1,REGION_B2,REGION_B3,REGION_B4,REGION_B5] +REGIONS = [REGION_A1,REGION_A2]# ,REGION_A3,REGION_A4,REGION_A5,REGION_B1,REGION_B2,REGION_B3,REGION_B4,REGION_B5] # REGIONS = [REGION_B5,REGION_B1,REGION_B2,REGION_B3,REGION_B4] # close beam shutter and turn off analyser at the end of the scan