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|None Control verbosity of the logging output. If
None, use the default verbosity level. See the logging documentation andmne.verbose()for details. Should only be passed as a keyword argument.
- fname
- Returns
- beminstance of
ConductorModel The BEM solution.
- beminstance of