mne.read_cov

mne.read_cov(fname, verbose=None)[source]

Read a noise covariance from a FIF file.

Parameters:

fname : string

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

verbose : bool, str, int, or None (default None)

If not None, override default verbose level (see mne.verbose() and Logging documentation for more).

Returns:

cov : Covariance

The noise covariance matrix.