mne.write_cov

mne.write_cov(fname, cov)[source]

Write a noise covariance matrix.

Parameters:

fname : string

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

cov : Covariance

The noise covariance matrix

See also

read_cov