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_dirpath-like | 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 | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Notes

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

References