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:

sklearn.utils.Bunch

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

License: https://www.humanconnectome.org/study/hcp-young-adult/document/wu-minn-hcp-consortium-open-access-data-use-terms

References