nispace.datasets.fetch_parcellation

nispace.datasets.fetch_parcellation(parcellation='Schaefer200', space=None, hemi=['L', 'R'], bilateral=False, return_parcellation_only=False, return_labels=True, return_space=False, return_resolution=False, return_symmetric=False, return_l2rmap=False, return_lrcorr=False, return_dist_mat=False, return_spin_mat=False, return_loaded=True, lrcorr_threshold=0.0, 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) –

  • bilateral (bool) –

  • return_parcellation_only (bool) –

  • return_labels (bool) –

  • return_space (bool) –

  • return_resolution (bool) –

  • return_symmetric (bool) –

  • return_l2rmap (bool) –

  • return_lrcorr (bool) –

  • return_dist_mat (bool) –

  • return_spin_mat (bool) –

  • return_loaded (bool) –

  • lrcorr_threshold (float) –

  • nispace_data_dir (str | Path | None) –

  • overwrite (bool) –

  • check_file_hash (bool) –

  • verbose (bool) –