From 55e148caa5e0b7222fb75d23725b90d2fa2a198a Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Tue, 12 Dec 2017 17:04:35 +0100 Subject: [PATCH] Script execution --- script/PolSwitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/PolSwitch.py b/script/PolSwitch.py index 2e38dd7..038f007 100644 --- a/script/PolSwitch.py +++ b/script/PolSwitch.py @@ -81,7 +81,7 @@ for E in setpoints: else: detector4 = 0 if H < 0: - scan1.append ([E, H], [readback1, readback2], [detector1, detector2, detector4, detector7, tey_norm]) + scan1.append ([E, -H], [readback1, readback2], [detector1, detector2, detector4, detector7, tey_norm]) if H > 0: scan2.append ([E, H], [readback1, readback2], [detector1, detector2, detector4, detector7, tey_norm])