Script execution
This commit is contained in:
@@ -69,9 +69,8 @@ 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': 'Peak Sb', 'elo': 636.50, 'ehi': 641.00, 'estep': 0.15, 'epass': 50., 'tstep': 0.1, 'iter': 1}
|
||||
REGION2 = {'name': 'Peak Te', 'elo': 629.00, 'ehi': 633.95, 'estep': 0.15, 'epass': 50., 'tstep': 0.1, 'iter': 1}
|
||||
REGION3 = {'name': 'Peak Mn', 'elo': 621.00, 'ehi': 627.00, 'estep': 0.2, 'epass': 50., 'tstep': 0.6, 'iter': 1}
|
||||
REGION1 = {'name': 'Peak 1', 'elo': 165.20, 'ehi': 166.48, 'estep': 0.04, 'epass': 50., 'tstep': 0.1, 'iter': 1}
|
||||
REGION2 = {'name': 'Peak 2', 'elo': 170.40, 'ehi': 171.30, 'estep': 0.03, 'epass': 50., 'tstep': 0.1, 'iter': 1}
|
||||
|
||||
# list of region dictionaries to execute at each scan position
|
||||
REGIONS = [REGION1, REGION2, REGION3]
|
||||
|
||||
Reference in New Issue
Block a user