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.24. nilearn.datasets.fetch_localizer_calculation_task

nilearn.datasets.fetch_localizer_calculation_task(n_subjects=1, data_dir=None, url=None, verbose=1)[source]

Fetch calculation task contrast maps from the localizer.

Parameters
n_subjectsint, optional

The number of subjects to load. If None is given, all 94 subjects are used. Default=1.

data_dirpathlib.Path or str, optional

Path where data should be downloaded. By default, files are downloaded in home directory.

urlstr, optional

URL of file to download. Override download URL. Used for test only (or if you setup a mirror of the data). Default=None.

verboseint, optional

Verbosity level (0 means no message). Default=1.

Returns
dataBunch

Dictionary-like object, the interest attributes are : ‘cmaps’: string list, giving paths to nifti contrast maps

Notes

This function is only a caller for the fetch_localizer_contrasts in order to simplify examples reading and understanding. The ‘calculation (auditory and visual cue)’ contrast is used.