Script execution

This commit is contained in:
gac-x03da
2022-02-03 12:46:22 +01:00
parent 4bcfce223d
commit f0ba4516fa

View File

@@ -0,0 +1,15 @@
"""
exit slit scan with Scienta acquisition
"""
POSITIONERS = (ExitSlit)
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution, ScientaImage)
POSITIONS = [50, 100, 200, 400, 800]
LATENCY = 5.0
adjust_sensors()
set_adc_averaging()
set_exec_pars(compression=True)
vscan(POSITIONERS, SENSORS, POSITIONS, latency=LATENCY, before_read=before_readout, after_read=after_readout)
after_scan()