orangecontrib.tomwer.widgets.edit.NXtomoEditorOW.NXtomoEditorOW#

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

Widget to edit manually an NXtomo

class Inputs#
data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='setScan', ...)#
class Outputs#
data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
description: str = 'Interface to edit manually a NXtomo'#

Short widget description, displayed in canvas help tooltips.

getConfiguration()#
Return type:

dict

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

Widget icon path, relative to the defining module.

id = 'orange.widgets.tomwer.edit.NXtomoEditorOW.NXtomoEditorOW'#
keywords: Union[str, List[str]] = ['hdf5', 'nexus', 'tomwer', 'file', 'edition', 'NXTomo', 'editor', 'energy', 'distance', 'pixel size']#

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

name: str = 'nxtomo-editor'#

Widget name, as presented in the Canvas.

output_summaries: Dict[str, PartialSummary]#
priority: int = 10#

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)

setConfiguration(config)#
setScan(value)#
settings = Setting "None"#
settingsHandler: SettingsHandler = <orangewidget.settings.SettingsHandler object>#

Settings handler, can be overridden for context handling.

sigScanReady#

emit when scan ready. Used for test only

sizeHint(self) QSize#
want_main_area = True#

Should the widget construct a mainArea? (a resizable area to the right of the controlArea)