SessionDescription

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

Bases: Data

A class for describing an experimental session.

Parameters:
  • id (str) – Unique identifier for the session

  • recording_date (datetime.datetime) – Date and time when the recording was made

  • task (Task) – Task performed during the session

id: str
recording_date: datetime
task: Task | None = None