MNE version: 1.4.2
Operating system: Ubuntu 22.04.3
I have been assigned a task to compute LCMV beamforming on mixed sources. However, I cannot understand which type of spacing to choose when computing source space.
src = mne.setup_source_space(subject, spacing=“ico5”, add_dist=False, subjects_dir=subjects_dir)
My supervisor and me worked on a project where we always used spacing=oct6 with LCMV beamformer. But the script for mixed sources that I have been given uses oct5. And my colleagues who worked with the same data but differently used ico5. While the MNE website recommends oct6 for mixed sources (Compute MNE inverse solution on evoked data with a mixed source space — MNE 1.9.0 documentation).
I am a bit confused, I know there is information on the MNE website but it does not make it clearer for me which spacing I should use.
Thanks!