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 c8941dd1888d844837eb4dab34a041b09e47acd9 Author: Alexandre Gramfort <[email protected]> Date: Thu May 24 19:44:15 2012 +0200 clean up --- mne/artifacts/ecg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mne/artifacts/ecg.py b/mne/artifacts/ecg.py index 456097a..bcc102f 100644 --- a/mne/artifacts/ecg.py +++ b/mne/artifacts/ecg.py @@ -143,7 +143,6 @@ def find_ecg_events(raw, event_id=999, ch_name=None, tstart=0.0, ecg_events = qrs_detector(info['sfreq'], ecg.ravel(), tstart=tstart, thresh_value=qrs_threshold, l_freq=l_freq, h_freq=h_freq) - import ipdb; ipdb.set_trace() n_events = len(ecg_events) average_pulse = n_events * 60.0 / (times[-1] - times[0]) -- 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
