mne.datasets.fetch_hcp_mmp_parcellation

mne.datasets.fetch_hcp_mmp_parcellation(subjects_dir=None, combine=True, *, accept=False, verbose=None)[source]

Fetch the HCP-MMP parcellation.

This will download and install the HCP-MMP parcellation 1 files for FreeSurfer’s fsaverage 2 to the specified directory.

Parameters
subjects_dirstr | None

The subjects directory to use. The file will be placed in subjects_dir + '/fsaverage/label'.

combinebool

If True, also produce the combined/reduced set of 23 labels per hemisphere as HCPMMP1_combined.annot 3.

acceptbool

If True (default False), accept the license terms of this dataset.

verbosebool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more). If used, it should be passed as a keyword-argument only.

Notes

Use of this parcellation is subject to terms of use on the HCP-MMP webpage.

References

1

Matthew F. Glasser, Timothy S. Coalson, Emma C. Robinson, Carl D. Hacker, John Harwell, Essa Yacoub, Kamil Ugurbil, Jesper Andersson, Christian F. Beckmann, Mark Jenkinson, Stephen M. Smith, and David C. Van Essen. A multi-modal parcellation of human cerebral cortex. Nature, 536(7615):171–178, 2016. doi:10.1038/nature18933.

2

Kathryn Mills. HCP-MMP1.0 projected on fsaverage. 2016. doi:10.6084/m9.figshare.3498446.v2.

3

Matthew F. Glasser, Timothy S. Coalson, Emma C. Robinson, Carl D. Hacker, John Harwell, Essa Yacoub, Kamil Ugurbil, Jesper Andersson, Christian F. Beckmann, Mark Jenkinson, Stephen M. Smith, and David C. Van Essen. Supplementary neuroanatomical results for “A multi-modal parcellation of human cerebral cortex”. Nature, 2016. URL: https://static-content.springer.com/esm/art%3A10.1038%2Fnature18933/MediaObjects/41586_2016_BFnature18933_MOESM330_ESM.pdf#page=2.

Examples using mne.datasets.fetch_hcp_mmp_parcellation