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_input_setter', ...)#
- process_id = Input(name='process_id', type=<class 'object'>, handler='process_id_ewoks_input_setter', ...)#
- progress = Input(name='progress', type=<class 'object'>, handler='progress_ewoks_input_setter', ...)#
- stitching_config = Input(name='stitching configuration', type=<class 'dict'>, handler='stitching_config_ewoks_input_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_input_setter(value)#
- default_inputs = Setting "None"#
- description = 'Interface to trigger stitching'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
StitcherTask
- icon = 'icons/stitcher_icon.svg'#
Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.stitching.StitcherOW.StitcherOW'#
- keywords = ['hdf5', 'tomwer', 'NXTomo', 'stitcher', 'stitching', 'z-stitching', 'z-serie', 'zserie']#
Widget keywords, used for finding it in the quick menu.
- name = 'stitcher'#
Widget name, as presented in the Canvas.
- priority = 52#
Widget priority, used for sorting within a category.
- process_id_ewoks_input_setter(value)#
- progress_ewoks_input_setter(value)#
- settingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- stitching_config_ewoks_input_setter(value)#