Skip to content

Commit

Permalink
Split the warning into multiple lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
sivcek authored and glasserm committed Oct 12, 2019
1 parent 044331a commit f561b7a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion fMRISurface/GenericfMRISurfaceProcessingPipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,14 @@ 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 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."
log_Warn "WARNING: FreeSurfer's surface registration (based on cortical folding) is deprecated in the"
log_Warn " HCP Pipelines as it results in poorer cross-subject functional and cortical areal "
log_Warn " alignment relative to MSMSulc. Additionally, FreeSurfer registration results in "
log_Warn " dramatically higher surface distortion (both isotropic and anisotropic). These things"
log_Warn " occur because FreeSurfer's registration has too little regularization of folding patterns"
log_Warn " that are imperfectly correlated with function and cortical areas, resulting in overfitting"
log_Warn " of folding patterns. See Robinson et al 2014, 2018 Neuroimage, and Coalson et al 2018 PNAS"
log_Warn " for more details."
fi

# Setup PATHS
Expand Down
9 changes: 8 additions & 1 deletion fMRISurface/GenericfMRISurfaceProcessingPipeline_1res.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,14 @@ log_Msg "RegName: ${RegName}"
log_Msg "RUN: ${RUN}"

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


Expand Down

0 comments on commit f561b7a

Please sign in to comment.