Script execution

This commit is contained in:
gac-x03da
2019-05-13 21:57:28 +02:00
parent 80c8ca73e4
commit 826b88dbf2

View File

@@ -8,7 +8,7 @@ Discrete scan (vector scan) of multiple spectral regions
MOTORS = ["ca://X03DA-PSU-XP:SETCUR"]
#MOTORS = [dummy]
# comma-separated discrete list of scan positions
POSITIONS = [0.03, 1.01, 0.01]
POSITIONS = [0.03, 1.21, 0.01]
#POSITIONS = [0.]
# seconds to wait between positioning command and triggering the detector
LATENCY = 5.0
@@ -31,9 +31,9 @@ LATENCY = 5.0
# 'cis': True = constant initial state (photoemission line), False = constant final state (Auger peak), (default False)
# 'slit': exit slit (default current value)
REGION1 = {'name': 'C 1s', 'ephot': 420.0, 'elo': 128.0, 'ehi': 135.0, 'estep': 0.05, 'epass': 50, 'tstep': 0.4, 'iter': 1, 'cis': False}
REGION1 = {'name': 'C 1s', 'ephot': 460.0, 'elo': 167.5, 'ehi': 176.0, 'estep': 0.05, 'epass': 50, 'tstep': 0.4, 'iter': 1, 'cis': False}
#REGION2 = {'name': 'Br 3p', 'ephot': 420.0, 'elo': 220.0, 'ehi': 242.0, 'estep': 0.10, 'epass': 50, 'tstep': 0.3, 'iter': 1, 'cis': False}
REGION2 = {'name': 'Br 3d', 'ephot': 420.0, 'elo': 342.0, 'ehi': 350.0, 'estep': 0.05, 'epass': 50, 'tstep': 0.7, 'iter': 1, 'cis': False}
REGION2 = {'name': 'Br 3d', 'ephot': 460.0, 'elo': 384.0, 'ehi': 393.0, 'estep': 0.05, 'epass': 50, 'tstep': 0.65, 'iter': 1, 'cis': False}
#REGION1 = {'name': 'C 1s', 'ephot': 420.0, 'efix': 160.0, 'epass': 100., 'tstep': 20., 'iter': 1, 'cis': False}