@@ -35,15 +35,15 @@ registration_workflows:
3535
3636 # Template to be used during registration.
3737 # It is not necessary to change this path unless you intend to use a non-standard template.
38- T1w_brain_template : $$$$ FSLDIR/data/standard/MNI152_T1_${resolution_for_anat}_brain.nii.gz
38+ T1w_brain_template : $FSLDIR/data/standard/MNI152_T1_${resolution_for_anat}_brain.nii.gz
3939
4040 # Template to be used during registration.
4141 # It is not necessary to change this path unless you intend to use a non-standard template.
42- T1w_template : $$$$ FSLDIR/data/standard/MNI152_T1_${resolution_for_anat}.nii.gz
42+ T1w_template : $FSLDIR/data/standard/MNI152_T1_${resolution_for_anat}.nii.gz
4343
4444 # Template to be used during registration.
4545 # It is not necessary to change this path unless you intend to use a non-standard template.
46- T1w_brain_template_mask : $$$$ FSLDIR/data/standard/MNI152_T1_${resolution_for_anat}_brain_mask.nii.gz
46+ T1w_brain_template_mask : $FSLDIR/data/standard/MNI152_T1_${resolution_for_anat}_brain_mask.nii.gz
4747
4848 functional_registration :
4949 func_registration_to_template :
@@ -69,18 +69,18 @@ registration_workflows:
6969
7070 # Standard Skull Stripped Template. Used as a reference image for functional registration.
7171 # This can be different than the template used as the reference/fixed for T1-to-template registration.
72- T1w_brain_template_funcreg : $$$$ FSLDIR/data/standard/MNI152_T1_${func_resolution}_brain.nii.gz
72+ T1w_brain_template_funcreg : $FSLDIR/data/standard/MNI152_T1_${func_resolution}_brain.nii.gz
7373
7474 # Standard Anatomical Brain Image with Skull.
7575 # This can be different than the template used as the reference/fixed for T1-to-template registration.
76- T1w_template_funcreg : $$$$ FSLDIR/data/standard/MNI152_T1_${func_resolution}.nii.gz
76+ T1w_template_funcreg : $FSLDIR/data/standard/MNI152_T1_${func_resolution}.nii.gz
7777
7878 # Template to be used during registration.
7979 # It is not necessary to change this path unless you intend to use a non-standard template.
80- T1w_brain_template_mask_funcreg : $$$$ FSLDIR/data/standard/MNI152_T1_${func_resolution}_brain_mask.nii.gz
80+ T1w_brain_template_mask_funcreg : $FSLDIR/data/standard/MNI152_T1_${func_resolution}_brain_mask.nii.gz
8181
8282 # a standard template for resampling if using float resolution
83- T1w_template_for_resample : $$$$ FSLDIR/data/standard/MNI152_T1_${func_resolution}_brain.nii.gz
83+ T1w_template_for_resample : $FSLDIR/data/standard/MNI152_T1_${func_resolution}_brain.nii.gz
8484
8585functional_preproc :
8686 distortion_correction :
0 commit comments