From cb78ef3b087932f0e491cc9c90c28a48384b7aed Mon Sep 17 00:00:00 2001 From: voulot_d Date: Tue, 14 Feb 2017 13:17:05 +0100 Subject: [PATCH] Script execution --- script/RFscan/GunScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RFscan/GunScan.py b/script/RFscan/GunScan.py index bdece4f..3ac10ff 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -43,4 +43,4 @@ finally: phase.close() # camtool.close() -plot(((1,2,3),(1,2,3)),name="data", title="Phase scan") +plot((E,dE), name="data", title="Phase scan")