orangecontrib.tomwer.widgets.control.ReduceDarkFlatSelectorOW.ReduceDarkFlatSelectorOW#

class orangecontrib.tomwer.widgets.control.ReduceDarkFlatSelectorOW.ReduceDarkFlatSelectorOW(*args, captionTitle=None, **kwargs)#
class Inputs#
in_reduced_frames = Input(name='reduced frames', type=<class 'dict'>, handler='addReduceFrames', ...)#
class Outputs#
out_reduced_darks = Output(name='reduced dark(s)', type=<class 'dict'>, ...)#
out_reduced_flats = Output(name='reduced flat(s)', type=<class 'dict'>, ...)#
addReduceFrames(value, id=None)#
description: str = 'Allow user to select one or several reduced dark / flat'#

Short widget description, displayed in canvas help tooltips.

getConfiguration()#
Return type:

tuple

icon: str = 'icons/reduced_darkflat_selector.svg'#

Widget icon path, relative to the defining module.

id = 'orangecontrib.widgets.tomwer.control.ReduceDarkFlatSelectorOW.ReduceDarkFlatSelectorOW'#
keywords: Union[str, List[str]] = ['tomography', 'selection', 'tomwer', 'scan', 'data', 'reduce', 'dark', 'flat', 'reduced']#

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

name: str = 'reduce dark-flat selector'#

Widget name, as presented in the Canvas.

priority: int = 242#

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)

setConfiguration(configuration)#
Return type:

None

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)