diff --git a/script/users/Niels/MultiRegionScan_HighStatCL_v20230227.py b/script/users/Niels/MultiRegionScan_HighStatCL_v20230227.py index e4d849b8..839af529 100644 --- a/script/users/Niels/MultiRegionScan_HighStatCL_v20230227.py +++ b/script/users/Niels/MultiRegionScan_HighStatCL_v20230227.py @@ -59,19 +59,19 @@ REGION_A3 = {'name': 'In4d', 'elo': 551., 'ehi':559., 'estep':0.02, 'epass': 20. REGION_A4 = {'name': 'As3d', 'elo': 529., 'ehi':535., 'estep':0.02, 'epass': 20., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'} REGION_A5 = {'name': 'In3d', 'elo': 118., 'ehi':133., 'estep':0.02, 'epass': 20., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'} # -- Region B @ 1050 eV -REGION_B1 = {'name': 'Au4f', 'ephot': 1050., 'elo': 954., 'ehi':964, 'estep': 0.02, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'cis': False, 'position': 'reference'} +REGION_B1 = {'name': 'Au4f', 'ephot': 1050., 'elo': 954., 'ehi':964, 'estep': 0.02, 'epass': 20., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'reference'} REGION_B2 = {'name': 'AuEF', 'elo': 1044., 'ehi':1047, 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'reference'} -REGION_B3 = {'name': 'In4d', 'elo': 1023., 'ehi':1031., 'estep':0.02, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'cis': False, 'position': 'sample'} -REGION_B4 = {'name': 'As3d', 'elo': 1001., 'ehi':1007., 'estep':0.02, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'cis': False, 'position': 'sample'} -REGION_B5 = {'name': 'In3d', 'elo': 590., 'ehi':605., 'estep':0.02, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION_B3 = {'name': 'In4d', 'elo': 1023., 'ehi':1031., 'estep':0.02, 'epass': 20., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION_B4 = {'name': 'As3d', 'elo': 1001., 'ehi':1007., 'estep':0.02, 'epass': 20., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION_B5 = {'name': 'In3d', 'elo': 590., 'ehi':605., 'estep':0.02, 'epass': 20., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'} # CHOOSE THE REGIONS TO RUN # -- 01 -- @578eV Au reference measurements (run 10 cyles) -REGIONS = [REGION_A1,REGION_A2] +#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] # -- 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]