From 265cd0e6436e2ef389937c03ddf2a7866677579f Mon Sep 17 00:00:00 2001 From: sfop Date: Mon, 6 Jun 2016 17:13:00 +0200 Subject: [PATCH] Startup --- script/{ => RFscan}/RF_phase_scan.py | 2 +- script/{ => test}/phase_scan.py | 0 script/{ => test}/region_scan_with_elog.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename script/{ => RFscan}/RF_phase_scan.py (90%) rename script/{ => test}/phase_scan.py (100%) rename script/{ => test}/region_scan_with_elog.py (100%) diff --git a/script/RF_phase_scan.py b/script/RFscan/RF_phase_scan.py similarity index 90% rename from script/RF_phase_scan.py rename to script/RFscan/RF_phase_scan.py index 7a4b721..6106e34 100644 --- a/script/RF_phase_scan.py +++ b/script/RFscan/RF_phase_scan.py @@ -11,7 +11,7 @@ x1 = Channel(bpm + ":X1") r = lscan(rf_phase_setpoint, [rf_phase_readback, rf_ampl_readback, x1], phase_start, phase_stop, phase_step, latency=0.5) -plot(r.getReadable(2), xdata = r.getReadable(0), title = "phase scan") +plot(r.getReadable(2), xdata = r.getReadable(0), title = "Phase scan") (amplitude, angular_frequency, phase, ok, maximum) = hfit(r.getReadable(2), xdata = r.getReadable(0)) diff --git a/script/phase_scan.py b/script/test/phase_scan.py similarity index 100% rename from script/phase_scan.py rename to script/test/phase_scan.py diff --git a/script/region_scan_with_elog.py b/script/test/region_scan_with_elog.py similarity index 100% rename from script/region_scan_with_elog.py rename to script/test/region_scan_with_elog.py