netneurotools.datasets.fetch_mmpall
- netneurotools.datasets.fetch_mmpall(version='fslr32k', force=False, data_dir=None, verbose=1)[source]
Download .label.gii files for Glasser et al., 2016 MMPAll atlas.
This dataset contains
If you used this data, please cite 1.
- Parameters:
version ({‘fslr32k’}) – Specifies which surface annotation files should be matched to. Default: ‘fslr32k’
- Returns:
filenames – Namedtuple with fields (‘lh’, ‘rh’) corresponding to filepaths to left/right hemisphere parcellation files
- Return type:
- Other Parameters:
force (bool, optional) – If True, will overwrite existing dataset. Default: False
data_dir (str, optional) – Path to use as data directory. If not specified, will check for environmental variable ‘NNT_DATA’; if that is not set, will use ~/nnt-data instead. Default: None
verbose (int, optional) – Modifies verbosity of download, where higher numbers mean more updates. Default: 1
Notes
References