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 H52nxModel

class Inputs#
bliss_scan = Input(name='bliss_scan', type=<class 'object'>, handler='bliss_scan_ewoks_input_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_input_setter(value)#
default_inputs = Setting "None"#
description = '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

get_task_inputs()#

Merge default and dynamic inputs producing the inputs mapping used by tasks.

Returns:

Mapping of input name -> Variable or value (may include missing markers).

handleNewSignals()#

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

Return type:

None

icon = 'icons/nxtomomill.svg'#

Widget icon path, relative to the defining module.

id = 'orange.widgets.tomwer.control.NXTomomillOW.NXTomomillOW'#
keyPressEvent(self, a0: QKeyEvent | None)#
keywords = ['hdf5', 'nexus', 'tomwer', 'file', 'convert', 'NXTomo', 'tomography', 'nxtomomill', 'h52nx']#

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

name = 'nxtomomill h52nx (bliss-HDF5)'#

Widget name, as presented in the Canvas.

priority = 120#

Widget priority, used for sorting within a category.

property request_input#
settingsHandler = <orangewidget.settings.SettingsHandler object>#

Settings handler, can be overridden for context handling.

trigger_downstream()#

Send the current task output variables downstream via Orange signals.

Outputs set to invalidation data are sent as INVALIDATION_DATA.

Return type:

None