rec_to_nwb.processing.metadata.metadata_manager
¶
Module Contents¶
Classes¶
|
|
-
class
MetadataManager
(metadata_path: str, probes_paths: list)¶ - Parameters
metadata_path (string) – path to file .yml with metadata describing experiment
probes_paths (list of strings) – list of paths to .yml files with data describing probes used in experiment
-
static
__validate
(metadata_path, probes_paths)¶
-
__get_metadata
(self, metadata_path)¶
-
__get_probes
(self, probes_paths)¶
-
__str__
(self)¶ Return str(self).