orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW#

class orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW(*args, captionTitle=None, **kwargs)#

a data viewer able to:

  • display slices (latest reconstructed if any)

  • display radios with or without normalization

Parameters:

parent – the parent widget

class Inputs#
data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='addScan', ...)#
addScan(value, id=None)#
close(self) bool#
description: str = 'allow user too browse through data'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of _DataViewerPlaceHolder

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

Widget icon path, relative to the defining module.

id = 'orange.widgets.tomwer.dataviewer'#
keywords: Union[str, List[str]] = ['tomography', 'file', 'tomwer', 'acquisition', 'validation']#

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

name: str = 'data viewer'#

Widget name, as presented in the Canvas.

priority: int = 70#

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)