Hi again, OK. I managed to reverse engineer things back from mri_tessalate.c Here is the code snippet that should be added to read_surf to parse these new files: NEW_QUAD_FILE_MAGIC_NUMBER =16777213;
elseif (magic == NEW_QUAD_FILE_MAGIC_NUMBER) vnum = fread3(fid); fnum = fread3(fid); vertex_coords = fread(fid, vnum*3, 'float32') ; tmp = fread(fid, fnum*3*3, 'uchar') ; tmp = reshape(tmp, 3, 3, fnum) ; faces = reshape(bitshift(tmp(1,:,:), 16) + bitshift(tmp(2,:,:),8) + tmp(3,:,:),3, fnum)'; end -- Shay
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.