so as part of my analyses, I use a LCMV beamformer to project my EEG data from sensor space to source space. Based on my head model I have 15765 points in source space. I then perform a whole brain searchlight MVPA procedure obtaining a classification accuracy for each searchlight and thus each point in source space. I want to plot the results in a manner similar to the following or generally on an actual Brain Volume/Surface:
Is there a way to do this in brainstorm? Thank you!
Otherwise, you can export you source maps as a .nii volume (process: File > Export to SPM8 (volume)) then display this volume the way you want in an external program.
Thank you for the quick response! To clarify though I know the classification accuracy at each of the 15765 source points. In response to a previous question of mine you said that “These values [at each source point] are reinterpolated over a much denser grid of values to display it in the MRI viewer and overlay it with the subject’s MRI” (Problem exporting volume data).
I was wondering how this reinterpolation is done and if there is anyway I can do it with user specified values (in this case accuracies).