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 d2fdbff9d8417650cb0c254d26aa29947d9edda4 Author: Alexandre Gramfort <[email protected]> Date: Thu May 5 16:10:40 2011 -0400 reindent --- examples/plot_find_ecg_artifacts.py | 2 +- examples/plot_find_eog_artifacts.py | 2 +- mne/artifacts/eog.py | 2 +- mne/artifacts/peak_finder.py | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/plot_find_ecg_artifacts.py b/examples/plot_find_ecg_artifacts.py index bbcc76c..9cd5355 100644 --- a/examples/plot_find_ecg_artifacts.py +++ b/examples/plot_find_ecg_artifacts.py @@ -44,4 +44,4 @@ print "Number of detected EOG artifacts : %d" % len(data) pl.plot(1e3 * epochs.times, np.squeeze(data).T) pl.xlabel('Times (ms)') pl.ylabel('ECG') -pl.show() \ No newline at end of file +pl.show() diff --git a/examples/plot_find_eog_artifacts.py b/examples/plot_find_eog_artifacts.py index 22ef4d1..3152ddf 100644 --- a/examples/plot_find_eog_artifacts.py +++ b/examples/plot_find_eog_artifacts.py @@ -42,4 +42,4 @@ print "Number of detected EOG artifacts : %d" % len(data) pl.plot(1e3 * epochs.times, np.squeeze(data).T) pl.xlabel('Times (ms)') pl.ylabel('EOG (muV)') -pl.show() \ No newline at end of file +pl.show() diff --git a/mne/artifacts/eog.py b/mne/artifacts/eog.py index afc0808..baa0aaf 100644 --- a/mne/artifacts/eog.py +++ b/mne/artifacts/eog.py @@ -63,4 +63,4 @@ def find_eog_events(raw, event_id=998): eog_events = np.c_[eog_events + raw.first_samp, np.zeros(n_events), event_id * np.ones(n_events)] - return eog_events \ No newline at end of file + return eog_events diff --git a/mne/artifacts/peak_finder.py b/mne/artifacts/peak_finder.py index 85186c7..5741821 100644 --- a/mne/artifacts/peak_finder.py +++ b/mne/artifacts/peak_finder.py @@ -161,4 +161,3 @@ def peak_finder(x0, thresh=None, extrema=1): print 'No significant peaks found' return peak_inds, peak_mags - -- 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
