BrainsetDescription#

class torch_brain.data.BrainsetDescription(id, origin_version, derived_version, source, description, **kwargs)[source]#

Bases: torch_brain.data.data.Data

A container for storing brainset metadata.

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

  • **kwargs – Any additional metadata