This is an automated email from the git hooks/post-receive script. yoh pushed a commit to tag 0.4 in repository python-mne.
commit 4b0923155c84c0f05363c6431f955850315df233 Author: Alexandre Gramfort <[email protected]> Date: Mon Dec 12 16:23:40 2011 +0100 adding @mluessi to file header --- mne/source_estimate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mne/source_estimate.py b/mne/source_estimate.py index d62dca5..f85f12a 100644 --- a/mne/source_estimate.py +++ b/mne/source_estimate.py @@ -1,5 +1,6 @@ # Authors: Alexandre Gramfort <[email protected]> # Matti Hamalainen <[email protected]> +# Martin Luessi <[email protected]> # # License: BSD (3-clause) @@ -210,8 +211,7 @@ def write_w(filename, vertices, data): class SourceEstimate(object): """SourceEstimate container - Can be saved and loaded from .stc files. Loading of .w files is supported - as well. + Can be saved and loaded from .stc or .w files. Attributes ---------- -- 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
