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.1. nilearn.datasets.fetch_atlas_craddock_2012¶
nilearn.datasets.
fetch_atlas_craddock_2012
(data_dir=None, url=None, resume=True, verbose=1)¶Download and return file names for the Craddock 2012 parcellation
The provided images are in MNI152 space.
See [1] for the licence and [2] and [3] for more information on this parcellation.
- Parameters
- data_dirstring, optional
Directory where data should be downloaded and unpacked.
- urlstring, optional
url of file to download.
- resumebool, optional
Whether to resumed download of a partly-downloaded file. Default=True.
- verboseint, optional
Verbosity level (0 means no message). Default=1.
- Returns
- datasklearn.datasets.base.Bunch
Dictionary-like object, keys are: scorr_mean, tcorr_mean, scorr_2level, tcorr_2level, random
References
- 1
Licence: Creative Commons Attribution Non-commercial Share Alike http://creativecommons.org/licenses/by-nc-sa/2.5/
- 2
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.
- 3