Skip to content

Commit

Permalink
Merge pull request Deep-MI#120 from Deep-MI/fix-sphere_reg
Browse files Browse the repository at this point in the history
Fix surface parameter for sphere-reg fix
  • Loading branch information
LeHenschel committed Mar 17, 2022
2 parents 1598a45 + fb850dd commit 98bda9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recon_surf/recon-surf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ if [ "$fsaparc" == "1" ] || [ "$fssurfreg" == "1" ] ; then
# seem to do this, so we initialize the spherical registration with the better
# label from FastSurferCNN, this replaces recon-al -surfreg
# 1. extract label 24 = precentral from FastSurferCNN mapped annotation
cmd="mri_annotation2label --subject $subject --hemi $hemi --label 24 --labelbase ${hemi}.mapped --annotation aparc.mapped"
cmd="mri_annotation2label --subject $subject --hemi $hemi --label 24 --labelbase ${hemi}.mapped --annotation aparc.mapped --surface white.preaparc"
RunIt "$cmd" $LF "$CMDF"
# 2. guide spherical registration to align label 24 to precentral in the atlas
cmd="mris_register -curv \
Expand Down

0 comments on commit 98bda9c

Please sign in to comment.