orangecontrib.tomwer.widgets.visualization.DiffViewerOW.DiffViewerOW#
- class orangecontrib.tomwer.widgets.visualization.DiffViewerOW.DiffViewerOW(*args, captionTitle=None, **kwargs)#
Associate TomoScanBase with the silx’s ComparaImage tool. Allows to compare two random frame.
- class Inputs#
- data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='addScan', ...)#
- addScan(value)#
- description = 'Allows comparison between two random frame from a scan'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
_DiffViewerPlaceHolder
- icon = 'icons/diff.png'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.tomwer.widgets.visualization.diffviewerow'#
- keywords = ['tomography', 'diff', 'tomwer', 'compare', 'comparison']#
Widget keywords, used for finding it in the quick menu.
- name = 'diff frame viewer'#
Widget name, as presented in the Canvas.
- priority = 107#
Widget priority, used for sorting within a category.
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
- settingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- sizeHint(self) QSize#
- want_control_area = False#
Should the widget construct a controlArea?
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)