orangecontrib.tomwer.widgets.reconstruction.SinoNormOW.SinoNormOW#
- class orangecontrib.tomwer.widgets.reconstruction.SinoNormOW.SinoNormOW(*args, captionTitle=None, **kwargs)#
A simple widget managing the copy of an incoming folder to an other one
- Parameters:
parent – the parent widget
- class Inputs#
- data_in = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='process', ...)#
- class Outputs#
- data_out = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
- clear()#
-
description:
str
= 'Define normalization on intensity to be applied on projections'# Short widget description, displayed in canvas help tooltips.
- getConfiguration()#
- getCurrentMethod()#
- getCurrentSource()#
- getCurrentlyDefinedValues()#
-
icon:
str
= 'icons/norm_I.svg'# Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.reconstruction.SinoNormOW.SinoNormOW'#
- isLocked()#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'normalization', 'norm', 'I', 'intensity', 'projections', 'radios']# Widget keywords, used for finding it in the quick menu.
- loadSettings()#
-
name:
str
= 'sino normalization'# Widget name, as presented in the Canvas.
-
priority:
int
= 28# Widget priority, used for sorting within a category.
- process(value)#
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
- setCurrentMethod(mode)#
- setCurrentSource(source)#
- setLocked(locked)#
-
settingsHandler:
SettingsHandler
= <orangewidget.settings.SettingsHandler object># Settings handler, can be overridden for context handling.
- sigScanReady#
Signal emitted when a scan is ended
- validateCurrentScan()#
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)