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 :footcite:’KhanEtAl2018’ files for FreeSurfer’s fsaverage to the specified directory.
- Parameters
- subjects_dir
str|None The subjects directory to use. The file will be placed in
subjects_dir + '/fsaverage/label'.- verbosebool,
str,int, orNone 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.
- subjects_dir
References