<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class=""><br class="">
</div>
<span class="Apple-tab-span" style="white-space:pre"></span>I have some old Neuromag MEG/EEG data files that I’m trying to read.  One file is giving me a runtime error (the others appears ok):
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
        Read a total of 3 projection items:</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
                PCA-v1 (1 x 102) idle</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
                PCA-v2 (1 x 102) idle</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
                PCA-v3 (1 x 102) idle</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
        306 MEG channel locations transformed</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
Reading sleep_DC_s3_13_raw.fif ...</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
        Read a total of 3 projection items:</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
                PCA-v1 (1 x 102) idle</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
                PCA-v2 (1 x 102) idle</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
                PCA-v3 (1 x 102) idle</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
Opening raw data file sleep_DC_s3_13_raw.fif...</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
        Read a total of 3 projection items:</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
                PCA-v1 (1 x 102) idle</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
                PCA-v2 (1 x 102) idle</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
                PCA-v3 (1 x 102) idle</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
        Range : 28800 ... 518399  =     47.753 ...   859.547 secs</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
Ready.</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
Reading 28800 ... 518399  =     47.753 ...   859.547 secs...Error using fiff_read_tag (line 232)</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
Cannot handle other than dense or sparse matrices yet</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
Error in fiff_read_raw_segment (line 152)</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
            tag = fiff_read_tag(fid,this.ent.pos);</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
Error in ft_read_data (line 1105)</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
      dat =</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
      fiff_read_raw_segment(hdr.orig.raw,begsample+hdr.orig.raw.first_samp-1,endsample+hdr.orig.raw.first_samp-1,chanindx); </div>
</div>
<div class=""><br class="">
</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>Any suggestions on how to debug/fix/read this file?  All help is appreciated as I’m just starting with FieldTrip.  Thanks!</div>
<div class=""><br class="">
</div>
<div class="">Mona</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">*********************************************<br class="">
    Mona Wong<br class="">
    Web & iPad Application Developer<br class="">
    San Diego Supercomputer Center<br class="">
<br class="">
    "I've learned that people will forget
<div class="">    what you said, people will forget</div>
<div class="">    what you did, but people will never</div>
<div class="">    forget how you made them feel."</div>
<div class="">                                --- Maya Angelou<br class="">
*********************************************<br class="">
<br class="">
</div>
</div>
<br class="">
</div>
</body>
</html>