<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Dear Nenad,<br>
      <br>
      it is a bit confusing that you call the variable returned from
      ft_definetrial 'data1', because actually it is only a
      cfg-structure without data. No matter how you call that variable
      though, it should work if you use this:<br>
      <br>
        <i>          data1.artfctdef.reject = 'complete'; </i>
      <div><i>            data1.artfctdef.jump.artifact = artifact_jump;</i></div>
      <div><i>            data1.artfctdef.muscle.artifact =
          artifact_muscle;</i></div>
      <div><i>            data_no_artifacts = ft_rejectartifact(data1)</i></div>
      <br>
      Note that you need to call ft_preprocessing in order to obtain
      data, in your case:<br>
      <br>
      <i>data  = ft_preprocessing(data_no_artifacts);</i><br>
      or <br>
      <i>data = ft_preprocessing(data1);</i><br>
      <br>
      ft_definetrial is a function which just returns at what samples
      your trials are supposed to start. ft_preprocessing is then using
      this information to extract the trials out of your datafile. You
      can artifact rejection either before you segmented the data into
      trials, as done here, or afterwards, i.e. after having called
      ft_preprocessing.<br>
      <br>
      Best,<br>
      Jörn<br>
      <br>
      On 8/23/2012 10:50 AM, Nenad Polomac wrote:<br>
    </div>
    <blockquote
cite="mid:CAEk4EpF+qWKtDzC2aJjbpYqmfpCQ9f8tK5AB21dujawUq9LRKA@mail.gmail.com"
      type="cite">Dear Eelke,
      <div><br>
      </div>
      <div>Thank you for your suggestion. But unfortunately this doesn't
        work. If I do your way I get: Error using ft_rejectartifact
        (line 233)</div>
      <div>no trials were selected, cannot perform
        artifact detection/rejection.</div>
      <div><br>
      </div>
      <div>So I am still not sure what might be the problem...</div>
      <div><br>
      </div>
      <div>Regards!</div>
      <div><br>
      </div>
      <div>Nenad</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
fieldtrip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a>
<a class="moz-txt-link-freetext" href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a></pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Jörn M. Horschig
PhD Student
Donders Institute for Brain, Cognition and Behaviour 
Centre for Cognitive Neuroimaging
Radboud University Nijmegen 
Neuronal Oscillations Group
FieldTrip Development Team

P.O. Box 9101
NL-6500 HB Nijmegen
The Netherlands

Contact:
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:jm.horschig@donders.ru.nl">jm.horschig@donders.ru.nl</a>
Tel:    +31-(0)24-36-68493
Web: <a class="moz-txt-link-freetext" href="http://www.ru.nl/donders">http://www.ru.nl/donders</a>

Visiting address:
Trigon, room 2.30
Kapittelweg 29
NL-6525 EN Nijmegen
The Netherlands</pre>
  </body>
</html>