netneurotools.datasets.fetch_yerkes19
- netneurotools.datasets.fetch_yerkes19(force=False, data_dir=None, verbose=1)[source]
Download files for Donahue et al., 2016 Yerkes19 template.
This dataset contains
If you used this data, please cite 1.
- Returns:
filenames – Dictionary-like object with keys [‘midthickness’, ‘inflated’, ‘vinflated’], where corresponding values are lists of filepaths to downloaded template files.
- Return type:
- 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