Write source spaces to a file.
str
The name of the file, which should end with -src.fif or -src.fif.gz.
SourceSpaces
The source spaces (as returned by read_source_spaces).
If True (default False), overwrite the destination file if it exists.
str
| int
| None
Control verbosity of the logging output. If None
, use the default
verbosity level. See the logging documentation and
mne.verbose()
for details. Should only be passed as a keyword
argument.
See also