Closedown

This commit is contained in:
x03daop
2015-11-02 16:56:59 +01:00
parent 987e4a34c0
commit c1d254bbd3
12 changed files with 49 additions and 38 deletions
-5
View File
@@ -8,11 +8,6 @@ STEPS (int or tuple)
LATENCY (double)
RELATIVE (BOOLEAN)
"""
def AfterReadout(rec):
if rec.index == 0:
create_diag_datasets()
append_diag_datasets()
set_preference(Preference.PLOT_TYPES,{'ImageIntegrator':1})
lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=trig_scienta, after_read = AfterReadout)