netneurotools.datasets.fetch_civet_curated

netneurotools.datasets.fetch_civet_curated(version='civet41k', force=False, data_dir=None, verbose=1)[source]

Download files for CIVET template.

Curated by neuromaps.

This dataset contains

If you used this data, please cite 1, 2, 3, 4.

Parameters:

version ({‘civet41k’, ‘civet164k’}, optional) – Which density of the CIVET-space geometry files to fetch.

Returns:

filenames – Dictionary-like object with template 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://github.com/aces/CIVET_Full_Project/blob/master/LICENSE

References