Questions about make_forward_solution

:question: If you have a question or issue with MNE-Python, please include the following info:

  • MNE version:1.5.0

  • OS: Windows 10

  • IDE: Spyder (MNE)

Hello,

I am looking for help with the make_forward_solution() function. In my project, I am not wanting map anything onto the head. I can guess (and somewhat to my understanding from standard EEG processwith without MNE), I can go from rejecting using annotations to computing the forward solution (in the “typical MEG/EEG workflow” provided by MNE documentation). One of my qestions is, do I need to do anything with the head of regions in order to utilize the make_forward_solution function? It is giving me the following error: TypeError: make_forward_solution() missing 2 required positional arguments: 'src' and 'bem'

The code I am using for the forward solutions is: p01_fwd = mne.make_forward_solution(p01_raw.info, p01_raw)

A few more questions to come as this one is answered. All questions will still pertain to this topic, so I would like to keep it on this discussion post, if possible.

closed as duplicate of Question about make_forward_solution