Script execution
This commit is contained in:
@@ -42,5 +42,10 @@ try:
|
||||
finally:
|
||||
phase.close()
|
||||
# camtool.close()
|
||||
|
||||
plot((E, dE), xdata = rf_phase, title="Phase scan")
|
||||
|
||||
|
||||
p = plot(None,name="Energy")[0]
|
||||
p.addSeries(LinePlotSeries("Energy spread"))
|
||||
p.getSeries(0).setData(rf_phase, E)
|
||||
p.getSeries(1).setData(rf_phase, dE)
|
||||
#plot((E, dE), xdata = rf_phase, title="Phase scan")
|
||||
|
||||
Reference in New Issue
Block a user