<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<p style="font-size: 10px; font-family: Courier; ">I am trying to read event data from .nex files, and having a wee bit of difficulty. When I use the code </p><p style="font-size: 10px; font-family: Courier; "><br><BR>cfg = []<BR>
<p style="color: rgb(178, 69, 243); "><span style="color: #000000">cfg.dataset = </span>'Filename.nex'</p>
cfg.trialdef.eventtype = <span style="color: #b245f3">'?'</span><BR>
ft_definetrial(cfg);<BR><br><BR><div><br></div></p><p style="font-size: 10px; font-family: Courier; ">The only event data that is returned is the Strobed channel with a number of values. Using event type = 'gui' yields a similar result.</p><p style="font-size: 10px; font-family: Courier; "><br></p><p style="font-size: 10px; font-family: Courier; ">Looking at the example provided in the spikefield tutorial, I have run the same commands on the p029_sort_final_01.nex sample data on the website; this yields similar results (only the Strobed event type is returned, with a number of associated values).  These values appear to correspond with the events that would be of interest:  Looking at the trialfun_stimon.m code I see the following: </p><p style="font-size: 10px; font-family: Courier; "><br></p><p style="font-size: 10px; font-family: Courier; ">hdr   = ft_read_header(cfg.dataset);</p>
<p style="font-size: 10px; font-family: Courier; ">event = ft_read_event(cfg.dataset);</p>
<p style="font-size: 10px; font-family: Courier; ">correctresponse  = 10041;</p>
<p style="font-size: 10px; font-family: Courier; ">begintrial       = 10044;</p>
<p style="font-size: 10px; font-family: Courier; ">endtrial         = 10045;</p>
<p style="font-size: 10px; font-family: Courier; ">stimon           = 10030;</p>
<p style="font-size: 10px; font-family: Courier; ">distractorChange = 12000;</p>
<p style="font-size: 10px; font-family: Courier; ">targetChange     = 12001;</p>
<p style="font-size: 10px; font-family: Courier; color: rgb(37, 153, 45); "><span style="color: #000000">attCnds          = 20001:20004;       </span>% att in/out by target change first/second</p><div><br></div><div><font face="Courier" size="1">I have looked at the sample data in offline sorter and neuroexplorer and cannot figure out from where these values for the Strobed event type (the only event returned by fieldtrip), are being ascertained (e.g., so I could write my own version of trialfun)?  Any help very much appreciated.</font></div><div><font face="Courier"><font size="1"><br></font></font></div><div><br></div><div><span style="font-family: Courier; font-size: 10px; "><br></span></div><div><br></div>                                          </div></body>
</html>