# NOT RUN {
sjd = fsaverage.path();
spherical_surface = subject.surface(sjd, "fsaverage3",
surface="sphere", hemi="lh");
vdata = subject.morph.native(sjd, "fsaverage3", "thickness", hemi="lh");
vdata_smoothed = pervertexdata.smoothgaussian(spherical_surface,
vdata, fwhm = 15);
vis.data.on.subject(sjd, "fsaverage3", morph_data_lh = vdata);
vis.data.on.subject(sjd, "fsaverage3", morph_data_lh = vdata_smoothed);
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab