brainstat.context.histology.download_histology_profiles

brainstat.context.histology.download_histology_profiles(data_dir=None, template='fsaverage', overwrite=False)[source]

Downloads BigBrain histology profiles.

Parameters
  • data_dir (str, pathlib,Path, None, optional) – Path to the directory to store the data. If None, defaults to the home directory, by default None.

  • template (str, optional) – Surface template. Currently allowed options are ‘fsaverage’ and ‘fslr32k’, by default ‘fsaverage’.

  • overwrite (bool, optional) – If true, existing data will be overwrriten, by default False.

Raises

KeyError – Thrown if an invalid template is requested.