Script execution

This commit is contained in:
gac-x03da
2019-03-06 05:34:36 +01:00
parent 9bf81edcca
commit 84fb0f0a3f

View File

@@ -78,13 +78,13 @@ REG1 = {'name': '490eV_Dy4d', 'elo': 320.0, 'ehi': 340.0, 'estep': 0.05, 'epass'
REGIONS = [REG1]
"""
"""
# front end 3x4 mm2
# Ephot = 810 eV; if 'ephot' is not specified in the region, it will not be set!!
REG1 = {'name': '810eV_Tb4d', 'elo': 644.0, 'ehi': 657.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 5, 'slit' : 100, 'cis': True}
REG2 = {'name': '810eV_Ag3d', 'elo': 427.0, 'ehi': 441.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REGIONS = [REG1]
"""
"""
# front end 3x4 mm2
@@ -117,7 +117,7 @@ REGIONS = [REG1, REG2, REG3, REG4, REG5, REG7]
"""
"""
# Ephot = 1600 eV; if 'ephot' is not specified in the region, it will not be set!!
# front end 3x4 mm2
REGsurvey = {'name': '1600eV_survey', 'elo': 100.0, 'ehi': 1600.0, 'estep': 0.5, 'epass': 100., 'tstep': 0.25, 'iter': 1, 'slit' : 50, 'cis': True}
@@ -129,7 +129,7 @@ REGNa = {'name': '1600eV_Na1s' , 'elo': 517.0, 'ehi': 531.0, 'estep': 0.02, 'ep
#REGIONS = [REGsurvey, REGNa, REGAg] # for NaCl/Ag
REGIONS = [REGsurvey, REGAg]
"""
"""
# list of region dictionaries to execute at each scan position
#REGIONS = [REG1, REG2]