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