mne.make_bem_solution¶
- mne.make_bem_solution(surfs, verbose=None)[source]¶
Create a BEM solution using the linear collocation approach.
- Parameters
- surfs
list
ofdict
The BEM surfaces to use (from
mne.make_bem_model()
).- verbosebool,
str
,int
, orNone
If not None, override default verbose level (see
mne.verbose()
and Logging documentation for more). If used, it should be passed as a keyword-argument only.
- surfs
- Returns
- beminstance of
ConductorModel
The BEM solution.
- beminstance of
Notes
New in version 0.10.0.