mne.write_bem_surfaces

mne.write_bem_surfaces(fname, surfs, overwrite=False, verbose=None)[source]

Write BEM surfaces to a fiff file.

Parameters
fnamestr

Filename to write. Can end with .h5 to write using HDF5.

surfsdict | list of dict

The surfaces, or a single surface.

overwritebool

If True (default False), overwrite the destination file if it exists.

verbosebool, str, int, or None

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.