mne.minimum_norm.write_inverse_operator#
- mne.minimum_norm.write_inverse_operator(fname, inv, *, overwrite=False, verbose=None)[source]#
Write an inverse operator to a FIF file.
- Parameters:
- fnamepath-like
The name of the FIF file, which ends with
-inv.fifor-inv.fif.gz.- inv
dict The inverse operator.
- overwritebool
If True (default False), overwrite the destination file if it exists.
New in v1.0.
- 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.
See also