netneurotools.datasets.fetch_hcp_standards

netneurotools.datasets.fetch_hcp_standards(force=False, data_dir=None, verbose=1)[source]

Fetch HCP standard mesh atlases for converting between FreeSurfer and HCP.

This dataset contains

The original file was from 3, but is no longer available. The archived file is available from 4.

If you used this data, please cite 1, 2.

Returns:

standards – Filepath to standard_mesh_atlases directory

Return type:

str

Other Parameters:
  • force (bool, optional) – If True, will overwrite existing dataset. Default: False

  • data_dir (str, optional) – Path to use as data directory. If not specified, will check for environmental variable ‘NNT_DATA’; if that is not set, will use ~/nnt-data instead. Default: None

  • verbose (int, optional) – Modifies verbosity of download, where higher numbers mean more updates. Default: 1

References