orangecontrib.tomwer.widgets.stitching.StitcherOW.StitcherOW#
- class orangecontrib.tomwer.widgets.stitching.StitcherOW.StitcherOW(*args, captionTitle=None, **kwargs)#
Widget to apply stitching
- class Inputs#
- cluster_config = Input(name='cluster_config', type=<class 'tomwer.core.cluster.cluster.SlurmClusterConfiguration'>, handler='cluster_config_ewoks_setter', ...)#
- progress = Input(name='progress', type=<class 'object'>, handler='progress_ewoks_setter', ...)#
- serialize_output_data = Input(name='serialize_output_data', type=<class 'object'>, handler='serialize_output_data_ewoks_setter', ...)#
- stitching_config = Input(name='stitching configuration', type=<class 'dict'>, handler='stitching_config_ewoks_setter', ...)#
- class Outputs#
- data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
- future_tomo_obj = Output(name='future_tomo_obj', type=<class 'tomwer.core.futureobject.FutureTomwerObject'>, ...)#
- volume = Output(name='volume', type=<class 'tomwer.core.volume.volumebase.TomwerVolumeBase'>, ...)#
- cluster_config_ewoks_setter(value)#
- default_inputs = Setting "None"#
-
description:
str
= 'Interface to trigger stitching'# Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
StitcherTask
-
icon:
str
= 'icons/stitcher_icon.svg'# Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.stitching.StitcherOW.StitcherOW'#
-
keywords:
Union
[str
,List
[str
]] = ['hdf5', 'tomwer', 'NXTomo', 'stitcher', 'stitching', 'z-stitching', 'z-serie', 'zserie']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'stitcher'# Widget name, as presented in the Canvas.
-
priority:
int
= 52# Widget priority, used for sorting within a category.
- progress_ewoks_setter(value)#
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
- serialize_output_data_ewoks_setter(value)#
-
settingsHandler:
SettingsHandler
= <orangewidget.settings.SettingsHandler object># Settings handler, can be overridden for context handling.
- stitching_config_ewoks_setter(value)#
- 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)