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 eb4d68e796fe91ec22acb014be7886db0da80073 Author: Alexandre Gramfort <[email protected]> Date: Thu Jul 7 12:14:45 2011 +0200 FIX : fix reject param in cov estimation example --- examples/plot_estimate_covariance_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_estimate_covariance_matrix.py b/examples/plot_estimate_covariance_matrix.py index 6b0c6f9..45e1106 100644 --- a/examples/plot_estimate_covariance_matrix.py +++ b/examples/plot_estimate_covariance_matrix.py @@ -20,7 +20,7 @@ fname = data_path + '/MEG/sample/sample_audvis_raw.fif' raw = fiff.Raw(fname) # Set up pick list: MEG + STI 014 - bad channels -cov = mne.compute_raw_data_covariance(raw, reject=dict(eeg=40e-6, eog=150e-6)) +cov = mne.compute_raw_data_covariance(raw, reject=dict(eeg=80e-6, eog=150e-6)) print cov ############################################################################### -- 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
