Parameters: |
- cov : instance of Covariance
The covariance matrix.
- info: dict
Measurement info.
- exclude : list of string | str
List of channels to exclude. If empty do not exclude any channel.
If ‘bads’, exclude info[‘bads’].
- colorbar : bool
Show colorbar or not.
- proj : bool
Apply projections or not.
- show_svd : bool
Plot also singular values of the noise covariance for each sensor
type. We show square roots ie. standard deviations.
- show : bool
Show figure if True.
- verbose : bool, str, int, or None
If not None, override default verbose level (see mne.verbose()
and Logging documentation for more).
|