mne.datasets.fetch_hcp_mmp_parcellation

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

Fetch the HCP-MMP parcellation.

This will download and install the HCP-MMP parcellation [R98100] files for FreeSurfer’s fsaverage [R99100] to the specified directory.

Parameters:

subjects_dir : str | None

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

combine : bool

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

verbose : bool, str, int, or None

If not None, override default verbose level (see mne.verbose).

Notes

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

References

[R98100](1, 2) Glasser MF et al. (2016) A multi-modal parcellation of human cerebral cortex. Nature 536:171-178.
[R99100](1, 2) Mills K (2016) HCP-MMP1.0 projected on fsaverage. https://figshare.com/articles/HCP-MMP1_0_projected_on_fsaverage/3498446/2
[R100100](1, 2) Glasser MF et al. (2016) Supplemental information. https://images.nature.com/full/nature-assets/nature/journal/v536/n7615/extref/nature18933-s3.pdf

Examples using mne.datasets.fetch_hcp_mmp_parcellation