nispace.datasets.fetch_reference

nispace.datasets.fetch_reference(dataset, maps=None, space='MNI152NLin2009cAsym', collection=None, sets=None, set_size_range=None, weight_range=None, weight_quantile=None, set_specificity=None, parcellation=None, bilateral=False, hemi=None, standardize_parcellated=False, return_metadata=False, print_references=True, osf_config_file=None, github_config_file=None, nispace_data_dir=None, overwrite=False, check_file_hash=True, verbose=True)[source]
Parameters:
  • dataset (str) –

  • maps (None | str | List[str] | Dict[str, str | list]) –

  • space (str) –

  • collection (str | None) –

  • sets (None | str | List[str]) –

  • set_size_range (None | Tuple[int, int]) –

  • weight_range (None | Tuple[float, float]) –

  • weight_quantile (None | float) –

  • set_specificity (None | float) –

  • parcellation (str | None) –

  • bilateral (bool) –

  • hemi (str | List[str] | None) –

  • standardize_parcellated (bool) –

  • return_metadata (bool) –

  • print_references (bool) –

  • osf_config_file (str | None) –

  • github_config_file (str | None) –

  • nispace_data_dir (str | Path | None) –

  • overwrite (bool) –

  • check_file_hash (bool) –

  • verbose (bool) –