Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.
8.2.46. nilearn.datasets.fetch_openneuro_dataset¶
nilearn.datasets.
fetch_openneuro_dataset
(urls=None, data_dir=None, dataset_version='ds000030_R1.0.4', verbose=1)¶Download OpenNeuro BIDS dataset.
- Parameters
- urlslist of string, optional
Openneuro url list of dataset files to download. If not specified all files of the specified dataset will be downloaded.
- data_dirstring, optional
Path to store the downloaded dataset. if None employ nilearn datasets default download directory.
- dataset_versionstring, optional
Dataset version name. Assumes it is of the form [name]_[version]. Default is ds000030_R1.0.4.
- verboseint, optional
Verbosity level (0 means no message). Default=1.
- Returns
- data_dirstring
Path to downloaded dataset.
- downloaded_fileslist of string
Absolute paths of downloaded files on disk.