Closedown

This commit is contained in:
x03daop
2017-06-06 10:43:06 +02:00
parent 73f600b8da
commit 243cec53e2

View File

@@ -147,8 +147,8 @@ def do_scan(motors, positions, regions, latency):
adjust_sensors()
set_adc_averaging()
#vscan(motors, SENSORS, positions, True, latency,False, before_read=wait_beam, after_read = after_readout)
vscan(motors, SENSORS, positions, True, latency,False, after_read = after_readout)
vscan(motors, SENSORS, positions, True, latency,False, before_read=wait_beam, after_read = after_readout)
#vscan(motors, SENSORS, positions, True, latency,False, after_read = after_readout)
for (index, region) in enumerate(regions):
set_attribute(get_exec_pars().scanPath + "ScientaSpectrum{0}".format(index + 1), "RegionName", region['name'])