Hello All,
I have a functional beta value overlay as a .mgh file and a label file and I want to compute the average value within that mask for each subject.
Is there a program to do that ?
Thanks
Ri
Hello All,
Looks like this question slipped through. I have a functional beta value overlay as a .mgh file and a V1 label file and I want to compute the average beta value within that mask for each subject.
How do I do this ?
Thanks a lot
Ri
Hi Ri
Doug may have something to do this, but if not it would be easy enough in matlab Bruce
On Tue, 28 Jun 2011, Ritobrato Datta wrote:
Hello All,
Looks like this question slipped through. I have a functional beta value overlay as a .mgh file and a V1 label file and I want to compute the average beta value within that mask for each subject.
How do I do this ?
Thanks a lot
Ri _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Hi,
I believe the mri_segstats program is exactly what you're looking for here.
Best, Michael
On Tue, Jun 28, 2011 at 5:12 PM, Bruce Fischl fischl@nmr.mgh.harvard.edu wrote:
Hi Ri
Doug may have something to do this, but if not it would be easy enough in matlab Bruce
On Tue, 28 Jun 2011, Ritobrato Datta wrote:
Hello All,
Looks like this question slipped through. I have a functional beta value overlay as a .mgh file and a V1 label file and I want to compute the average beta value within that mask for each subject.
How do I do this ?
Thanks a lot
Ri _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
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.
mri_anatomical_stats will do that for you. see mri_anatomical_stats --help
it would be something like:
mris_anatomical_stats -l ../label/lh.V1.label \ -t ./lh.beta.mgh \ -f lh.beta.stats \ my_subject_id lh
note that the column name will say 'ThickAvg' and 'ThickStd', which is actually the avg/std for your beta.mgh input file.
n.
On Tue, 2011-06-28 at 16:54 -0400, Ritobrato Datta wrote:
Hello All,
Looks like this question slipped through. I have a functional beta value overlay as a .mgh file and a V1 label file and I want to compute the average beta value within that mask for each subject.
How do I do this ?
Thanks a lot
Ri _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu