<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="">
Hi Sophia,
<div class=""><br class="">
</div>
<div class="">If you would like to stick to the default ft_trialfun_general, you could update the 3d column in your cfg_trl.trl matrix. This column contains the ‘offset’ for each trial, which specifies for the first sample in each trial the number of samples
 prior to what is defined as ‘time point zero’ for that trial. You should subtract or add round(0.015.*the-sampling-rate), depending on the intended direction of the shift. I leave it as exercise to you to determine whether to add or subtract.</div>
<div class=""><br class="">
</div>
<div class="">Best,</div>
<div class="">Jan-Mathijs</div>
<div class=""><br class="">
</div>
<div class="">
<div>
<blockquote type="cite" class="">
<div class="">On 30 Mar 2016, at 13:44, Irene Sophia Mayer <<a href="mailto:mi_mayer@gmx.de" class="">mi_mayer@gmx.de</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">
<div style="font-family: Verdana;font-size: 12.0px;" class="">
<div class="">Dear Fieldtrippers, </div>
<div class=""> </div>
<div class="">I am defining my trials with the following code: </div>
<div class=""> </div>
<div class="">cfg                         = [];<br class="">
cfg.dataset                 = infile;<br class="">
cfg.trialdef.eventtype      = 'Stimulus';<br class="">
cfg.trialdef.eventvalue     = 'S  1';<br class="">
cfg.trialdef.prestim        = .1;  <br class="">
cfg.trialdef.poststim       = 2.2;<br class="">
cfg_trl = ft_definetrial(cfg);</div>
<div class=""> </div>
<div class="">However, I have measured that my stimulus appeared 15ms late. Is there a way of shifting the triggers or the trials? Meaning, that trialdef does not take the actual time of the event but adds 15ms. Then this new value is considered for the prestimulus
 and poststimulus time as the new point zero. </div>
<div class=""> </div>
<div class="">Cheers, </div>
<div class="">Sophia</div>
</div>
</div>
_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="mailto:fieldtrip@donders.ru.nl" class="">fieldtrip@donders.ru.nl</a><br class="">
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>