orangecontrib.tomwer.widgets.visualization.SinogramViewerOW.SinogramViewerOW#
- class orangecontrib.tomwer.widgets.visualization.SinogramViewerOW.SinogramViewerOW(*args, captionTitle=None, **kwargs)#
This widget can be used to compute and display a specific sinogram from an acquisition.
- class Inputs#
- data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='addLeafScan', ...)#
- addLeafScan(value)#
- close(self) bool #
-
description:
str
= 'This widget can be used to compute and display a specific sinogram from an acquisition.'# Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
_SinogramViewerPlaceHolder
-
icon:
str
= 'icons/sinogramviewer.png'# Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.visualization.sinogramviewer'#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'sinogram', 'radio']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'sinogram viewer'# Widget name, as presented in the Canvas.
-
priority:
int
= 5# 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.
- 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)