orangecontrib.tomwer.widgets.control.DataDiscoveryOW.DataDiscoveryOW#
- class orangecontrib.tomwer.widgets.control.DataDiscoveryOW.DataDiscoveryOW(*args, captionTitle=None, **kwargs)#
This widget will browse a folder and sub folder to find valid tomo scan project. Contrary to the scan watcher it will parse all folder / sub folders then stop.
- class Outputs#
- data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
- description = 'This widget will browse a folder and sub folder to find valid tomo scan project. \nContrary to the scan watcher it will parse all folder / sub folders then stop.'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
_DataDiscoveryPlaceHolder
- getConfiguration()#
- Return type:
dict
- getProcessingThread()#
- Return type:
QThread
- icon = 'icons/datadiscover.svg'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.widgets.tomwer.control.DataDiscoveryOW.DataDiscoveryOW'#
- keywords = ['tomography', 'tomwer', 'datadiscovery', 'data', 'discovery', 'search', 'research', 'hdf5', 'NXtomo']#
Widget keywords, used for finding it in the quick menu.
- name = 'scan discovery'#
Widget name, as presented in the Canvas.
- priority = 11#
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)
- setConfiguration(config)#
- setFilePattern(pattern)#
- setFolderObserved(dir_)#
- setSearchScanType(scan_type)#
- settings = Setting "None"#
- settingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- start_discovery(wait=None)#
start the discovery of scans :type wait:
int|None:param wait: optional waiting time in second
- 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)