I have functional data preprocessed by fmriprep in output space fsaverage5. Now I would like to spatially smooth the functional data that is already on the surface.
Unfortunately, I can’t seem to find functionality, where the smoothing is done in surface space. So far I only came across smoothing in volume space (e.g. nilearn’s smooth_img) or during volume-to-surface projection (e.g. Freesurfer’s mri_vol2surf).
Can anyone point me to a way of smoothing data that has already been projected to surface space?
I ended up going with the mris_fwhm command with the only difference that subject in my case had to be fsaverage5 rather than the subject’s ID because the subject’s data is in fsaverage5 space.