orangecontrib.tomwer.widgets.control.EDF2NXTomomillOW.EDF2NXOW#

class orangecontrib.tomwer.widgets.control.EDF2NXTomomillOW.EDF2NXOW(*args, captionTitle=None, **kwargs)#

Widget to allow user to pick some bliss files and that will convert them to HDF5scan.

CONFIG_CLS#

alias of TomoEDFConfig

class Inputs#
edf_scan = Input(name='edf_scan', type=<class 'object'>, handler='edf_scan_ewoks_setter', ...)#
LOGGER = <Logger orangecontrib.tomwer.widgets.control.EDF2NXTomomillOW (WARNING)>#
class Outputs#
data = Output(name='data', type=<class 'object'>, ...)#
convertAutoEDFScanReceivedFromChannel()#
Return type:

bool

default_inputs = Setting "None"#
description: str = 'Convert folders with .edf to .nx'#

Short widget description, displayed in canvas help tooltips.

edf_scan_ewoks_setter(value)#
ewokstaskclass#

alias of EDFToNxProcess

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/edf2nx.svg'#

Widget icon path, relative to the defining module.

id = 'orange.widgets.tomwer.control.NXTomomillOW.EDF2NXOW'#
keywords: Union[str, List[str]] = ['edf', 'nexus', 'tomwer', 'file', 'convert', 'NXTomo', 'tomography', 'edf2nx', 'nxtomomill']#

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

name: str = 'nxtomomill - edf2nx (Spec-EDF)'#

Widget name, as presented in the Canvas.

priority: int = 121#

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)

setConvertAutoEDFScanReceivedFromChannel(checked)#
settingsHandler: SettingsHandler = <orangewidget.settings.SettingsHandler object>#

Settings handler, can be overridden for context handling.

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)