Script execution

This commit is contained in:
gac-x03da
2019-02-10 01:41:07 +01:00
parent 70c2ee29aa
commit f1a4d54b70

View File

@@ -3,11 +3,11 @@ Discrete photon energy scan (vector scan) of multiple spectral regions
"""
# scan positioner: Eph = photon energy
#MOTORS = [dummy]
MOTORS = [ManipulatorPhi]
MOTORS = [dummy]
#MOTORS = [ManipulatorPhi]
# comma-separated discrete list of scan positions
#POSITIONS = [0., 1., 5]
POSITIONS = [-175., 180., 5.]
POSITIONS = [0., 1., 30]
#POSITIONS = [-175., 180., 5.]
# seconds to wait between positioning command and triggering the detector
LATENCY = 0.0
@@ -30,7 +30,7 @@ LATENCY = 0.0
# 'slit': exit slit (default current value)
REGION1 = {'name': 'secondary', 'elo': 9.0, 'ehi': 11.0, 'estep': 0.02, 'epass': 2, 'tstep': 0.20, 'iter': 1, 'cis': False}
REGION2 = {'name': 'fermi', 'elo': 23.5, 'ehi': 27.5, 'estep': 0.02, 'epass': 2, 'tstep': 0.25, 'iter': 1, 'cis': False}
REGION2 = {'name': 'fermi', 'elo': 23.5, 'ehi': 27.5, 'estep': 0.02, 'epass': 2, 'tstep': 0.35, 'iter': 1, 'cis': False}
# list of region dictionaries to execute at each scan position
REGIONS = [REGION1, REGION2]