Script execution

This commit is contained in:
x03daop
2017-04-12 11:55:51 +02:00
parent 365b51c540
commit bbc85ddb83

View File

@@ -98,10 +98,10 @@ class ImageReader(ReadonlyRegisterBase, ReadonlyRegisterMatrix):
return ny
# plotting current spectrum
names = "Scienta spectrum"
plots = plot(None, names)
#names = "Scienta spectrum"
#plots = plot(None, names)
global spectrum_series
spectrum_series = plots[0].getSeries(0)
spectrum_series = None #plots[0].getSeries(0)
task = None
def plot_cur_spectrum():