[med-svn] [python-mne] 316/376: FIX : fix reject param in cov estimation example
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:23:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
yoh pushed a commit to annotated tag v0.1
in repository python-mne.
commit eb4d68e796fe91ec22acb014be7886db0da80073
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date: Thu Jul 7 12:14:45 2011 +0200
FIX : fix reject param in cov estimation example
---
examples/plot_estimate_covariance_matrix.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/plot_estimate_covariance_matrix.py b/examples/plot_estimate_covariance_matrix.py
index 6b0c6f9..45e1106 100644
--- a/examples/plot_estimate_covariance_matrix.py
+++ b/examples/plot_estimate_covariance_matrix.py
@@ -20,7 +20,7 @@ fname = data_path + '/MEG/sample/sample_audvis_raw.fif'
raw = fiff.Raw(fname)
# Set up pick list: MEG + STI 014 - bad channels
-cov = mne.compute_raw_data_covariance(raw, reject=dict(eeg=40e-6, eog=150e-6))
+cov = mne.compute_raw_data_covariance(raw, reject=dict(eeg=80e-6, eog=150e-6))
print cov
###############################################################################
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git
More information about the debian-med-commit
mailing list