orangecontrib.tomwer.widgets.control.SingleTomoObjOW.SingleTomoObjOW#
- class orangecontrib.tomwer.widgets.control.SingleTomoObjOW.SingleTomoObjOW(*args, captionTitle=None, **kwargs)#
- class Inputs#
- tomo_obj = Input(name='tomo_obj', type=<class 'tomwer.core.tomwer_object.TomwerObject'>, handler='add', ...)#
- class Outputs#
- reduced_darks = Output(name='reduced dark(s)', type=<class 'dict'>, ...)#
- reduced_flats = Output(name='reduced flat(s)', type=<class 'dict'>, ...)#
- relative_reduced_darks = Output(name='relative reduced dark(s)', type=<class 'dict'>, ...)#
- relative_reduced_flats = Output(name='relative reduced flat(s)', type=<class 'dict'>, ...)#
- tomo_obj = Output(name='tomo_obj', type=<class 'tomwer.core.tomwer_object.TomwerObject'>, ...)#
- add(value)#
-
description:
str
= 'Definition of a single dataset'# Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
SingleTomoObjProcess
-
icon:
str
= 'icons/single_tomo_obj.svg'# Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.control.SingleScanOW.SingleScanOW'#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'NXtomo', 'tomwer', 'folder', 'scan']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'single tomo obj'# Widget name, as presented in the Canvas.
-
priority:
int
= 51# 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)