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.

nilearn.datasets.fetch_bids_langloc_dataset#

nilearn.datasets.fetch_bids_langloc_dataset(data_dir=None, verbose=1)[source]#

Download language localizer example bids dataset.

Deprecated since version 0.10.3: This fetcher function will be removed as it returns the same data as nilearn.datasets.fetch_language_localizer_demo_dataset.

Please use nilearn.datasets.fetch_language_localizer_demo_dataset instead.

Parameters:
data_dirpathlib.Path or str, optional

Path where data should be downloaded. By default, files are downloaded in a nilearn_data folder in the home directory of the user. See also nilearn.datasets.utils.get_data_dirs.

verboseint, default=1

Verbosity level (0 means no message).

Returns:
data_dirstr

Path to downloaded dataset.

downloaded_fileslist of str

Absolute paths of downloaded files on disk.