Closedown
This commit is contained in:
@@ -45,9 +45,9 @@ for p in plots[1:]:
|
||||
|
||||
# online spectrum
|
||||
|
||||
# p = plots[0]
|
||||
# spectrum_series = p.getSeries(0)
|
||||
# spectrum_eb_axis = p.chart.plot.getDomainAxis(1)
|
||||
p = plots[0]
|
||||
spectrum_series = p.getSeries(0)
|
||||
spectrum_eb_axis = p.chart.plot.getDomainAxis(1)
|
||||
def plot_cur_spectrum_eb():
|
||||
"""
|
||||
plot online spectrum function for forked task.
|
||||
@@ -113,7 +113,7 @@ try:
|
||||
xdata = None
|
||||
ydata = None
|
||||
image_data = None
|
||||
task = fork(plot_cur_spectrum)
|
||||
task = fork(plot_cur_spectrum_eb)
|
||||
|
||||
path="scan" + str(cur_range+1) + "/"
|
||||
for cur_iteration in range(vars[2]):
|
||||
|
||||
Reference in New Issue
Block a user