netneurotools.datasets.fetch_pauli2018

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

Download files for Pauli et al., 2018 subcortical parcellation.

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 [‘probabilistic’, ‘deterministic’], where corresponding values are filepaths to downloaded atlas files.

Return type:

sklearn.utils.Bunch

References

Pauli, W. M., Nili, A. N., & Tyszka, J. M. (2018). A high-resolution probabilistic in vivo atlas of human subcortical brain nuclei. Scientific Data, 5, 180063.

Notes

License: CC-BY Attribution 4.0 International