orangecontrib.tomwer.widgets.edit.ImageKeyUpgraderOW.ImageKeyUpgraderOW#

class orangecontrib.tomwer.widgets.edit.ImageKeyUpgraderOW.ImageKeyUpgraderOW(*args, captionTitle=None, **kwargs)#

Widget to define upgrade all frames with some specific values of ‘image_key’ others values

class Inputs#
data = Input(name='data', type=<class 'object'>, handler='data_ewoks_setter', ...)#
class Outputs#
data = Output(name='data', type=<class 'object'>, ...)#
data_ewoks_setter(value)#
default_inputs = Setting "None"#
description: str = 'Interface to upgrade all values of one or several specific `image_key` to a different value'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of ImageKeyUpgraderTask

get_task_inputs()#

Default inputs overwritten by inputs from previous tasks

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

Widget icon path, relative to the defining module.

id = 'orange.widgets.tomwer.control.ImageKeyUpgraderOW.ImageKeyUpgraderOW'#
keywords: Union[str, List[str]] = ['hdf5', 'nexus', 'tomwer', 'file', 'edition', 'NXTomo', 'editor', 'image key upgrader', 'image-key-upgrader', 'image_key', 'image_key_control']#

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

name: str = 'image-key-upgrader'#

Widget name, as presented in the Canvas.

priority: int = 60#

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)

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)