<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi Burkdard and Nina,<br>
    <br>
    First off, thanks for the great advice Burkhard (and Jan-Mathijs). 
    Following your advice, I processed my raw neuromag data with
    maxfilter, and I ended up with some results that are quite similar
    to what Nina is seeing.  This doesn't happen for all of my subjects,
    but for about half of them, I get increased noise in select channels
    following maxfilter.  I believe I used maxfilter v2.0 and my command
    line was:<br>
    <br>
    maxfilter -f $f_i{each subject's fif file} -origin 0 0 40 -frame
    head -autobad 30 -badlimit 7 -in 8 -out 3 -trans default
    <br>
    <br>
    You mentioned that this should probably be posted to the neuromag
    list, but I am not currently on that list and wasn't able to find it
    with a quick search.  I'd be happy to repost there if you point me
    to the sign-up page.  <br>
    <br>
    Thanks!<br>
    David<br>
    <br>
    <br>
    On 10/26/2010 4:46 AM, Burkhard Maess wrote:
    <blockquote cite="mid:4CC69576.5090501@cbs.mpg.de" type="cite">Dear
      Nina,
      <br>
      <br>
      indeed this looks funny. I have seen that maxfilter sometimes has
      produced unexpected results, but usually the channels have less
      noise after transformation. Your displays demonstrate the problem,
      but provide insufficient information to search for origin of it. I
      think, it is necessary to place one of these files to an
      ftp-server together with the list of bad channels you have used
      and the version of maxfilter. I would recommend to ask Jukka
      Nennonen for help because he is the maxfilter-pro and the
      displayed result should not show up. We shall continue the
      discussion here when we know the reason for this strange behavior.
      <br>
      <br>
      best wishes,
      <br>
      Burkhard
      <br>
      <br>
      <br>
      <br>
      Nina Kahlbrock wrote:
      <br>
      <blockquote type="cite">Dear Burkhard,
        <br>
        I am also working on NM306 data and I have a specific problem
        repairing
        <br>
        broken channels using maxfilter. This email might thus be more
        suited for
        <br>
        the neuromeg discussion list. However, I thought it might be of
        interest to
        <br>
        other NM users as well...
        <br>
        What I would like to do is pretty much the same as described in
        the previous
        <br>
        mails: interpolate broken channels and use a standard head
        position for
        <br>
        multiple recordings in one subject.
        <br>
        I used fieldtrip's automatic and semi-automatic artifact
        rejection routines
        <br>
        to identify channels that are flat, show jumps and are noisy. I
        defined
        <br>
        these as bad in maxfilter. Then I used sss/tsss to achieve the
        desired
        <br>
        steps. It seemed very straight forward. However, when looking at
        the results, the signal seems to be increased (and
        <br>
        more noisy and jumpy) in certain channels (see attached pdfs of
        bad and
        <br>
        non-bad channel (1st page: raw data, 2nd page: sss data, 3rd
        page: tsss
        <br>
        data). Have you ever experienced anything like this? The only
        reason I can
        <br>
        come up with is that in maxfilter I used the continuous raw data
        file and
        <br>
        not as in fieldtrip, only trials. Between trials there are
        pauses, where the
        <br>
        channels could have been affected by a few movements. Could this
        explain my
        <br>
        difficulties?
        <br>
        Is there a way to 'only' interpolate channels and realign the
        head, without
        <br>
        impacting other non-broken channels?
        <br>
        Thank you very much for your answer!
        <br>
        Nina   <br>
        <br>
        <br>
        -----Ursprüngliche Nachricht-----
        <br>
        Von: FieldTrip discussion list [<a class="moz-txt-link-freetext" href="mailto:FIELDTRIP@NIC.SURFNET.NL">mailto:FIELDTRIP@NIC.SURFNET.NL</a>]
        Im Auftrag
        <br>
        von Burkhard Maess
        <br>
        Gesendet: Freitag, 22. Oktober 2010 09:25
        <br>
        An: <a class="moz-txt-link-abbreviated" href="mailto:FIELDTRIP@NIC.SURFNET.NL">FIELDTRIP@NIC.SURFNET.NL</a>
        <br>
        Betreff: Re: [FIELDTRIP] ft_channelrepair with neuromag data
        <br>
        <br>
        Dear David,
        <br>
        <br>
        I agree with Jan-Mathijs.
        <br>
        <br>
        variant a: apply maxfilter - that will repair all broken
        channels. You also can manually define certain channels as
        broken. Maxfilter may also align data of different headpositions
        to a single position.
        <br>
        <br>
        variant b: use megrealign - it includes a minimum norm
        localization and from there MEG data is forward computed. In
        this way, you can repair channels, align different head
        positions to the same and even convert data between different
        systems.
        <br>
        <br>
        all the best,
        <br>
        Burkhard
        <br>
        <br>
        <br>
        jan-mathijs schoffelen wrote:
        <br>
         
        <blockquote type="cite">Dear David,
          <br>
          <br>
          This is a good point. As far as I can see from the code, no
          distinction is made between gradiometers and magnetometers.
          <br>
          Naively, I would propose the following: first indeed split the
          data into two subset: gradiometers only and magnetometers
          only, only then apply the channel reparation routine. Yet, for
          the gradiometer subset data, it is questionable whether as
          such the replacement of a bad channel with its neighbours
          makes sense, because this would lead to averaging gradients of
          the magnetic field with an orthogonal orientation.
          <br>
           
          <br>
          In other words, this is probably not the most sensible
          approach. I don't think repairing after combining the planar
          gradients is  desired, because this leads to an unwanted
          amplification of the noise (because the combination step
          results in taking an absolute value). Alternatively, you could
          consider using ft_megrealign, which in principle could be used
          to repair bad channels. The recipe would be to only use the
          data with the clean channels in the input, and you would want
          to interpolate the data back onto the original sensor-array.
          An example for interpolating between two types of CTF-systems
          is shown here
          <a class="moz-txt-link-freetext" href="http://fieldtrip.fcdonders.nl/example/megrealign">http://fieldtrip.fcdonders.nl/example/megrealign</a>.
          <br>
          <br>
          Just out of curiosity: doesn't the maxfilter in the Neuromag
          software allow for similar things?
          <br>
          <br>
          Best wishes,
          <br>
          <br>
          Jan-Mathijs <br>
          On Oct 21, 2010, at 9:49 PM, David Ziegler wrote:
          <br>
          <br>
             
          <blockquote type="cite">Hi Fieldtrippers,
            <br>
            <br>
            I would like to use ft_channelrepair to interpolate data for
            some missing/deleted channels with Neuromag 306 data.  I am
            just wondering whether there are any potential problems with
            using the nearest neighbor interpolation, given the triplet
            format of the Neuromag system (two planar gradiometers and
            one magnetometer).  <br>
            If this is problematic, are there other options to fixing
            bad/missing channels (e.g., can ft_channelrepair be run on
            just a subset of the channels, say the gradiometers after I
            run ft_combineplanar)?
            <br>
            <br>
            Thanks!
            <br>
            David
            <br>
            <br>
            -- <br>
            David A. Ziegler
            <br>
            Department of Brain and Cognitive Sciences Massachusetts
            Institute of Technology 43 Vassar St,  46-5121 Cambridge,
            MA  02139
            <br>
            Tel: 617-258-0765
            <br>
            Fax: 617-253-1504
            <br>
            <a class="moz-txt-link-abbreviated" href="mailto:daz@mit.edu">daz@mit.edu</a> <a class="moz-txt-link-rfc2396E" href="mailto:daz@mit.edu"><mailto:daz@mit.edu></a>
            <br>
            <br>
             
            <br>
            <br>
             
            <br>
            <br>
            <br>
                  </blockquote>
        </blockquote>
        ---------------------------------------------------------------------------
         
        <blockquote type="cite">
          <blockquote type="cite">You are receiving this message because
            you are subscribed to the FieldTrip list. The aim of this
            list is to facilitate the discussion between users of the
            FieldTrip toolbox, to share experiences and to discuss new
            ideas for MEG and EEG analysis. See also
            <a class="moz-txt-link-freetext" href="http://listserv.surfnet.nl/archives/fieldtrip.html">http://listserv.surfnet.nl/archives/fieldtrip.html</a> and
            <a class="moz-txt-link-freetext" href="http://www.ru.nl/neuroimaging/fieldtrip">http://www.ru.nl/neuroimaging/fieldtrip</a>.
            <br>
            <br>
                  </blockquote>
        </blockquote>
---------------------------------------------------------------------------
        <br>
         
        <blockquote type="cite">Dr. J.M. (Jan-Mathijs) Schoffelen
          Donders Institute for Brain, Cognition and Behaviour, Centre
          for Cognitive Neuroimaging,
          <br>
          Radboud University Nijmegen, The Netherlands
          <br>
          <a class="moz-txt-link-abbreviated" href="mailto:J.Schoffelen@donders.ru.nl">J.Schoffelen@donders.ru.nl</a>
          <a class="moz-txt-link-rfc2396E" href="mailto:J.Schoffelen@donders.ru.nl"><mailto:J.Schoffelen@donders.ru.nl></a>
          <br>
          Telephone: 0031-24-3614793
          <br>
          <br>
          <br>
              </blockquote>
        ---------------------------------------------------------------------------
         
        <blockquote type="cite">You are receiving this message because
          you are subscribed to
          <br>
          the FieldTrip list. The aim of this list is to facilitate the
          discussion
          <br>
          between users of the FieldTrip toolbox, to share experiences
          <br>
          and to discuss new ideas for MEG and EEG analysis.
          <br>
          See also <a class="moz-txt-link-freetext" href="http://listserv.surfnet.nl/archives/fieldtrip.html">http://listserv.surfnet.nl/archives/fieldtrip.html</a>
          <br>
          and <a class="moz-txt-link-freetext" href="http://www.ru.nl/neuroimaging/fieldtrip">http://www.ru.nl/neuroimaging/fieldtrip</a>.
          <br>
          <br>
              </blockquote>
---------------------------------------------------------------------------
        <br>
          <br>
          </blockquote>
      <br>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="ProgId" content="Word.Document">
      <meta name="Generator" content="Microsoft Word 11">
      <meta name="Originator" content="Microsoft Word 11">
      <link rel="File-List" href="email%20signature_files/filelist.xml">
      <title>David Ziegler</title>
      <o:smarttagtype
        namespaceuri="urn:schemas-microsoft-com:office:smarttags"
        name="PostalCode">
        <o:smarttagtype
          namespaceuri="urn:schemas-microsoft-com:office:smarttags"
          name="State">
          <o:smarttagtype
            namespaceuri="urn:schemas-microsoft-com:office:smarttags"
            name="City">
            <o:smarttagtype
              namespaceuri="urn:schemas-microsoft-com:office:smarttags"
              name="place">
              <o:smarttagtype
                namespaceuri="urn:schemas-microsoft-com:office:smarttags"
                name="Street">
                <o:smarttagtype
                  namespaceuri="urn:schemas-microsoft-com:office:smarttags"
                  name="address">
                  <!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>daz</o:Author>
  <o:Template>Normal</o:Template>
  <o:LastAuthor>daz</o:LastAuthor>
  <o:Revision>8</o:Revision>
  <o:TotalTime>14</o:TotalTime>
  <o:Created>2005-05-26T14:55:00Z</o:Created>
  <o:LastSaved>2008-09-13T02:21:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Words>34</o:Words>
  <o:Characters>196</o:Characters>
  <o:Company>mit</o:Company>
  <o:Lines>1</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:CharactersWithSpaces>229</o:CharactersWithSpaces>
  <o:Version>11.5606</o:Version>
 </o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:DrawingGridHorizontalSpacing>9.35 pt</w:DrawingGridHorizontalSpacing>
  <w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
   <w:DontGrowAutofit/>
   <w:UseFELayout/>
   <w:SplitPgBreakAndParaMark/>
   <w:DontVertAlignCellWithSp/>
   <w:DontBreakConstrainedForcedTables/>
   <w:DontVertAlignInTxbx/>
   <w:Word11KerningPairs/>
   <w:CachedColBalance/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
  <w:TrackMoves>false</w:TrackMoves>
  <w:TrackFormatting/>
  <w:DoNotPromoteQF/>
  <w:LidThemeOther>EN-US</w:LidThemeOther>
  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
  <m:mathPr>
   <m:mathFont m:val="Cambria Math"/>
   <m:brkBin m:val="before"/>
   <m:brkBinSub m:val="--"/>
   <m:smallFrac m:val="off"/>
   <m:dispDef/>
   <m:lMargin m:val="0"/>
   <m:rMargin m:val="0"/>
   <m:defJc m:val="centerGroup"/>
   <m:wrapIndent m:val="1440"/>
   <m:intLim m:val="subSup"/>
   <m:naryLim m:val="undOvr"/>
  </m:mathPr>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" LatentStyleCount="156">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui></object>
<style>
st1\:*{behavior:url(#ieooui) }
</style>
<![endif]-->
                  <style>
<!--p.MSONORMAL
        {mso-style-unhide:no;
        mso-style-qformat:yes;}
li.MSONORMAL
        {mso-style-unhide:no;
        mso-style-qformat:yes;}
div.MSONORMAL
        {mso-style-unhide:no;
        mso-style-qformat:yes;}
a:link
        {mso-style-priority:99;}
span.MSOHYPERLINK
        {mso-style-priority:99;}
a:visited
        {mso-style-priority:99;}
span.MSOHYPERLINKFOLLOWED
        {mso-style-priority:99;}
.MSOCHPDEFAULT
        {mso-default-props:yes;}
table.MSONORMALTABLE
        {mso-style-priority:99;
        mso-style-qformat:yes;}

 /* Font Definitions */
 @font-face
        {font-family:Garamond;
        panose-1:2 2 4 4 3 3 1 1 8 3;
        mso-font-charset:0;
        mso-generic-font-family:roman;
        mso-font-pitch:variable;
        mso-font-signature:647 0 0 0 159 0;}
@font-face
        {font-family:"Bodoni MT";
        panose-1:2 7 6 3 8 6 6 2 2 3;
        mso-font-charset:0;
        mso-generic-font-family:roman;
        mso-font-pitch:variable;
        mso-font-signature:3 0 0 0 1 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {mso-style-noshow:yes;
        color:blue;
        text-decoration:underline;
        text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-noshow:yes;
        color:purple;
        text-decoration:underline;
        text-underline:single;}
span.GramE
        {mso-style-name:"";
        mso-gram-e:yes;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
        {mso-style-name:"Table Normal";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:"";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:"Times New Roman";
        mso-ansi-language:#0400;
        mso-fareast-language:#0400;
        mso-bidi-language:#0400;}
</style>
<![endif]-->
                  <link rel="themeData"
                    href="email%20signature_files/themedata.thmx">
                  <link rel="colorSchemeMapping"
                    href="email%20signature_files/colorschememapping.xml">
                  <!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="3074"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
                  <div class="Section1">
                    <p class="MsoNormal"><span style="font-size: 11pt;
                        font-family: "Bodoni MT";">David
                        A. Ziegler<o:p></o:p></span></p>
                    <p class="MsoNormal"><span style="font-size: 11pt;
                        font-family: "Bodoni MT";">Department
                        of Brain and Cognitive Sciences <br>
                        Massachusetts Institute of Technology <br>
                        <st1:street w:st="on"><st1:address w:st="on">43
                            Vassar St</st1:address></st1:street><span
                          class="GramE">,<span style="">  </span>46</span>-5121
                        <br>
                        <st1:place w:st="on"><st1:city w:st="on">Cambridge</st1:city>,
                          <st1:state w:st="on">MA</st1:state>  <st1:postalcode
                            w:st="on">02139</st1:postalcode></st1:place><o:p></o:p></span></p>
                    <p class="MsoNormal"><span style="font-size: 11pt;
                        font-family: "Bodoni MT";">Tel:
                        617-258-0765<o:p></o:p></span></p>
                    <p class="MsoNormal"><span style="font-size: 11pt;
                        font-family: "Bodoni MT";">Fax:
                        617-253-1504<o:p></o:p></span></p>
                    <p class="MsoNormal"><span style="font-size: 11pt;
                        font-family: "Bodoni MT";"><a
                          href="mailto:daz@mit.edu">daz@mit.edu</a><o:p></o:p></span></p>
                    <p class="MsoNormal"><span style="font-family:
                        Garamond;"><o:p> </o:p></span></p>
                    <p class="MsoNormal"><span style="font-family:
                        Garamond;"><o:p> </o:p></span></p>
                  </div>
                </o:smarttagtype></o:smarttagtype></o:smarttagtype></o:smarttagtype></o:smarttagtype></o:smarttagtype></div>
  </body>
</html>
<p>---------------------------------------------------------------------------
You are receiving this message because you are subscribed to <br>
the FieldTrip list. The aim of this list is to facilitate the discussion <br>
between  users of the FieldTrip  toolbox, to share experiences <br>
and to discuss  new ideas for MEG and EEG analysis. <br>
See also http://listserv.surfnet.nl/archives/fieldtrip.html <br>
and http://www.ru.nl/neuroimaging/fieldtrip.<br>
---------------------------------------------------------------------------</p>