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 <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
