orangecontrib.tomwer.widgets.control.NXTomomillOW.NXTomomillOW#
- class orangecontrib.tomwer.widgets.control.NXTomomillOW.NXTomomillOW(*args, captionTitle=None, **kwargs)#
Widget to allow user to pick some bliss files and that will convert them to HDF5scan.
- CONFIG_CLS#
alias of
TomoHDF5Config
- class Inputs#
- bliss_scan = Input(name='bliss_scan', type=<class 'object'>, handler='bliss_scan_ewoks_setter', ...)#
- LOGGER = <Logger orangecontrib.tomwer.widgets.control.NXTomomillOW (WARNING)>#
- class Outputs#
- data = Output(name='data', type=<class 'object'>, ...)#
- series = Output(name='series', type=<class 'object'>, ...)#
- bliss_scan_ewoks_setter(value)#
- default_inputs = Setting "None"#
-
description:
str
= 'Read a bliss .h5 file and extract from it all possibleNxTomo. When validated create a TomwerBaseScan for each file and entry'# Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
H5ToNxProcess
- getHDF5Config()#
- get_task_inputs()#
Default inputs overwritten by inputs from previous tasks
- handleNewSignals()#
Invoked by the workflow signal propagation manager after all signals handlers have been called.
- Return type:
None
-
icon:
str
= 'icons/nxtomomill.svg'# Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.control.NXTomomillOW.NXTomomillOW'#
- keyPressEvent(self, a0: QKeyEvent | None)#
-
keywords:
Union
[str
,List
[str
]] = ['hdf5', 'nexus', 'tomwer', 'file', 'convert', 'NXTomo', 'tomography', 'nxtomomill', 'h52nx']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'nxtomomill h52nx (bliss-HDF5)'# Widget name, as presented in the Canvas.
-
priority:
int
= 120# Widget priority, used for sorting within a category.
- property request_input#
- 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.
- trigger_downstream()#
- Return type:
None
- want_control_area = False#
Should the widget construct a controlArea?
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)