Write an inverse operator to a FIF file.
str
The name of the FIF file, which ends with -inv.fif or -inv.fif.gz.
dict
The inverse operator.
If True (default False), overwrite the destination file if it exists.
New in version 1.0.
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