Giving credit

4.1.1.2. nilearn.datasets.fetch_craddock_2011_atlas

nilearn.datasets.fetch_craddock_2011_atlas(data_dir=None, url=None, resume=True, verbose=0)

Download and return file names for the Craddock 2011 parcellation

The provided images are in MNI152 space.

Parameters :

data_dir: string :

directory where data should be downloaded and unpacked.

url: string :

url of file to download.

resume: bool :

whether to resumed download of a partly-downloaded file.

verbose: int :

verbosity level (0 means no message).

Returns :

data: sklearn.datasets.base.Bunch :

dictionary-like object, keys are: scorr_mean, tcorr_mean, scorr_2level, tcorr_2level, random

References

Licence: Creative Commons Attribution Non-commercial Share Alike http://creativecommons.org/licenses/by-nc-sa/2.5/

Craddock, R. Cameron, G.Andrew James, Paul E. Holtzheimer, Xiaoping P. Hu, and Helen S. Mayberg. “A Whole Brain fMRI Atlas Generated via Spatially Constrained Spectral Clustering”. Human Brain Mapping 33, no 8 (2012): 1914–1928. doi:10.1002/hbm.21333.

See http://www.nitrc.org/projects/cluster_roi/ for more information on this parcellation.