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 3124bf4120c2a05437596719dae1bfb87dd759ca
Author: Alexandre Gramfort <[email protected]>
Date:   Thu Jul 7 18:18:01 2011 +0200

    some doc string
---
 mne/fiff/matrix.py | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/mne/fiff/matrix.py b/mne/fiff/matrix.py
index 6ce044b..04435b0 100644
--- a/mne/fiff/matrix.py
+++ b/mne/fiff/matrix.py
@@ -19,10 +19,20 @@ def _transpose_named_matrix(mat):
 def _read_named_matrix(fid, node, matkind):
     """Read named matrix from the given node
 
-    XXX
+    Parameters
+    ----------
+    fid: file
+        The opened file descriptor
+    node: dict
+        The node in the tree
+    matkind: int
+        The type of matrix
 
+    Returns
+    -------
+    mat: dict
+        The matrix data
     """
-
     #   Descend one level if necessary
     if node['block'] != FIFF.FIFFB_MNE_NAMED_MATRIX:
         for k in range(node['nchild']):

-- 
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

Reply via email to