Script execution

This commit is contained in:
gac-x03da
2019-03-02 04:11:28 +01:00
parent 90de458890
commit 0b7fc43379

View File

@@ -58,7 +58,7 @@ REG2 = {'name': 'VB_80eV_zoom', 'elo': 72.0, 'ehi': 76.0, 'estep': 0.002, 'epass
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': 431.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
@@ -68,11 +68,10 @@ REG5 = {'name': '800eV_C1s', 'elo': 500.0, 'ehi': 516.0, 'estep': 0.05, 'epass':
REG6 = {'name': '800eV_VBcoarse', 'elo': 783.0, 'ehi': 797.0, 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, '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]
REGIONS = [REG7]
REGIONS = [REG1, REG2, REG3, REG4, REG5, REG6, REG7]
"""
# Ephot = 1600 eV; if 'ephot' is not specified in the region, it will not be set!!
REG1 = {'name': '1600eV_survey', 'elo': 100.0, 'ehi': 1600.0, 'estep': 1.0, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'cis': True}
REG2 = {'name': '1600eV_Mg1s' , 'elo': 272.0, 'ehi': 312.0, 'estep': 0.02, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'cis': True}