Skip to content

Commit 6117832

Browse files
committed
Comment on the use of the handle_metadata function
1 parent 58662a9 commit 6117832

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/murfey/client/watchdir_multigrid.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ def stop(self):
5050
log.debug("MultigridDirWatcher thread stop completed")
5151

5252
def _handle_metadata(self, directory: Path, extra_directory: str, limited=True):
53+
"""
54+
Handles all unknown directories in the visit folder
55+
These are transferred into a raw folder as subdirectories
56+
named using "extra_directory"
57+
For SPA and Tomo this is metadata, for SXT this will be both metadata and data
58+
"""
5359
self.notify(
5460
directory,
5561
extra_directory=extra_directory,

0 commit comments

Comments
 (0)