orangecontrib.tomwer.widgets.edit.ImageKeyEditorOW.ImageKeyEditorOW#

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

Widget to define on the fly the image_key of a NXtomoScan

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 edit `image_key` of nexus files'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of ImageKeyEditorTask

getConfiguration()#
handleNewSignals()#

Invoked by the workflow signal propagation manager after all signals handlers have been called.

Return type:

None

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

Widget icon path, relative to the defining module.

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

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

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

Widget name, as presented in the Canvas.

priority: int = 24#

Widget priority, used for sorting within a category.

reprocess(scan)#

Reprocess a dataset.

Parameters:

dataset (Dataset) – dataset to reprocess

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)