hyperspyui.plugins.basicspectrum module
Created on Sun Mar 01 15:20:55 2015
@author: Vidar Tonaas Fauske
- class hyperspyui.plugins.basicspectrum.BasicSpectrumPlugin(main_window)
Bases:
hyperspyui.plugins.plugin.Plugin
- _adjust_components_state_update(win, action)
- _plot_components_state_update(win, action)
- _toggle_fixed_height(floating)
- adjust_component_position(model=None)
Add widgets to adjust the position of the components in the model.
- create_actions()
- create_toolbars()
- create_tools()
- create_widgets()
- estimate_thickness(signal=None)
- filter_butterworth(signal=None)
- fourier_ratio()
- hanning_taper(signal=None)
- name = 'Basic spectrum tools'
- pick_element(element, signal=None)
- plot_components(model=None)
Plot the function of each component together with the model.
- remove_background(signal=None)
- smooth_lowess(signal=None)
- smooth_savitzky_golay(signal=None)
- smooth_tv(signal=None)
- class hyperspyui.plugins.basicspectrum.ElementPickerTool(windows=None)
Bases:
hyperspyui._tools.signalfiguretool.SignalFigureTool
- get_category()
- get_icon()
- get_name()
- is_selectable()
- on_mouseup(event)
- on_pick_line(line)
- picked
- hyperspyui.plugins.basicspectrum.tr(text)