neuralfetch.download.Eegdash¶
- pydantic model neuralfetch.download.Eegdash[source][source]¶
Download datasets from the EEGDash cloud archive.
Thin wrapper over
eegdash.EEGDashDataset: record discovery, NEMAR git-annex resolution, the anonymouss3fstransfer of recordings, and sidecar fetching (from data.nemar.org vianemar-py) are all delegated to eegdash’sdownload_all.- 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", …).subject (str | list[str] | None) – Restrict the download to these BIDS subject labels;
Nonefetches the whole dataset. A list is sent to eegdash as an$infilter.
- Fields: