Script execution
This commit is contained in:
15
script/optics/ExitSlitScanScienta.py
Normal file
15
script/optics/ExitSlitScanScienta.py
Normal 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()
|
||||
Reference in New Issue
Block a user