Skip to content

Commit

Permalink
Merge pull request #282 from Deep-MI/add_jacobian
Browse files Browse the repository at this point in the history
Added call to create jacobian_white measure directly in fastsurfer
  • Loading branch information
LeHenschel committed Apr 5, 2023
2 parents 4c80dad + f7d5190 commit cc10289
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recon_surf/recon-surf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,11 @@ else

echo "pushd $mdir" >> $CMDF
# these are run automatically in fs7* recon-all and cannot be called directly without -pial flag (or other t2 flags)
if [ "$fssurfreg" == "1" ] ; then
# jacobian needs sphere reg which might be turned off by user (on by default)
cmd="mris_jacobian ../surf/$hemi.white ../surf/$hemi.sphere.reg ../surf/$hemi.jacobian_white"
RunIt "$cmd" $LF $CMDF
fi
cmd="mris_place_surface --curv-map ../surf/$hemi.white 2 10 ../surf/$hemi.curv"
RunIt "$cmd" $LF $CMDF
cmd="mris_place_surface --area-map ../surf/$hemi.white ../surf/$hemi.area"
Expand Down

0 comments on commit cc10289

Please sign in to comment.