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.13. nilearn.datasets.fetch_atlas_pauli_2017¶
nilearn.datasets.
fetch_atlas_pauli_2017
(version='prob', data_dir=None, verbose=1)¶Download the Pauli et al. (2017) atlas with in total 12 subcortical nodes [1] [2].
- Parameters
- versionstr {‘prob’, ‘det’}, optional
Which version of the atlas should be download. This can be ‘prob’ for the probabilistic atlas or ‘det’ for the deterministic atlas. Default=’prob’.
- data_dirstr, optional
Path of the data directory. Used to force data storage in a specified location.
- verboseint, optional
Verbosity level (0 means no message). Default=1.
- Returns
- sklearn.datasets.base.Bunch
Dictionary-like object, contains:
maps: 3D Nifti image, values are indices in the list of labels.
labels: list of strings. Starts with ‘Background’.
description: a short description of the atlas and some references.
References