Script execution
This commit is contained in:
@@ -25,7 +25,7 @@ MOTORS = [dummy]
|
||||
#MOTORS = [ManipulatorY, ManipulatorZ]
|
||||
|
||||
# line scan [start, stop, step]
|
||||
POSITIONS = [0., 100., 1.]
|
||||
POSITIONS = [0., 3., 1.]
|
||||
SCAN = 'lscan'
|
||||
|
||||
# vector scan [pos1, pos2, pos3, ...]
|
||||
@@ -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': 164.50, 'ehi': 166.20, 'estep': 0.05, 'epass': 50., 'tstep': 0.12, 'iter': 1, 'ephot': 600.}
|
||||
REGION2 = {'name': 'multiplet 1', 'elo': 167.50, 'ehi': 171.01, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1, 'ephot': 500.}
|
||||
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.}
|
||||
#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