Script execution
This commit is contained in:
@@ -69,9 +69,9 @@ LATENCY = 0.0
|
||||
# 'cis': True = constant initial state (photoemission line), False = constant final state (Auger peak), (default False)
|
||||
# 'slit': exit slit (default: unchanged)
|
||||
|
||||
REGION1 = {'name': 'La', 'elo': 250., 'ehi': 266., 'estep': 0.4, 'epass': 100., 'tstep': 0.2, 'iter': 1, 'cis': False}
|
||||
REGION2 = {'name': 'Ti', 'elo': 626., 'ehi': 644., 'estep': 0.4, 'epass': 100., 'tstep': 0.2, 'iter': 1, 'cis': False}
|
||||
REGION3 = {'name': 'N', 'elo': 695., 'ehi': 703., 'estep': 0.25, 'epass': 100., 'tstep': 1., 'iter': 1, 'cis': False}
|
||||
REGION1 = {'name': 'La', 'elo': 180., 'ehi': 200., 'estep': 0.4, 'epass': 100., 'tstep': 0.1, 'iter': 1, 'cis': False}
|
||||
REGION2 = {'name': 'Ti', 'elo': 558., 'ehi': 576., 'estep': 0.4, 'epass': 100., 'tstep': 0.1, 'iter': 1, 'cis': False}
|
||||
REGION3 = {'name': 'N', 'elo': 627., 'ehi': 636., 'estep': 0.25, 'epass': 100., 'tstep': 0.8, 'iter': 1, 'cis': False}
|
||||
|
||||
# list of region dictionaries to execute at each scan position
|
||||
REGIONS = [REGION1, REGION2, REGION3]
|
||||
|
||||
Reference in New Issue
Block a user