BrainsetDescription

class brainsets.descriptions.BrainsetDescription(*args, **kwargs)[source]

Bases: Data

A 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

id: str
origin_version: str
derived_version: str
source: str
description: str
brainsets_version: str = '0.2.1'
temporaldata_version: str = '0.1.4'