mne.read_bem_solution

mne.read_bem_solution(fname, verbose=None)[source]

Read the BEM solution from a file.

Parameters:

fname : string

The file containing the BEM solution.

verbose : bool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more).

Returns:

bem : instance of ConductorModel

The BEM solution.