This commit is contained in:
sfop
2016-06-06 17:13:00 +02:00
parent 5ba82b7db7
commit 265cd0e643
3 changed files with 1 additions and 1 deletions

View File

@@ -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))