From d04000fca6f655b0931a676a6e1e8ed375551ae6 Mon Sep 17 00:00:00 2001 From: x03daop Date: Mon, 2 Nov 2015 15:10:17 +0100 Subject: [PATCH] Script execution --- script/ManipulatorScan.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/script/ManipulatorScan.py b/script/ManipulatorScan.py index 5da58f41..727dc45e 100644 --- a/script/ManipulatorScan.py +++ b/script/ManipulatorScan.py @@ -13,8 +13,6 @@ def AfterReadout(rec): if rec.index ==0: create_diag_datasets() append_diag_datasets() - -set_preference(Preference.PLOT_TYPES,{'Integration':1}) -log("X") -print "X" -lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=trig_scienta, after_read = None) \ No newline at end of file + +set_preference(Preference.PLOT_TYPES,{'ImageIntegrator':1}) +lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=trig_scienta, after_read = AfterReadout) \ No newline at end of file