Script execution

This commit is contained in:
gac-x03da
2023-04-20 12:41:41 +02:00
parent 2ada59d44d
commit edfd186ab5

View File

@@ -39,7 +39,7 @@ MOTORS = (ManipulatorPhi, ManipulatorTheta)
#SCAN = 'ascan'
# holo scan
PHI_RANGE = (60, 60) # (tuple (min, max))
PHI_RANGE = (-45, 45) # (tuple (min, max))
THETA_RANGE = (-11.0, 55.0) # (tuple (min, max))
STEPS = (15.0, 1.5) # (tuple (phi, theta))
ZIGZAG = True
@@ -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': 165, 'ehi': 167.5, 'estep': 0.02, 'epass': 20., 'tstep': 0.2, 'iter': 1}
REGION2 = {'name': 'Peak 2', 'elo': 170.3, 'ehi': 170.9, 'estep': 0.01, 'epass': 20., 'tstep': 0.2, 'iter': 1}
REGION1 = {'name': 'Peak 1', 'elo': 165.0, 'ehi': 166.3, 'estep': 0.02, 'epass': 20., 'tstep': 0.17, 'iter': 1}
REGION2 = {'name': 'Peak 2', 'elo': 175.5, 'ehi': 176.9, 'estep': 0.02, 'epass': 20., 'tstep': 0.17, 'iter': 1}
# list of region dictionaries to execute at each scan position
REGIONS = [REGION1, REGION2]