mne.write_cov

mne.write_cov(fname, cov)[source]

Write a noise covariance matrix.

Parameters
fnamestr

The name of the file. It should end with -cov.fif or -cov.fif.gz.

covCovariance

The noise covariance matrix.

See also

read_cov

Examples using mne.write_cov