Skip to content

Commit 3da0eda

Browse files
committed
fix: changed to 2mm target
1 parent 2e9ebd1 commit 3da0eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rsfmri_conn_ants_fs_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ def get_names(files, suffix):
900900
anat_file = glob(os.path.abspath('%s/EO/anat/anat.nii' % subj_id))[0]
901901
target_file = \
902902
os.path.abspath(('OASIS-TRT-20_jointfusion_DKT31_CMA_labels_in_MNI152_'
903-
'v2.nii.gz'))
903+
'2mm_v2.nii.gz'))
904904
wf = create_workflow(files, anat_file, target_file, subj_id,
905905
2.0, 33, vol_fwhm=6.0, surf_fwhm=15.0,
906906
lowpass_freq=0.1, highpass_freq=0.01,

0 commit comments

Comments
 (0)