Skip to content

Commit

Permalink
Added symbolic links from mapped labels aparc.DKTatlas to FS names
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHenschel committed Mar 17, 2022
1 parent fd3c289 commit 4dfa320
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recon_surf/recon-surf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,18 @@ if [ "$fsaparc" == "0" ] ; then
RunIt "$cmd" $LF "$CMDF"
fi

# Symbolic link for TRACULA
pushd $ldir
cmd="ln -sf lh.aparc.DKTatlas.mapped.annot lh.aparc.DKTatlas.annot"
RunIt "$cmd" $LF
cmd="ln -sf rh.aparc.DKTatlas.mapped.annot rh.aparc.DKTatlas.annot"
RunIt "$cmd" $LF
cmd="ln -sf lh.aparc.DKTatlas.mapped.annot lh.aparc.annot"
RunIt "$cmd" $LF
cmd="ln -sf rh.aparc.DKTatlas.mapped.annot rh.aparc.annot"
RunIt "$cmd" $LF
popd

fi


Expand Down

0 comments on commit 4dfa320

Please sign in to comment.