From 47c694508e3fa4aafcd022329c5ca395ae19487e Mon Sep 17 00:00:00 2001 From: voulot_d Date: Tue, 14 Feb 2017 13:23:16 +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 f321ed1..3aea47a 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -43,4 +43,4 @@ finally: phase.close() # camtool.close() -plot(E, xdata = rf_phase, title="Phase scan") +plot((E, dE), xdata = rf_phase, title="Phase scan")