[med-svn] [python-mne] 367/376: typo in example comment
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:23:22 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 4c3f8b82e62059ec1559c55823b5cd71c3f93414
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date: Fri Sep 23 10:14:42 2011 -0400
typo in example comment
---
examples/time_frequency/plot_source_label_time_frequency.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/time_frequency/plot_source_label_time_frequency.py b/examples/time_frequency/plot_source_label_time_frequency.py
index 673711f..c60e66a 100644
--- a/examples/time_frequency/plot_source_label_time_frequency.py
+++ b/examples/time_frequency/plot_source_label_time_frequency.py
@@ -39,7 +39,7 @@ inverse_operator = read_inverse_operator(fname_inv)
include = []
exclude = raw.info['bads'] + ['MEG 2443', 'EEG 053'] # bads + 2 more
-# picks MEG gradiometers
+# picks MEG channels
picks = fiff.pick_types(raw.info, meg=True, eeg=False, eog=True,
stim=False, include=include, exclude=exclude)
--
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