neuralfetch.download.Donders

class neuralfetch.download.Donders(*, study: str, dset_dir: str | Path, folder: str = 'download', parent: str = 'dccn', study_id: str)[source][source]

Download datasets from the Donders Repository (data.donders.ru.nl).

Authenticates via WebDAV using credentials stored in environment variables. Obtain access at https://data.donders.ru.nl.

Environment Variables

NEURALHUB_DONDERS_USER

Your Donders account username.

NEURALHUB_DONDERS_PASSWORD

Your Donders account password.

param study_id:

Donders collection identifier (e.g. "DSC_3011020.09_236"). Found in the collection URL on the Donders data portal.

type study_id:

str

param parent:

Parent collection path (default: "dccn").

type parent:

str