netneurotools.datasets.fetch_conte69
- netneurotools.datasets.fetch_conte69(force=False, data_dir=None, verbose=1)[source]
Download files for Van Essen et al., 2012 Conte69 template.
This dataset contains
If you used this data, please cite 1, 2.
- 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