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'
.- verbose
bool
|str
|int
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument.
- subjects_dir
References