mne.write_cov#
- mne.write_cov(fname, cov, *, overwrite=False, verbose=None)[source]#
 Write a noise covariance matrix.
- Parameters:
 - fname
str The name of the file. It should end with -cov.fif or -cov.fif.gz.
- cov
Covariance The noise covariance matrix.
- overwrite
bool If True (default False), overwrite the destination file if it exists.
New in version 1.0.
- verbose
bool|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
 
See also