From d2aee76a82e893f1f587759e642648c99c7171d0 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Tue, 14 Feb 2017 13:38:00 +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 b99a546..7bba0ea 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -44,7 +44,7 @@ finally: # camtool.close() print rf_phase -xx = [10,20,30,40,50,60] +xx = [0.0, 30.0, 60.0, 90.0, 120.0, 150.0, 180.0] p = plot(None,name="Energy")[0] p.addSeries(LinePlotSeries("data"))