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 'tomwer.model.reconstruction.reduced_frames.ReducedFrames'>, ...)#
- reduced_flats = Output(name='reduced flat(s)', type=<class 'tomwer.model.reconstruction.reduced_frames.ReducedFrames'>, ...)#
- tomo_obj = Output(name='tomo_obj', type=<class 'tomwer.core.tomwer_object.TomwerObject'>, ...)#
- add(value)#
- description = 'Definition of a single dataset'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
SingleTomoObjProcess
- icon = 'icons/single_tomo_obj.svg'#
Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.control.SingleScanOW.SingleScanOW'#
- keywords = ['tomography', 'NXtomo', 'tomwer', 'folder', 'scan']#
Widget keywords, used for finding it in the quick menu.
- name = 'single tomo obj'#
Widget name, as presented in the Canvas.
- priority = 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 = <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)