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:
str
= '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()#
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/concatenate_nxtomos.svg'# Widget icon path, relative to the defining module.
- id = 'orangecontrib.tomwer.widgets.control.NXtomoConcatenate.NXtomoConcatenate'#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'nabu', 'reconstruction', 'concatenate', 'NXtomo', 'data', 'NXtomoScan']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'NXtomo concatenation'# Widget name, as presented in the Canvas.
-
priority:
int
= 200# Widget priority, used for sorting within a category.
- process_series(value)#
- 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.
- sizeHint()#
- Return type:
QSize
- 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)