Script execution

This commit is contained in:
gac-x03da
2023-02-09 19:26:33 +01:00
parent c9b7b73d2b
commit 46523f6f89
@@ -54,29 +54,29 @@ SAMPLE_POSITION = {'X': -1.50,'Y': 0.0, 'Z': 114.0, 'Theta': -9., 'Tilt': -2.0,
# DEFINE THE REGIONS
# -- Region A @ 578 eV
REGION_A1 = {'name': 'Au4f', 'ephot': 578., 'elo': 482., 'ehi':492., 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_A2 = {'name': 'AuEF', 'elo': 572., 'ehi':575., 'estep': 0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_A3 = {'name': 'VB', 'elo': 570., 'ehi':575., 'estep': 0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_A2 = {'name': 'AuEF', 'elo': 572., 'ehi':575., 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_A3 = {'name': 'VB', 'elo': 570., 'ehi':575., 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_A4 = {'name': 'In4d', 'elo': 552., 'ehi':559., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_A5 = {'name': 'As3d', 'elo': 529., 'ehi':535., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_A6 = {'name': 'In3d', 'elo': 119., 'ehi':133., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}
# -- Region B @ 1050 eV
REGION_B1 = {'name': 'Au4f', 'ephot': 1050., 'elo': 954., 'ehi':964, 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_B2 = {'name': 'AuEF', 'elo': 1044., 'ehi':1047, 'estep':0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_B3 = {'name': 'VB', 'elo': 1042., 'ehi':1047, 'estep':0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_B2 = {'name': 'AuEF', 'elo': 1044., 'ehi':1047, 'estep':0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_B3 = {'name': 'VB', 'elo': 1042., 'ehi':1047, 'estep':0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_B4 = {'name': 'In4d', 'elo': 1024., 'ehi':1032., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_B5 = {'name': 'As3d', 'elo': 1001., 'ehi':1007., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_B6 = {'name': 'In3d', 'elo': 591., 'ehi':605., 'estep':0.02, 'epass': 50., 'tstep': 0.1, '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 VB + XPS Test Run (run 1 cyles)
#REGIONS = [REGION_A1,REGION_A4,REGION_A5,REGION_A6,REGION_A3]
# -- 03 -- @578eV High-Stat XPS of relevant core-levels (run 30 cyles)
#REGIONS = [REGION_A1,REGION_A4,REGION_A5,REGION_A6]
# -- 04 -- @1050eV Au reference measurements (run 10 cyles)
#REGIONS = [REGION_B1,REGION_B2]
REGIONS = [REGION_B1,REGION_B2]
# -- 05 -- @1050eV VB + XPS Test Run (run 1 cyles)
#REGIONS = [REGION_B1,REGION_B4,REGION_B5,REGION_B6,REGION_B3]
# -- 06 -- @1050eV High-Stat XPS of relevant core-levels (run 30 cyles)