[med-svn] [python-mne] 238/376: DOC : docstring in find_eog_events
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:22:58 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 6a9433911912ee930099d49a0d531f35182a29c4
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date: Thu May 5 18:12:57 2011 -0400
DOC : docstring in find_eog_events
---
mne/artifacts/eog.py | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/mne/artifacts/eog.py b/mne/artifacts/eog.py
index baa0aaf..15ff8da 100644
--- a/mne/artifacts/eog.py
+++ b/mne/artifacts/eog.py
@@ -10,10 +10,15 @@ def find_eog_events(raw, event_id=998):
Parameters
----------
-
+ raw : instance of Raw
+ The raw data
+ event_id : int
+ The index to assign to found events
Returns
-------
+ eog_events : array
+ Events
"""
info = raw.info
--
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