Script execution

This commit is contained in:
gac-x03da
2019-03-02 03:36:26 +01:00
parent 7a32d66238
commit 90de458890

View File

@@ -68,7 +68,8 @@ 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 = [REG1, REG2, REG3, REG4, REG5, REG6, REG7]
REGIONS = [REG7]
"""