Skip to content

Commit

Permalink
Corrected a typo in warn message.
Browse files Browse the repository at this point in the history
  • Loading branch information
sivcek authored and glasserm committed Oct 12, 2019
1 parent bd03178 commit 044331a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fMRISurface/GenericfMRISurfaceProcessingPipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ log_Msg "RegName: ${RegName}"
log_Msg "RUN: ${RUN}"

if [ "${RegName}" = "FS" ] ; then
log_Warn "WARNING: FreeSurfer's surface registration (based on cortical folding) is deprecated in the HCP Pipelines as it results in poorer cross-subject functional and cortical areal alignment relative to MSMSulc. Additionally, FreeSurfer registration results in dramatically higher surface distortion (both isotropic and anisotropic). These things occur because FreeSurfer's registration has too little regularizattion of folding patterns that are imperfectly correlated with function and cortical areas, resulting in overfitting of folding patterns. See Robinson et al 2014, 2018 Neuroimage, and Coalson et al 2018 PNAS for more details."
log_Warn "WARNING: FreeSurfer's surface registration (based on cortical folding) is deprecated in the HCP Pipelines as it results in poorer cross-subject functional and cortical areal alignment relative to MSMSulc. Additionally, FreeSurfer registration results in dramatically higher surface distortion (both isotropic and anisotropic). These things occur because FreeSurfer's registration has too little regularization of folding patterns that are imperfectly correlated with function and cortical areas, resulting in overfitting of folding patterns. See Robinson et al 2014, 2018 Neuroimage, and Coalson et al 2018 PNAS for more details."
fi

# Setup PATHS
Expand Down

0 comments on commit 044331a

Please sign in to comment.