orangecontrib.tomwer.widgets.control.NXtomoConcatenate.NXtomoConcatenateOW#
- class orangecontrib.tomwer.widgets.control.NXtomoConcatenate.NXtomoConcatenateOW(*args, captionTitle=None, **kwargs)#
widget used to call do a concatenation of a serie (of NXtomo) into a single Nxtomo
- Parameters:
parent – the parent widget
- class Inputs#
- series = Input(name='series', type=<class 'tomoscan.series.Series'>, handler='process_series', ...)#
- LOGGER = <Logger orangecontrib.tomwer.widgets.control.NXtomoConcatenate (WARNING)>#
- class Outputs#
- data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
- TIMEOUT = 30#
- default_inputs = Setting "None"#
- description = 'concatenate a serie (of NXtomo / NXtomoScan) into a single Nxtomo'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
ConcatenateNXtomoTask
- getOutputEntry()#
- Return type:
str
- getOutputFilePath()#
- Return type:
str
- 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/concatenate_nxtomos.svg'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.tomwer.widgets.control.NXtomoConcatenate.NXtomoConcatenate'#
- keywords = ['tomography', 'nabu', 'reconstruction', 'concatenate', 'NXtomo', 'data', 'NXtomoScan']#
Widget keywords, used for finding it in the quick menu.
- name = 'NXtomo concatenation'#
Widget name, as presented in the Canvas.
- priority = 200#
Widget priority, used for sorting within a category.
- process_series(value)#
- property request_input#
- settingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- sizeHint()#
- Return type:
QSize