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 5546ab45411cc25f05cecba593b05438ea04b2d0 Author: Martin Luessi <[email protected]> Date: Tue Jul 31 10:58:11 2012 -0400 not heavily tested --- mne/beamformer/_lcmv.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mne/beamformer/_lcmv.py b/mne/beamformer/_lcmv.py index 8c8e799..c02c1b2 100644 --- a/mne/beamformer/_lcmv.py +++ b/mne/beamformer/_lcmv.py @@ -155,7 +155,7 @@ def lcmv(evoked, forward, noise_cov, data_cov, reg=0.01, label=None): Compute Linearly Constrained Minimum Variance (LCMV) beamformer on evoked data. - NOTE : This implementation is heavilly tested so please + NOTE : This implementation has not been heavilly tested so please report any issue or suggestions. Parameters @@ -202,7 +202,7 @@ def lcmv_epochs(epochs, forward, noise_cov, data_cov, reg=0.01, label=None): Compute Linearly Constrained Minimum Variance (LCMV) beamformer on single trial data. - NOTE : This implementation is heavilly tested so please + NOTE : This implementation has not been heavilly tested so please report any issue or suggestions. Parameters @@ -258,7 +258,7 @@ def lcmv_raw(raw, forward, noise_cov, data_cov, reg=0.01, label=None, Compute Linearly Constrained Minimum Variance (LCMV) beamformer on raw data. - NOTE : This implementation is heavilly tested so please + NOTE : This implementation has not been heavilly tested so please report any issue or suggestions. Parameters -- 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
