[med-svn] [python-mne] 317/376: FIX : fix text in cov estimation example

Yaroslav Halchenko debian at onerussian.com
Fri Nov 27 17:23:15 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 2cd1df93ec3e93fb5f787be5160a50e9f295211f
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date:   Thu Jul 7 12:15:45 2011 +0200

    FIX : fix text 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 45e1106..cc5888e 100644
--- a/examples/plot_estimate_covariance_matrix.py
+++ b/examples/plot_estimate_covariance_matrix.py
@@ -19,7 +19,7 @@ fname = data_path + '/MEG/sample/sample_audvis_raw.fif'
 
 raw = fiff.Raw(fname)
 
-# Set up pick list: MEG + STI 014 - bad channels
+# Compute the covariance from the raw data
 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