neuromaps.datasets.fetch_civet

neuromaps.datasets.fetch_civet(density='41k', url=None, data_dir=None, verbose=1)[source]

Fetch CIVET surface atlas.

Parameters:
  • density ({'41k', '164k'}, optional) – Density of CIVET atlas to fetch. Default: ‘41k’

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

  • data_dir (str, optional) – Path to use as data directory. If not specified, will check for environmental variable ‘neuromaps_DATA’; if that is not set, will use ~/neuromaps-data instead. Default: None

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

Returns:

atlas – Dictionary where keys are atlas types and values are tuples of atlas files (L/R hemisphere)

Return type:

dict