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 a1ed3639fb384531b034e9c895b1da802fd593dc Author: Alexandre Gramfort <[email protected]> Date: Sun Jun 17 17:42:05 2012 +0300 DOC : improve example docstring --- examples/plot_estimate_covariance_matrix_baseline.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/plot_estimate_covariance_matrix_baseline.py b/examples/plot_estimate_covariance_matrix_baseline.py index 43cb625..02d4759 100644 --- a/examples/plot_estimate_covariance_matrix_baseline.py +++ b/examples/plot_estimate_covariance_matrix_baseline.py @@ -1,7 +1,11 @@ """ -======================================== -Estimate covariance matrix from baseline -======================================== +=============================================== +Estimate covariance matrix from Epochs baseline +=============================================== + +We first define a set of Epochs from events and a raw file. +Then we estimate the noise covariance of prestimulus data, +a.k.a. baseline. """ # Author: Alexandre Gramfort <[email protected]> -- 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
