TryDear Freesurfer,
I have a surface file containing values of a cortical myelination index (rh.MS075_CME.mgh), and a lesion mask (rh.surf_CL03.mgh)
What I need to do is:
- Masking the surface file with the lesion mask, to create a new lesion mask that contains the myelination index values from rh.MS075_CME.mgh;
You can use mri_binarize to create a mask of the myelination map (use --min and --max to spec the range), then use mri_segstats inputing the binarized mask with --seg and using --id 1. In the output summary file (--sum sumfile), the "number of voxels" will be the number of vertices; this could be modified to give the surface area instead.- Assess the percentage (or also the absolute number) of vertices that are under a certain threshold of myelination index values whithin the new lesion mask.
What is the best way to do this?
Thank you,
Vale
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer