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 74bce0ddb7455eb4ac52aeac882f15d28c88772f Author: Martin Luessi <[email protected]> Date: Mon Mar 12 10:40:46 2012 -0400 removed unused keep_sample_mean paramter --- mne/cov.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mne/cov.py b/mne/cov.py index a0f981c..5a71833 100644 --- a/mne/cov.py +++ b/mne/cov.py @@ -126,7 +126,7 @@ def read_cov(fname): # Estimate from data def compute_raw_data_covariance(raw, tmin=None, tmax=None, tstep=0.2, - reject=None, flat=None, keep_sample_mean=True): + reject=None, flat=None): """Estimate noise covariance matrix from a continuous segment of raw data It is typically useful to estimate a noise covariance @@ -157,9 +157,6 @@ def compute_raw_data_covariance(raw, tmin=None, tmax=None, tstep=0.2, Rejection parameters based on flatness of signal Valid keys are 'grad' | 'mag' | 'eeg' | 'eog' | 'ecg' If flat is None then no rejection is done. - keep_sample_mean : bool - If False data are centered at each instant before computing - the covariance. Returns ------- -- 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
