mne.
make_bem_solution
(surfs, verbose=None)[source]¶Create a BEM solution using the linear collocation approach.
Parameters: | surfs : list of dict
verbose : bool, str, int, or None
|
---|---|
Returns: | bem : instance of ConductorModel
|
See also
make_bem_model
, read_bem_surfaces
, write_bem_surfaces
, read_bem_solution
, write_bem_solution
Notes
New in version 0.10.0.