netneurotools.datasets.fetch_civet

netneurotools.datasets.fetch_civet(density='41k', version='v1', force=False, data_dir=None, verbose=1)[source]

Fetch CIVET surface files.

This dataset contains

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

Parameters:
  • density ({‘41k’, ‘164k’}, optional) – Which density of the CIVET-space geometry files to fetch. The high-resolution ‘164k’ surface only exists for version ‘v2’

  • version ({‘v1, ‘v2’}, optional) – Which version of the CIVET surfaces to use. Default: ‘v2’

Returns:

filenames – Dictionary-like object with keys [‘mid’, ‘white’] containing geometry files for CIVET surface. Note for version ‘v1’ the ‘mid’ and ‘white’ files are identical.

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