neuralfetch.download.Donders

pydantic model neuralfetch.download.Donders[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

Fields:
field parent: str = 'dccn'[source]
field study_id: str [Required][source]
requirements: tp.ClassVar[tuple[str, ...]] = ()[source]