hyperspyui.signalwrapper module
Created on Fri Oct 24 18:27:15 2014
@author: Vidar Tonaas Fauske
- class hyperspyui.signalwrapper.SignalWrapper(signal, mainwindow, name=None)
Bases:
hyperspyui.actionable.Actionable
- _closed()
- _replot()
- _untitled_counter = 0
- add_figure(fig)
- add_model(model)
- as_signal1D(axis=0)
- as_signal2D(axis=(0, 1))
- close()
- closing
- property keep_on_close
- make_model(*args, **kwargs)
- model_added
- model_removed
- plot(*args, **kwargs)
- remove_figure(fig)
- remove_model(model)
- replot()
- sig_closing()
- switch_signal(new_signal)
Switch the signal wrapped by this wrapper. To complete the switch, the signal should also be replotted if previously plotted. For performance reasons this is left as the responsibility of the caller.
- update()
- update_figures()