diff --git a/script/users/Niels/MultiRegionScan_HighStatCL_v20230227.py b/script/users/Niels/MultiRegionScan_HighStatCL_v20230227.py index 839af529..223e9025 100644 --- a/script/users/Niels/MultiRegionScan_HighStatCL_v20230227.py +++ b/script/users/Niels/MultiRegionScan_HighStatCL_v20230227.py @@ -21,7 +21,7 @@ MOTORS = [dummy] # number of cycles (integer - not decimal point!) # (actual number of cycles is + 1) -NUMBER_OF_CYCLES = 10 +NUMBER_OF_CYCLES = 20 POSITIONS = [1., 10., NUMBER_OF_CYCLES] SCAN = 'lscan' @@ -69,9 +69,9 @@ REGION_B5 = {'name': 'In3d', 'elo': 590., 'ehi':605., 'estep':0.02, 'epass': 20. # -- 01 -- @578eV Au reference measurements (run 10 cyles) #REGIONS = [REGION_A1,REGION_A2] # -- 02 -- @578eV High-Stat XPS of relevant core-levels (run 20 cyles) -#REGIONS = [REGION_A1,REGION_A3,REGION_A4,REGION_A5] +REGIONS = [REGION_A1,REGION_A3,REGION_A4,REGION_A5] # -- 03 -- @1050eV Au reference measurements (run 10 cyles) -REGIONS = [REGION_B1,REGION_B2] +#REGIONS = [REGION_B1,REGION_B2] # -- 04 -- @1050eV High-Stat XPS of relevant core-levels (run 20 cyles) #REGIONS = [REGION_B1,REGION_B3,REGION_B4,REGION_B5]