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: str = 'Allows comparison between two random frame from a scan'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of _DiffViewerPlaceHolder

icon: str = 'icons/diff.png'#

Widget icon path, relative to the defining module.

id = 'orangecontrib.tomwer.widgets.visualization.diffviewerow'#
keywords: Union[str, List[str]] = ['tomography', 'diff', 'tomwer', 'compare', 'comparison']#

Widget keywords, used for finding it in the quick menu.

name: str = 'diff frame viewer'#

Widget name, as presented in the Canvas.

priority: int = 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: 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)