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.2. nilearn.datasets.fetch_atlas_destrieux_2009

nilearn.datasets.fetch_atlas_destrieux_2009(lateralized=True, data_dir=None, url=None, resume=True, verbose=1)[source]

Download and load the Destrieux cortical atlas (dated 2009)

see 1, and 2.

Parameters
lateralizedboolean, optional

If True, returns an atlas with distinct regions for right and left hemispheres. Default=True.

data_dirstring, optional

Path of the data directory. Use to forec data storage in a non- standard location. Default: None (meaning: default)

urlstring, optional

Download URL of the dataset. Overwrite the default URL.

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, contains:

  • Cortical ROIs, lateralized or not (maps)

  • Labels of the ROIs (labels)

References

1

Bruce Fischl, André van der Kouwe, Christophe Destrieux, Eric Halgren, Florent Ségonne, David H. Salat, Evelina Busa, Larry J. Seidman, Jill Goldstein, David Kennedy, Verne Caviness, Nikos Makris, Bruce Rosen, and Anders M. Dale. Automatically Parcellating the Human Cerebral Cortex. Cerebral Cortex, 14(1):11–22, 01 2004. URL: https://doi.org/10.1093/cercor/bhg087, arXiv:https://academic.oup.com/cercor/article-pdf/14/1/11/1193353/bhg087.pdf, doi:10.1093/cercor/bhg087.

2

C Destrieux, B Fischl, AM Dale, and E Halgren. A sulcal depth-based anatomical parcellation of the cerebral cortex. NeuroImage, 47(Supplement 1):S151, 2009. doi:10.1016/S1053-8119(09)71561-7.

8.2.2.1. Examples using nilearn.datasets.fetch_atlas_destrieux_2009