<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 Fieldtrippers,<div class=""><br class=""></div><div class="">I’m using the script for reading data and I have a special issue at cfg.trialdef.eventvalue (see script below). The thing is that I have several triggers at the exact same position and I want to analyze only a subgroup of events which is defined by a combination of two trigggernames / evenvalues. Does anybody know how to define those trials, meaning how to create an event as a combination of two triggernames?</div><div class=""><br class=""></div><div class="">This is how the script looks like:</div><div class=""><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">VP = dir(<span style="color: #b245f3" class="">'*.dat'</span>);                                           </div><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">cfg = [];</div><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">cfg.dataset                 = (VP.name);    </div><p style="margin: 0px; font-size: 10px; font-family: Courier; color: rgb(37, 153, 45); min-height: 12px;" class=""> <br class="webkit-block-placeholder"></p><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">cfg.trialdef.eventtype      = <span style="color: #b245f3" class="">'Comment'</span>;</div><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">cfg.trialdef.prestim        = 2;</div><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">cfg.trialdef.poststim       = 6;</div><p style="margin: 0px; font-size: 10px; font-family: Courier; min-height: 12px;" class="">      <br class="webkit-block-placeholder"></p><div style="margin: 0px;" class=""><span style="color: rgb(0, 0, 0); font-family: Courier; font-size: 10px;" class="">cfg.trialdef.eventvalue     = {</span><font face="Courier" size="1" style="color: rgb(178, 69, 243);" class="">'HitHitReakt</font><font color="#b245f3" face="Courier" size="1" class="">’</font><font face="Courier" size="1" class=""> '</font><span style="font-family: Courier; font-size: 10px;" class=""><font color="#b245f3" class="">Cue_N3_neg'</font></span><span style="color: rgb(0, 0, 0);" class=""><font face="Courier" size="1" class="">}; </font><font face="Courier" style="font-size: 11px;" class=""><u class="">The events should be read only if both conditions are fulfilled</u></font></span></div><div style="margin: 0px; font-size: 10px; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">cfg = ft_definetrial(cfg);</div><p style="margin: 0px; font-size: 10px; font-family: Courier; min-height: 12px;" class=""> <br class="webkit-block-placeholder"></p><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">cfg.demean = <span style="color: #b245f3" class="">'yes'</span>;</div><div style="margin: 0px; font-size: 10px; font-family: Courier; color: rgb(37, 153, 45);" class=""><br class=""></div><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">dataHitHitReact = ft_preprocessing(cfg);</div><p style="margin: 0px; font-size: 10px; font-family: Courier; min-height: 12px;" class=""> <br class="webkit-block-placeholder"></p><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">dataHitHitReact = renamechannels(dataHitHitReact);</div><p style="margin: 0px; font-size: 10px; font-family: Courier; min-height: 12px;" class=""> <br class="webkit-block-placeholder"></p><div style="margin: 0px; font-size: 10px; font-family: Courier; color: rgb(178, 69, 243);" class=""><span style="color: #000000" class="">save </span>dataHitHitReact_preproc<span style="color: #000000" class=""> </span>dataHitHitReact</div><div style="margin: 0px; font-size: 10px; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; font-size: 10px; font-family: Courier;" class="">    fprintf(<span style="color: #b245f3" class="">'%s not found.\n'</span>,cfg.trialdef.eventvalue{1})</div><div style="margin: 0px; font-size: 10px; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; font-family: Courier; min-height: 14px;" class=""><br class=""></div></div><div class=""><br class=""></div><div class="">I'm deeply grateful for any help.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Mick<br class=""><div class=""><div apple-content-edited="true" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class=""></div></div></div></div>
</div>
<br class=""></div></div></body></html>