neuralfetch.download.Eegdash

pydantic model neuralfetch.download.Eegdash[source][source]

Download datasets from the EEGDash cloud archive.

Uses the eegdash library for record discovery and the S3 downloader for the actual file transfer.

Parameters:
  • study (str) – Dataset identifier (e.g. "ds002718").

  • dset_dir (PathLike) – Root directory for the study.

  • database (str) – EEGDash database to query ("eegdash", "eegdash_staging", …).

Fields:
requirements: ClassVar[tuple[str, ...]] = ('eegdash',)[source]
field database: str = 'eegdash'[source]