netneurotools.datasets.fetch_voneconomo

netneurotools.datasets.fetch_voneconomo(data_dir=None, url=None, resume=True, verbose=1)[source]

Fetch von-Economo Koskinas probabilistic FreeSurfer atlas.

Parameters:
  • 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

  • url (str, optional) – URL from which to download data. Default: None

  • resume (bool, optional) – Whether to attempt to resume partial download, if possible. Default: True

  • verbose (int, optional) – Modifies verbosity of download, where higher numbers mean more updates. Default: 1

Returns:

filenames – Dictionary-like object with keys [‘gcs’, ‘ctab’, ‘info’]

Return type:

sklearn.utils.Bunch

References

Scholtens, L. H., de Reus, M. A., de Lange, S. C., Schmidt, R., & van den Heuvel, M. P. (2018). An MRI von Economo–Koskinas atlas. NeuroImage, 170, 249-256.

Notes

License: CC-BY-NC-SA 4.0