neuromaps.datasets.fetch_fslr

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

Fetch fsLR surface atlas.

Parameters:
  • density ({'4k', '8k', '32k', '164k'}, optional) – Density of fsLR atlas to fetch. Default: ‘32k’

  • 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