mne.read_bem_solution¶
- mne.read_bem_solution(fname, verbose=None)[source]¶
Read the BEM solution from a file.
- Parameters
- fname
str
The file containing the BEM solution.
- 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.
- fname
- Returns
- beminstance of
ConductorModel
The BEM solution.
- beminstance of