netneurotools.datasets.fetch_fslr_curated
- netneurotools.datasets.fetch_fslr_curated(version='fslr32k', force=False, data_dir=None, verbose=1)[source]
Download files for HCP fsLR template.
Curated by neuromaps.
This dataset contains
If you used this data, please cite 1, 2, 3.
- Parameters:
version (str, optional) – One of {“fslr4k”, “fslr8k”, “fslr32k”, “fslr164k”}. Default: ‘fslr32k’
- Returns:
filenames – Dictionary-like object with 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