From 285092814d023ec56f14503a0449a98ffcaae4b4 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 15 Jun 2015 14:42:44 +0200 Subject: [PATCH] Script execution --- script/Motor Test 3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Motor Test 3.py b/script/Motor Test 3.py index 119dc2b..47e45fc 100644 --- a/script/Motor Test 3.py +++ b/script/Motor Test 3.py @@ -112,7 +112,7 @@ for setpoint1 in range(0, 3): b = detector6 count = setpoint1 idDiff01 = a-b - scan.append ([setpoint2], [readback2], [detector1, detector2, detector3, detector4, detector5, detector6, detector7, detector8, idDiff02, idDiff01]) + scan.append ([count], [readback2], [detector1, detector2, detector3, detector4, detector5, detector6, detector7, detector8, idDiff02, idDiff01]) if endH>0.0 : #invert direction and swap start with end of translation end = startDefault