I'd like to project functional data onto the surface for group analysis. I'd like to limit partial voluming when selecting values with mri_vol2surf.
I noticed that the default projfrac = 0 for mri_vol2surf which seems to me it would select a number of values contaminated by WM. Why is the default = 0?
From the examples below, which is the soundest method of selecting
representative GM only values? Please correct any errors in my understanding. :)
mri_vol2surf --projfrac 0.5 --interp nearest --surf white This would select a single value closest to halfway up the normal vector from the WM vertex.
mri_vol2surf --projfrac 0.5 --interp trilin --surf white This would interpolate from multiple nearby values halfway up the normal vector from the WM vertex.
mri_vol2surf --projfrac-avg 0.25 0.75 0.25 --surf white Average from two values a quarter of the way up and down?
Thanks