Script execution

This commit is contained in:
gac-x03da
2023-07-05 21:28:46 +02:00
parent 8d8bde1a04
commit d61d0a3518

View File

@@ -25,7 +25,7 @@ MOTORS = [dummy]
#MOTORS = [ManipulatorY, ManipulatorZ]
# line scan [start, stop, step]
POSITIONS = [0., 50., 1000]
POSITIONS = [0., 50., 4]
SCAN = 'lscan'
# vector scan [pos1, pos2, pos3, ...]
@@ -69,7 +69,7 @@ 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': 'Second', 'elo': 10, 'ehi': 20, 'estep': 0.05, 'epass': 5., 'tstep': 0.2, 'iter': 1}
REGION1 = {'name': 'Second', 'elo': 13, 'ehi': 15.6, 'estep': 0.01, 'epass': 5., 'tstep': 0.2, 'iter': 1}
#REGION2 = {'name': 'o1s', 'elo': 198, 'ehi': 204, 'estep': 0.2, 'epass': 50., 'tstep': 0.15, 'iter': 1}
#REGION3 = {'name': 'multiplet 2', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1}