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 37b736055ea2551f98c3822793ea187df6e105cc Author: Alexandre Gramfort <[email protected]> Date: Sat Jun 18 13:26:41 2011 -0400 doc fix --- mne/minimum_norm/inverse.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/mne/minimum_norm/inverse.py b/mne/minimum_norm/inverse.py index 97a9d2b..1496859 100644 --- a/mne/minimum_norm/inverse.py +++ b/mne/minimum_norm/inverse.py @@ -668,8 +668,8 @@ def minimum_norm(evoked, forward, whitener, method='dspm', Evoked data to invert forward : dict Forward operator - cov : Covariance - Noise covariance matrix + whitener : Whitener + Whitening matrix derived from noise covariance matrix method : 'wmne' | 'dspm' | 'sloreta' The method to use orientation : 'fixed' | 'free' | 'loose' @@ -685,12 +685,6 @@ def minimum_norm(evoked, forward, whitener, method='dspm', Order of the depth weighting. {0=no, 1=full normalization, default=0.8} weight_limit : float Maximal amount depth weighting (default: 10). - mag_reg : float - Amount of regularization of the magnetometer noise covariance matrix - grad_reg : float - Amount of regularization of the gradiometer noise covariance matrix. - eeg_reg : float - Amount of regularization of the EEG noise covariance matrix. fmri : array of shape [n_sources] Vector of fMRI values are the source points. fmri_thresh : float -- 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
