orangecontrib.tomwer.widgets.control.DataWatcherOW.DataWatcherOW#

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

This widget is used to observe a selected folder and his sub-folders to detect if they are containing valid-finished acquisitions.

DEFAULT_DIRECTORY = '/lbsram/data/visitor'#
class Outputs#
bliss_scan = Output(name='bliss data', type=<class 'tomwer.core.scan.blissscan.BlissScan'>, ...)#
data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
acquisitionMethod = Setting "None"#
close(self) bool#
property currentStatus#
description: str = 'The widget will observe folder and sub folders of a given path and waiting for acquisition to be ended. The widget will infinitely wait until an acquisition is ended. If an acquisition is ended then a signal containing the folder path is emitted.'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of DataWatcherEwoksTask

folderObserved = Setting "None"#
icon: str = 'icons/datawatcher.svg'#

Widget icon path, relative to the defining module.

id = 'orangecontrib.widgets.tomwer.datawatcherwidget.DataWatcherOW'#
keywords: Union[str, List[str]] = ['tomography', 'file', 'tomwer', 'observer', 'datawatcher']#

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

linuxFilePatternSetting = Setting "None"#
name: str = 'scan watcher'#

Widget name, as presented in the Canvas.

priority: int = 12#

Widget priority, used for sorting within a category.

resetStatus()#
resizing_enabled = True#

Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)

setFolderObserved(path)#
setObservation(b)#
setTimeBreak(val)#

Set the time break between two loop observation :type val: :param val: time (in sec)

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

Settings handler, can be overridden for context handling.

property sigTMStatusChanged#
startObservation()#
stopObservation(succes=False)#
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)

property widget#