neuromaps_mouse.datasets.fetch_allenccfv3

neuromaps_mouse.datasets.fetch_allenccfv3(which=None, return_single=True, data_dir=None, verbose=1)[source]

Fetch Allen CCFv3 atlas files.

Parameters:
  • which (str or list of str, optional) – Which atlas file(s) to fetch. Use ‘all’ or None to fetch all. Default is None.

  • return_single (bool, optional) – If True and only one file is fetched, return a single path instead of a list. Default is True.

  • data_dir (str or Path, optional) – Base data directory. If None, uses the default. Default is None.

  • verbose (int, optional) – Verbosity level. Default is 1.

Returns:

Path(s) to the fetched atlas file(s).

Return type:

Path or list of Path