Pick channels from covariance matrix.
Covariance
A covariance.
list
of str
, (optional)List of channels to include (if empty, include all available).
list
of str
, (optional) | ‘bads’Channels to exclude (if empty, do not exclude any). Defaults to ‘bads’.
If True (default False), ensure that the order of the channels in the
modified instance matches the order of include
.
New in version 0.20.0.
If True (the default), return a copy of the covariance matrix with the modified channels. If False, channels are modified in-place.
New in version 0.20.0.
dict
Covariance solution restricted to selected channels.