orangecontrib.tomwer.widgets.control.DataValidatorOW.DataValidatorOW#
- class orangecontrib.tomwer.widgets.control.DataValidatorOW.DataValidatorOW(*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', ...)#
- class Outputs#
- data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
- recons_params_changed = Output(name='change recons params', type=<class 'tomwer.core.scan.scanbase._TomwerBaseDock'>, ...)#
- addScan(value)#
- close(self) bool #
-
description:
str
= 'Widget displaying results of a reconstruction and asking to\n the user if he want to validate or not the reconstruction. User can also ask\n for some modification on the reconstruction parameters'# Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
_ScanValidatorPlaceHolder
- getNScanToValidate()#
-
icon:
str
= 'icons/validator.png'# Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.datavalidator'#
- isValidationManual()#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'file', 'tomwer', 'acquisition', 'validation']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'scan validator'# Widget name, as presented in the Canvas.
-
priority:
int
= 23# Widget priority, used for sorting within a category.
- reprocess(*, origin=<function DataValidatorOW.reprocess>)#
Implementation of docstring decorator.
It patches dest.__doc__.
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
- setAutomaticValidation(auto)#
-
settingsHandler:
SettingsHandler
= <orangewidget.settings.SettingsHandler object># Settings handler, can be overridden for context handling.
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)