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.42. nilearn.datasets.fetch_bids_langloc_dataset

nilearn.datasets.fetch_bids_langloc_dataset(data_dir=None, verbose=1)

Download language localizer example bids dataset.

Parameters
data_dirstring, optional

Path to store the downloaded dataset. if None employ nilearn datasets default download directory.

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.