Dear Freesurfer users
I computed ?.volume files by using several commands sent by Bruce. Instead of using the save_mgh.m command, which not really worked because there was a dimension mismatch later when using mri_concat, we used write_curv.m. I need the number of faces in the surface to write ?h.volume files. Where can I get these numbers? Is it the file called f created in the Matlab current directory after running read_curv multiplying area times thickness, and write_curv?
Thanks in advance Best regards Juergen Haenggi
------------------------------------------------- Juergen Haenggi Ph.D. (Dr. des.) Division of Neuropsychology Institute of Psychology University of Zurich Binzmuehlestrasse 14, PO Box 25 8050 Zurich, Switzerland 0041 44 635 73 97 (phone office) 0041 76 445 86 84 (phone mobile) 0041 44 635 74 09 (fax office) BIN 4.D.04 (office room number) j.haenggi@psychologie.uzh.ch (email) http://www.psychologie.uzh.ch/neuropsy/ (website) http://www.juergenhaenggi.ch (private website) -------------------------------------------------
read_curv will return that also:
[thickness_vector, nfaces] = read_curv('lh.thickness') ;
I'm a bit worried that you have a dimension mismatch. That shouldn't happen.
Bruce
On Tue, 11 Sep 2007, Juergen Haenggi, Psychological Institute wrote:
Dear Freesurfer users
I computed ?.volume files by using several commands sent by Bruce. Instead of using the save_mgh.m command, which not really worked because there was a dimension mismatch later when using mri_concat, we used write_curv.m. I need the number of faces in the surface to write ?h.volume files. Where can I get these numbers? Is it the file called f created in the Matlab current directory after running read_curv multiplying area times thickness, and write_curv?
Thanks in advance Best regards Juergen Haenggi
Juergen Haenggi Ph.D. (Dr. des.) Division of Neuropsychology Institute of Psychology University of Zurich Binzmuehlestrasse 14, PO Box 25 8050 Zurich, Switzerland 0041 44 635 73 97 (phone office) 0041 76 445 86 84 (phone mobile) 0041 44 635 74 09 (fax office) BIN 4.D.04 (office room number) j.haenggi@psychologie.uzh.ch (email) http://www.psychologie.uzh.ch/neuropsy/ (website) http://www.juergenhaenggi.ch (private website)
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu