mne.write_bem_surfaces¶
- mne.write_bem_surfaces(fname, surfs, overwrite=False, verbose=None)[source]¶
Write BEM surfaces to a fiff file.
- Parameters
- fname
str Filename to write. Can end with
.h5to write using HDF5.- surfs
dict|listofdict The surfaces, or a single surface.
- overwritebool
If True (default False), overwrite the destination file if it exists.
- 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