BrainsetDescription¶
- class brainsets.descriptions.BrainsetDescription(*args, **kwargs)[source]¶
Bases:
DataA class for describing a brainset.
- Parameters:
id (str) – Unique identifier for the brainset
origin_version (str) – Version identifier for the original data source
derived_version (str) – Version identifier for the derived/processed data
source (str) – Original data source (usually a URL, or a short description otherwise)
description (str) – Text description of the brainset
brainsets_version (str, optional) – Version of brainsets package used, defaults to current version
temporaldata_version (str, optional) – Version of temporaldata package used, defaults to current version