Script execution
This commit is contained in:
@@ -47,7 +47,7 @@ SCAN = 'lscan'
|
||||
#SCAN = 'ascan'
|
||||
|
||||
# seconds to wait between positioning command and triggering the detector
|
||||
LATENCY = 0.0
|
||||
LATENCY = 1.0
|
||||
|
||||
|
||||
# region setup
|
||||
@@ -69,8 +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 1', 'elo': 554.00, 'ehi': 565.00, 'estep': 0.05, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'ephot': 650.}
|
||||
REGION2 = {'name': 'multiplet 1', 'elo': 128.00, 'ehi': 141.00, 'estep': 0.05, 'epass': 20., 'tstep': 2.0, 'iter': 1, 'ephot': 425.}
|
||||
REGION1 = {'name': 'Peak 1', 'elo': 554.00, 'ehi': 565.00, 'estep': 0.2, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'ephot': 650.}
|
||||
REGION2 = {'name': 'multiplet 1', 'elo': 128.00, 'ehi': 141.00, 'estep': 0.2, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'ephot': 425.}
|
||||
#REGION3 = {'name': 'multiplet 2', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1}
|
||||
|
||||
# list of region dictionaries to execute at each scan position
|
||||
|
||||
Reference in New Issue
Block a user