Script execution

This commit is contained in:
gac-x03da
2023-02-28 18:27:27 +01:00
parent e6d06523bf
commit 0773a2efee

View File

@@ -53,27 +53,27 @@ SAMPLE_POSITION = {'X': -1.45,'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': 20., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_A2 = {'name': 'AuEF', 'elo': 572., 'ehi':575., 'estep': 0.02, 'epass': 20., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_A3 = {'name': 'In4d', 'elo': 551., 'ehi':559., 'estep':0.02, 'epass': 20., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}
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_A1 = {'name': 'Au4f', 'ephot': 578., 'elo': 482., 'ehi':492., 'estep': 0.02, 'epass': 20., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_A2 = {'name': 'AuEF', 'elo': 572., 'ehi':575., 'estep': 0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_A3 = {'name': 'In4d', 'elo': 551., 'ehi':559., 'estep':0.02, 'epass': 20., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_A4 = {'name': 'As3d', 'elo': 529., 'ehi':535., 'estep':0.02, 'epass': 20., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_A5 = {'name': 'In3d', 'elo': 118., 'ehi':133., 'estep':0.02, 'epass': 20., 'tstep': 0.5, '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.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.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'}
REGION_B1 = {'name': 'Au4f', 'ephot': 1050., 'elo': 954., 'ehi':964, 'estep': 0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_B2 = {'name': 'AuEF', 'elo': 1044., 'ehi':1047, 'estep':0.02, 'epass': 20., 'tstep': 2.0, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION_B3 = {'name': 'In4d', 'elo': 1023., 'ehi':1031., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_B4 = {'name': 'As3d', 'elo': 1001., 'ehi':1007., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION_B5 = {'name': 'In3d', 'elo': 590., 'ehi':605., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'}
# CHOOSE THE REGIONS TO RUN
# -- 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]
# -- 04 -- @1050eV High-Stat XPS of relevant core-levels (run 20 cyles)
#REGIONS = [REGION_B1,REGION_B3,REGION_B4,REGION_B5]
REGIONS = [REGION_B1,REGION_B3,REGION_B4,REGION_B5]
# close beam shutter and turn off analyser at the end of the scan