orangecontrib.tomwer.widgets.control.BlissDataListenerOW.BlissDataListenerOW#
- class orangecontrib.tomwer.widgets.control.BlissDataListenerOW.BlissDataListenerOW(*args, captionTitle=None, **kwargs)#
This widget is used to listen to blissdata at a specific BEACON_HOST
- 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 listen to bliss data in order to retrieve on-going (tomo) bliss-sequence.\nIt must ne started **before** the bliss scan starts.\nOnce the bliss sequence is finished it will be converted to NXtomo(s)'#
Short widget description, displayed in canvas help tooltips.
- icon: str = 'icons/blissdata_listener.svg'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.widgets.tomwer.control.BlissDataListenerOW.BlissDataListenerOW'#
- keywords: Union[str, List[str]] = ['bliss data', 'blissdata', 'tomography', 'tomwer', 'listener', 'datalistener', 'hdf5', 'NXtomo']#
Widget keywords, used for finding it in the quick menu.
- name: str = 'Blissdata 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.