Hi,
Using "read_curv", I load the curvature file into Matlab. How can I get the corresponding vertex indices for these curvature values?
Thanks, Reza
************************************ Reza Rajimehr, MD Postdoctoral Research Fellow
NMR Athinoula A. Martinos Center Department of Radiology Massachusetts General Hospital (MGH) Building 149, 13th Street Charlestown, MA 02129
Phone: 617-669-0930 Email: reza@nmr.mgh.harvard.edu ************************************
It is just one-to-one, ie, there should be as many items in the vector as there are vertices. To get the vertex number, make sure to subtract 1 from the item number.
Reza Rajimehr wrote:
Hi,
Using "read_curv", I load the curvature file into Matlab. How can I get the corresponding vertex indices for these curvature values?
Thanks, Reza
Reza Rajimehr, MD Postdoctoral Research Fellow
NMR Athinoula A. Martinos Center Department of Radiology Massachusetts General Hospital (MGH) Building 149, 13th Street Charlestown, MA 02129
Phone: 617-669-0930 Email: reza@nmr.mgh.harvard.edu
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
it should be the 1st column in what read_curv returns (or the matlab index - 1)
On Mon, 3 Mar 2008, Reza Rajimehr wrote:
Hi,
Using "read_curv", I load the curvature file into Matlab. How can I get the corresponding vertex indices for these curvature values?
Thanks, Reza
Reza Rajimehr, MD Postdoctoral Research Fellow
NMR Athinoula A. Martinos Center Department of Radiology Massachusetts General Hospital (MGH) Building 149, 13th Street Charlestown, MA 02129
Phone: 617-669-0930 Email: reza@nmr.mgh.harvard.edu
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu