Script execution

This commit is contained in:
gac-x03da
2019-03-01 18:46:20 +01:00
parent ca7fee3a6c
commit 6f40447d04
+12 -3
View File
@@ -44,21 +44,30 @@ LATENCY = 0.0
######### X-TREME samples ##############
# Ephot = 62 eV; if 'ephot' is not specified in the region, it will not be set!!
REG1 = {'name': '62eV_VBcoarse', 'elo': 49.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REG2 = {'name': '62eV_VBzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 2, 'slit' : 30, 'cis': True}
REGIONS = [REG1, REG2]
"""
# Ephot = 80 eV; if 'ephot' is not specified in the region, it will not be set!!
#REG1 = {'name': 'VB_80eV_coarse', 'elo': 67.0, 'ehi': 76.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 1, 'cis': True}
#REG2 = {'name': 'VB_80eV_zoom', 'elo': 72.0, 'ehi': 76.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 2, 'cis': True}
#REGIONS = [REG1, REG2]
"""
"""
# Ephot = 800 eV; if 'ephot' is not specified in the region, it will not be set!!
REG1 = {'name': '800eV_survey', 'elo': 50.0, 'ehi': 800.0, 'estep': 1.0, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REG2 = {'name': '800eV_Ag3d', 'elo': 417.0, 'ehi': 424.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REG2 = {'name': '800eV_Ag3d', 'elo': 417.0, 'ehi': 431.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REG3 = {'name': '800eV_O1s', 'elo': 260.0, 'ehi': 270.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REG4 = {'name': '800eV_N1s', 'elo': 390.0, 'ehi': 406.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REG5 = {'name': '800eV_C1s', 'elo': 500.0, 'ehi': 516.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REG6 = {'name': '800eV_VBcoarse', 'elo': 783.0, 'ehi': 797.0, 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REG7 = {'name': '800eV_VBzoom', 'elo': 793.0, 'ehi': 797.0, 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 2, 'slit' : 30, 'cis': True}
# here we need to decide if it should be 0.02 or 0.002 in REG7
REG7 = {'name': '800eV_VBzoom', 'elo': 793.0, 'ehi': 797.0, 'estep': 0.002, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REGIONS = [REG1, REG2, REG3, REG4, REG5, REG6, REG7]
"""
"""
# Ephot = 1600 eV; if 'ephot' is not specified in the region, it will not be set!!