Script execution
This commit is contained in:
@@ -71,13 +71,18 @@ REG7 = {'name': '800eV_VBzoom', 'elo': 793.0, 'ehi': 797.0, 'estep': 0.002, 'epa
|
||||
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}
|
||||
REG3 = {'name': '1600eV_Ag3d1' , 'elo': 1217.0, 'ehi': 1231.0, 'estep': 0.02, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'cis': True}
|
||||
REGIONS = [REG1, REG2, REG3]
|
||||
'''
|
||||
REG2 = {'name': '1600eV_Mg1s' , 'elo': 300.0, 'ehi': 320.0, 'estep': 0.02, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'cis': True}
|
||||
REG3 = {'name': '1600eV_Ag3d1' , 'elo': 1230.0, 'ehi': 1245.0, 'estep': 0.02, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'cis': True}
|
||||
REGIONS = [REG2, REG3]
|
||||
|
||||
#
|
||||
|
||||
# list of region dictionaries to execute at each scan position
|
||||
#REGIONS = [REG1, REG2]
|
||||
|
||||
Reference in New Issue
Block a user