mne.read_cov
mne.
read_cov
Read a noise covariance from a FIF file.
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).
mne.verbose()
cov : Covariance
The noise covariance matrix.
See also
write_cov, compute_covariance, compute_raw_covariance
write_cov
compute_covariance
compute_raw_covariance
Compute mixed source space connectivity and visualize it using a circular graph
Decoding source space data
Source localization with a custom inverse solver
Compute a sparse inverse solution using the Gamma-Map empirical Bayesian method
Compute sparse inverse solution with mixed norm: MxNE and irMxNE
Compute MNE inverse solution on evoked data in a mixed source space
Compute Rap-Music on evoked data
Compute MxNE with time-frequency sparse prior
Reading/Writing a noise covariance matrix
Generate simulated evoked data