Script execution

This commit is contained in:
gac-x03da
2019-03-06 05:18:55 +01:00
parent 846106691f
commit 51fde98284

View File

@@ -85,8 +85,8 @@ REG1 = {'name': '810eV_Tb4d', 'elo': 644.0, 'ehi': 657.0, 'estep': 0.05, 'epass'
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
# Ephot = 810 eV; if 'ephot' is not specified in the region, it will not be set!!
REG1 = {'name': '810eV_survey', 'elo': 60.0, 'ehi': 810.0, 'estep': 0.5, 'epass': 50., 'tstep': 0.25, 'iter': 1, 'slit' : 30, 'cis': True}
@@ -125,9 +125,9 @@ REGMg = {'name': '1600eV_Mg1s' , 'elo': 286.0, 'ehi': 300.0, 'estep': 0.02, 'ep
REGAg = {'name': '1600eV_Ag3d1' , 'elo': 1219.0, 'ehi': 1231.0, 'estep': 0.02, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REGNa = {'name': '1600eV_Na1s' , 'elo': 517.0, 'ehi': 531.0, 'estep': 0.02, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REGIONS = [REGsurvey, REGMg, REGAg]
#REGIONS = [REGsurvey, REGMg, REGAg]
#REGIONS = [REGsurvey, REGNa, REGAg] # for NaCl/Ag
REGIONS = [REGsurvey, REGAg]
# list of region dictionaries to execute at each scan position
@@ -135,7 +135,7 @@ REGIONS = [REGsurvey, REGMg, REGAg]
# close beam shutter and turn off analyser at the end of the scan
CLOSE_SHUTTER_AT_END = False
"""
# --- DO NOT EDIT BELOW THIS LINE! ---