[med-svn] [python-mne] 338/376: API: do not copy the digitization points from original raw data but read it from info dict

Yaroslav Halchenko debian at onerussian.com
Fri Nov 27 17:23:18 UTC 2015


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 ff5b2ef41c76c5d9ea246ed568e66aeb3b9d82dc
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date:   Mon Aug 15 16:24:40 2011 -0400

    API: do not copy the digitization points from original raw data but read it from info dict
---
 mne/fiff/meas_info.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mne/fiff/meas_info.py b/mne/fiff/meas_info.py
index 9f5b097..0d1c51b 100644
--- a/mne/fiff/meas_info.py
+++ b/mne/fiff/meas_info.py
@@ -240,7 +240,8 @@ def write_meas_info(fid, info, data_type=None):
 
     # Blocks from the original
     blocks = [FIFF.FIFFB_SUBJECT, FIFF.FIFFB_HPI_MEAS, FIFF.FIFFB_HPI_RESULT,
-              FIFF.FIFFB_ISOTRAK, FIFF.FIFFB_PROCESSING_HISTORY]
+              FIFF.FIFFB_PROCESSING_HISTORY]
+              # FIFF.FIFFB_ISOTRAK, FIFF.FIFFB_PROCESSING_HISTORY]
 
     have_hpi_result = False
     have_isotrak = False

-- 
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