[med-svn] [python-mne] 179/353: added comment
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:24:54 UTC 2015
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 b55fac5e3e2fb689cdb278cfe8aa12f1134b5f50
Author: Martin Luessi <mluessi at nmr.mgh.harvard.edu>
Date: Fri May 11 10:33:18 2012 -0400
added comment
---
bin/mne_compute_proj_ecg.py | 1 +
bin/mne_compute_proj_eog.py | 1 +
2 files changed, 2 insertions(+)
diff --git a/bin/mne_compute_proj_ecg.py b/bin/mne_compute_proj_ecg.py
index eb62cbd..2325852 100755
--- a/bin/mne_compute_proj_ecg.py
+++ b/bin/mne_compute_proj_ecg.py
@@ -143,6 +143,7 @@ if __name__ == '__main__':
if proj_fname is not None:
print 'Including SSP projections from : %s' % proj_fname
+ # append the ecg projs, so they are last in the list
projs = mne.read_proj(proj_fname) + projs
if isinstance(preload, basestring) and os.path.exists(preload):
diff --git a/bin/mne_compute_proj_eog.py b/bin/mne_compute_proj_eog.py
index 504a40f..6e74d35 100755
--- a/bin/mne_compute_proj_eog.py
+++ b/bin/mne_compute_proj_eog.py
@@ -145,6 +145,7 @@ if __name__ == '__main__':
if proj_fname is not None:
print 'Including SSP projections from : %s' % proj_fname
+ # append the eog projs, so they are last in the list
projs = mne.read_proj(proj_fname) + projs
if isinstance(preload, basestring) and os.path.exists(preload):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git
More information about the debian-med-commit
mailing list