Skip to content

Commit 4252ef7

Browse files
committed
[FIX] Fix default fetch_cammoun2012 version
1 parent d17e70d commit 4252ef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netneurotools/datasets/fetchers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from ..utils import check_fs_subjid
1717

1818

19-
def fetch_cammoun2012(version='MNI125NLin2009aSym', data_dir=None, url=None,
19+
def fetch_cammoun2012(version='MNI152NLin2009aSym', data_dir=None, url=None,
2020
resume=True, verbose=1):
2121
"""
2222
Downloads files for Cammoun et al., 2012 multiscale parcellation
@@ -25,12 +25,12 @@ def fetch_cammoun2012(version='MNI125NLin2009aSym', data_dir=None, url=None,
2525
----------
2626
version : str, optional
2727
Specifies which version of the dataset to download, where
28-
'MNI125NLin2009aSym' will return .nii.gz atlas files defined in MNI152
28+
'MNI152NLin2009aSym' will return .nii.gz atlas files defined in MNI152
2929
space, 'fsaverageX' will return .annot files defined in fsaverageX
3030
space (FreeSurfer 6.0.1), 'fslr32k' will return .label.gii files in
3131
fs_LR_32k HCP space, and 'gcs' will return FreeSurfer-style .gcs
3232
probabilistic atlas files for generating new, subject-specific
33-
parcellations. Default: 'MNI125NLin2009aSym'
33+
parcellations. Default: 'MNI152NLin2009aSym'
3434
data_dir : str, optional
3535
Path to use as data directory. If not specified, will check for
3636
environmental variable 'NNT_DATA'; if that is not set, will use

0 commit comments

Comments
 (0)