Can mris_convert be used to convert thickness files to ascii? My attempts so far have resulted in segfaults:
[adamt@antimony surf]$ mris_convert lh.thickness lh.thickness.asc Segmentation fault [adamt@antimony surf]$
Or is there another way to convert thickness files to ascii?
Thanks, -Adam
--- Adam Thomas adamt@nih.gov Functional MRI Facility, NIMH/NIH/DHHS 10 Center Dr, Room B1D708A Bethesda MD. 20892-1148
Hi Adam, mris_convert still wants a surface file for reference. I've succeeded doing what you want by pretending it's a curvature file as in mris_convert -c lh.thickness lh.orig lh.thickness.asc
Johannes
Thomas, Adam (NIH/NIMH) schrieb:
Can mris_convert be used to convert thickness files to ascii? My attempts so far have resulted in segfaults:
[adamt@antimony surf]$ mris_convert lh.thickness lh.thickness.asc Segmentation fault [adamt@antimony surf]$
Or is there another way to convert thickness files to ascii?
Thanks, -Adam
Adam Thomas adamt@nih.gov Functional MRI Facility, NIMH/NIH/DHHS 10 Center Dr, Room B1D708A Bethesda MD. 20892-1148
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Hi Adam,
that's because the thickness file isn't a surface file. You need to tell it that it's curvature format. Something like:
mris_convert -c lh.thickness lh.orig lh.thickness.asc
as it needs to know the surface that it is associated with.
cheers, Bruce
On Wed, 26 Oct 2005, Thomas, Adam (NIH/NIMH) wrote:
Can mris_convert be used to convert thickness files to ascii? My attempts so far have resulted in segfaults:
[adamt@antimony surf]$ mris_convert lh.thickness lh.thickness.asc Segmentation fault [adamt@antimony surf]$
Or is there another way to convert thickness files to ascii?
Thanks, -Adam
Adam Thomas adamt@nih.gov Functional MRI Facility, NIMH/NIH/DHHS 10 Center Dr, Room B1D708A Bethesda MD. 20892-1148
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu