BrainsetDescription#
- class torch_brain.data.BrainsetDescription(id, origin_version, derived_version, source, description, **kwargs)[source]#
Bases:
torch_brain.data.data.DataA container for storing brainset metadata.
- Parameters:
id (
str) – Unique identifier for the brainsetorigin_version (
str) – Version identifier for the original data sourcederived_version (
str) – Version identifier for the derived/processed datasource (
str) – Original data source (usually a URL, or a short description otherwise)description (
str) – Text description of the brainset**kwargs – Any additional metadata