From 92528b4675b0674c85110db6987b8274083b5d4e Mon Sep 17 00:00:00 2001 From: voulot_d Date: Tue, 14 Feb 2017 13:17:53 +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 3ac10ff..6fcae0d 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -43,4 +43,4 @@ finally: phase.close() # camtool.close() -plot((E,dE), name="data", title="Phase scan") +plot((E,dE), name="data", xdata = rf_phase, title="Phase scan")