neuralfetch.download.Eegdash

class neuralfetch.download.Eegdash(*, study: str, dset_dir: str | Path, folder: str = 'download', database: str = '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", …).