mne.
make_ad_hoc_cov
(info, verbose=None)[source]¶Create an ad hoc noise covariance.
Parameters: | info : instance of Info
verbose : bool, str, int, or None (default None)
|
---|---|
Returns: | cov : instance of Covariance
|
Notes
This uses values of 5 fT/cm, 20 fT, and 0.2 uV for gradiometers, magnetometers, and EEG channels, respectively.
New in version 0.9.0.