Startup
This commit is contained in:
@@ -71,7 +71,6 @@ try:
|
||||
(fit_amplitude, fit_phase_deg, fit_offset, ph_crest, fit_x, fit_y) = hfitoff(energy , rf_phase)
|
||||
except:
|
||||
raise Exception("Fit failure")
|
||||
#plt = plot([energy, fit_y], ["data", "fit"], [rf_phase, fit_x])[0]
|
||||
plt = plot(None,name="data")[0]
|
||||
plt.getSeries(0).setData(to_array(rf_phase,'d'), to_array(energy,'d'))
|
||||
plt.getSeries(0).setPointSize(8)
|
||||
|
||||
Reference in New Issue
Block a user