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 b2fff6f6534d4230b88f406c0e790e75734fad68 Author: Alexandre Gramfort <[email protected]> Date: Thu Jan 20 11:41:46 2011 -0500 fix lambda2 in inverse computation --- examples/plot_compute_mne_inverse.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/plot_compute_mne_inverse.py b/examples/plot_compute_mne_inverse.py index da23a6a..99e9d2c 100644 --- a/examples/plot_compute_mne_inverse.py +++ b/examples/plot_compute_mne_inverse.py @@ -19,7 +19,8 @@ fname_data = os.environ['MNE_SAMPLE_DATASET_PATH'] fname_data += '/MEG/sample/sample_audvis-ave.fif' setno = 0 -lambda2 = 10 +snr = 3.0 +lambda2 = 1.0 / snr**2 dSPM = True res = mne.compute_inverse(fname_data, setno, fname_inv, lambda2, dSPM) -- 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
