Files
x03da/script/optics/ExitSlitYScan.py
gac-x03da 95f8194430 Closedown
2018-04-24 16:48:35 +02:00

17 lines
401 B
Python

"""
exit slit calibration scan
manual settings: photon energy 800 eV (G1200), FE = 1 x 1, ADC/Keithley averaging
"""
POSITIONERS = (ExitSlitY)
SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent)
STARTPOS = (-0.5)
ENDPOS = (1.0)
STEPS = 0.01
LATENCY = 0.1
DWELL = 1.0
lscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, LATENCY, before_read=before_readout, after_read=after_readout)