This commit is contained in:
x03daop
2015-11-03 16:03:38 +01:00
parent 3cef3ad6ff
commit 626835d58b
3 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -10,4 +10,5 @@ RELATIVE (BOOLEAN)
"""
#set_preference(Preference.PLOT_TYPES,{'ImageIntegrator':1})
lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=trig_scienta, after_read = AfterReadout)
adjust_sensors()
lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=trig_scienta, after_read = after_readout)