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 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='data_ewoks_input_setter', ...)#
- class Outputs#
- data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
- data_ewoks_input_setter(value)#
- default_inputs = Setting "None"#
- description = 'Interface to edit `image_key` of nexus files'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
ImageKeyEditorTask
- getConfiguration()#
- handleNewSignals()#
Called by Orange after all signal handlers have run to set dynamic inputs.
Default implementation triggers task execution (with propagation).
- Return type:
None
- icon = 'icons/image_key_editor.svg'#
Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.control.ImageKeyEditorOW.ImageKeyEditorOW'#
- keywords = ['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 = 'image-key-editor'#
Widget name, as presented in the Canvas.
- priority = 24#
Widget priority, used for sorting within a category.
- reprocess(scan)#
Reprocess a dataset.
- Parameters:
dataset (Dataset) – dataset to reprocess
- settingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.