orangecontrib.tomwer.widgets.deprecated.DataListenerOW.DataListenerOW#

class orangecontrib.tomwer.widgets.deprecated.DataListenerOW.DataListenerOW(*args, captionTitle=None, **kwargs)#

This widget is used to listen to a server notifying the widget when an acquisition is finished. Then the bliss file will be converted to .nx file, NXtomo compliant.

activate(activate=True, is_using_rpc=True)#

Overwrite the activate to notify the user in case the port is occupy

create_listening_thread()#

Procedure to create the listening thread :return: listening thread

delete_listening_thread()#

Procedure to delete the listening thread

description: str = 'The widget will receive information from bliss acquisition and wait for acquisition to be finished. Once finished it will call nxtomomill to convert from bliss .hdf5 to NXtomo compliant .nx file'#

Short widget description, displayed in canvas help tooltips.

handleSigTerm(signo, *args, **kwargs)#
icon: str = 'icons/datalistener.svg'#

Widget icon path, relative to the defining module.

id = 'orangecontrib.widgets.tomwer.deprecated.DataListenerOW.DataListenerOW'#
keywords: Union[str, List[str]] = ['tomography', 'file', 'tomwer', 'listener', 'datalistener', 'hdf5', 'NXtomo']#

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

name: str = 'Old scan listener'#

Widget name, as presented in the Canvas.

priority: int = 10#

Widget priority, used for sorting within a category.

settingsHandler: SettingsHandler = <orangewidget.settings.SettingsHandler object>#

Settings handler, can be overridden for context handling.