nispace.datasets.fetch_parcellation

nispace.datasets.fetch_parcellation#

nispace.datasets.fetch_parcellation(parcellation='Schaefer200', space=None, hemi=['L', 'R'], return_labels=True, return_space=False, return_resolution=False, return_symmetric=False, return_l2rmap=False, return_dist_mat=False, return_loaded=True, nispace_data_dir=None, overwrite=False, check_file_hash=True, verbose=True)[source]#

Fetch a parcellation.

Parameters:
  • parcellation (str) –

  • space (str | None) –

  • hemi (List[str] | str) –

  • return_labels (bool) –

  • return_space (bool) –

  • return_resolution (bool) –

  • return_symmetric (bool) –

  • return_l2rmap (bool) –

  • return_dist_mat (bool) –

  • return_loaded (bool) –

  • nispace_data_dir (str | Path | None) –

  • overwrite (bool) –

  • check_file_hash (bool) –

  • verbose (bool) –