Beauchamp:SurfDist: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
<div style="padding: 8px; color: #000000; background-color: #ffffff; width: 730px; border: 2px solid #666666;">
<div style="padding: 8px; color: #000000; background-color: #ffffff; width: 730px; border: 2px solid #666666;">


We may wish to find the distance between two points on the cortical surface. The AFNI program to do this is SurfDist
We may wish to find the distance between two points on the cortical surface. The AFNI program to do this is SurfDist, e.g.
  echo 500 1000 > test.1D
  SurfDist -i lh.inflated.asc -input test.1D

Revision as of 09:15, 12 February 2008

Brain picture
Beauchamp Lab Notebook






We may wish to find the distance between two points on the cortical surface. The AFNI program to do this is SurfDist, e.g.

 echo 500 1000 > test.1D
 SurfDist -i lh.inflated.asc -input test.1D