From 5cc3407f56f1fc4a1df8a289cacc7c09cb4dbdb8 Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Tue, 12 Dec 2017 16:54:45 +0100 Subject: [PATCH] Script execution --- script/PolSwitch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/PolSwitch.py b/script/PolSwitch.py index f2f032b..e6895af 100644 --- a/script/PolSwitch.py +++ b/script/PolSwitch.py @@ -82,8 +82,10 @@ for E in setpoints: if H > 0: scan1.append ([E, H], [readback1, readback2], [detector1, detector2, detector4, detector7, tey_norm]) + print "appending: ", H if H < 0: scan2.append ([E, H], [readback1, readback2], [detector1, detector2, detector4, detector7, tey_norm]) + print "appending: ", H scan1.end() scan2.end()