Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.

5.2.6. sammba.data_fetchers.fetch_atlas_lemur_mircen_2019

sammba.data_fetchers.fetch_atlas_lemur_mircen_2019(data_dir=None, url=None, resume=True, verbose=1)

Download and load the MIRCen mouse lemur atlas and average (dated 2017)

Parameters

data_dir : str, optional

Path of the data directory. Use to forec data storage in a non- standard location. Default: None (meaning: default)

url: string, optional

Download URL of the dataset. Overwrite the default URL.

resume : bool

whether to resumed download of a partly-downloaded file.

verbose : int

verbosity level (0 means no message).

Returns

data: sklearn.datasets.base.Bunch

dictionary-like object, contains:

  • ‘t2’ : str, path to nifti file containing the T2 weighted average.

  • ‘maps’ : str, path to nifti file containing regions definition.

  • ‘labels’ : numpy.recarray of region ids and names

  • ‘description’ : description about the atlas and the template.

Licence: CeCill v2