mne.datasets.fetch_aparc_sub_parcellation

mne.datasets.fetch_aparc_sub_parcellation(subjects_dir=None, verbose=None)[source]

Fetch the modified subdivided aparc parcellation.

This will download and install the subdivided aparc parcellation [1] files for FreeSurfer’s fsaverage to the specified directory.

Parameters
subjects_dirstr | None

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

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.

References

1

Khan S et al. (2018) Maturation trajectories of cortical resting-state networks depend on the mediating frequency band. Neuroimage 174 57-68.

Examples using mne.datasets.fetch_aparc_sub_parcellation