mne.write_bem_surfaces¶
-
mne.write_bem_surfaces(fname, surfs, overwrite=None, 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 in 0.21), overwrite the file.
- 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