Script execution

This commit is contained in:
gac-x03da
2023-09-11 20:57:58 +02:00
parent e2ef73a22b
commit 49bebb487e

View File

@@ -14,7 +14,7 @@ usage:
"""
# dummy scan (time series)
#MOTORS = [dummy]
MOTORS = [dummy]
# photon energy scan (do not include 'ephot' in regions in this case!)
#MOTORS = [Eph]
# phi scan
@@ -23,10 +23,10 @@ usage:
#MOTORS = (ManipulatorPhi, ManipulatorTheta)
# 2D YZ scan
#MOTORS = [ManipulatorY, ManipulatorZ]
MOTORS = [ManipulatorZ]
#MOTORS = [ManipulatorZ]
# line scan [start, stop, step]
POSITIONS = [111,124,0.1]
POSITIONS = [111,124,1.]
SCAN = 'lscan'
# vector scan [pos1, pos2, pos3, ...]
@@ -70,7 +70,7 @@ LATENCY = 1.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': 7., 'ehi': 12., 'estep': 0.01,'epass': 5., 'tstep': 0.1, 'iter': 1,'slit':50}
REGION1 = {'name': 'Second', 'elo': 10, 'ehi': 25., 'estep': 0.05,'epass': 5., 'tstep': 0.2, 'iter': 1,'slit':20}
#REGION1 = {'name': 'survey', 'elo': 100, 'ehi': 7409, 'estep': 0.5,'epass': 50., 'tstep': 0.2, 'iter': 3}
#REGION01 = {'name': 'blank1', 'elo': 461, 'ehi': 462, 'estep': 1.0, 'epass': 100., 'tstep': 1.0, 'iter': 1,'slit':200}
#REGION1c = {'name': 'c1s', 'elo': 462, 'ehi': 472, 'estep': 0.1, 'epass': 100., 'tstep': 0.1, 'iter': 1,'slit':100}
@@ -81,12 +81,12 @@ LATENCY = 1.0
#REGION1fix = {'name': 'c1s', 'efix': 466, 'epass': 100., 'tstep': 4,'slit':200} #for 1100eV Eph use efix 810eV ,Eph=740eV use efix 451eV
#REGION2fix = {'name': 'o1s', 'efix': 217.5, 'epass': 100., 'tstep': 4,'slit':200}
REGION1fix = {'name': 'br3d', 'efix': 667.4, 'epass': 100., 'tstep': 2,'slit':200} #for 1100eV Eph use efix 810eV ,Eph=740eV use efix 451eV
REGION2fix = {'name': 'c1s', 'efix': 452.5, 'epass': 100., 'tstep': 2,'slit':200} #for 1100eV Eph use efix 810eV ,Eph=740eV use efix 451eV
#REGION1fix = {'name': 'br3d', 'efix': 667.4, 'epass': 100., 'tstep': 2,'slit':200} #for 1100eV Eph use efix 810eV ,Eph=740eV use efix 451eV
#REGION2fix = {'name': 'c1s', 'efix': 452.5, 'epass': 100., 'tstep': 2,'slit':200} #for 1100eV Eph use efix 810eV ,Eph=740eV use efix 451eV
# list of region dictionaries to execute at each scan position
#REGIONS=[REGION1]
REGIONS = [REGION1fix, REGION2fix]
REGIONS=[REGION1]
#REGIONS = [REGION1fix, REGION2fix]
#
#MOTORS = [Eph]
#POSITIONS = [740., 700., 100]