Do the forward solutions computed from mne.make_forward_solution return information about which hemisphere the data lies in? One of the utility functions I’m using looks to differentiate the number of vertices per hemisphere in the following way:
Ah apologies, I didn’t realize that forward model was part of the sample data, for some reason my search in Finder does not show that file when searching fwd.fif.
I used fwd = mne.make_forward_solution(raw.info, trans=None, src=src, bem=sphere) to make the solution myself.
Reading the file instead of computing it works as expected, thank you!
Oh, no no no, don’t use this one unless you’re actually working with our sample dataset! if you’re using your own data, you must create the forward model from scratch.