netneurotools.datasets.fetch_conte69

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

Download files for Van Essen et al., 2012 Conte69 template.

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 [‘midthickness’, ‘inflated’, ‘vinflated’], where corresponding values are lists of filepaths to downloaded template files.

Return type:

sklearn.utils.Bunch

References

http://brainvis.wustl.edu/wiki/index.php//Caret:Atlases/Conte69_Atlas

Van Essen, D. C., Glasser, M. F., Dierker, D. L., Harwell, J., & Coalson, T. (2011). Parcellations and hemispheric asymmetries of human cerebral cortex analyzed on surface-based atlases. Cerebral cortex, 22(10), 2241-2262.

Notes

License: ???