neuralfetch.download.Openneuro

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

Download datasets from OpenNeuro.

The include parameter follows the openneuro-py API: files and directories to download. Only these files and directories will be retrieved. Uses Unix path expansion (* for any number of wildcard characters and ? for one wildcard character; e.g. 'sub-1_task-*.fif'). As an example, if you would like to download only subject ‘1’ and run ‘01’ files, you can do so via 'sub-1/**/*run-01*'. The pattern ** will match any files and zero or more directories, subdirectories and symbolic links to directories.

Fields:
requirements: ClassVar[tuple[str, ...]] = ('openneuro-py>=2025.2.0',)[source]
field excluded_patterns: list[str] = [][source]
field include: list[str] | None = None[source]