hyperspyui._tools.linetool module
Created on Thu Jul 30 11:42:05 2015
@author: Vidar Tonaas Fauske
- class hyperspyui._tools.linetool.LineTool(windows=None)
Bases:
hyperspyui._tools.signalfiguretool.SignalFigureTool
Tool to select a ROI on a signal interactively. Simply click and drag in a figure to create an ROI, and then press enter to indicate that the selection is complete, or ESC to cancel. The selection can also be aborted by simply selecting a different tool.
- _on_change(widget)
- accept()
- accepted
- cancel()
- cancelled
- disconnect_windows(windows)
- get_category()
- get_name()
- in_ax(ax)
- is_on()
- is_selectable()
- make_cursor()
Initialize the cursor for this instance. Is called in constructor.
- property ndim
- on_keyup(event)
- on_mousedown(event)
- updated
- property widget