<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><P>Hi Beth,</P>
<P> </P>
<P>Just wondering. Did you copy those lines from your script?</P>
<P> </P>
<P>If so, please try cfg.trialdef.poststim = 3.0; (notice the t). </P>
<P> </P>
<P>Yours,</P>
<P>Arjen</P>
<P><BR>----- "Beth Belluscio (NIH/NINDS) [E]" <BelluscB@ninds.nih.gov> schreef: <BR>> Van: "Beth Belluscio (NIH/NINDS) [E]" <BelluscB@ninds.nih.gov><BR>> Aan: "fieldtrip@donders.ru.nl" <fieldtrip@donders.ru.nl><BR>> Verzonden: Dinsdag 21 juni 2011 23:24:16<BR>> Onderwerp: [FieldTrip] define events for ft_definetrial<BR>><BR>> 
<STYLE><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></STYLE>
</P>
<DIV class=WordSection1>> 
<P class=MsoNormal>HI all-</P>
<P class=MsoNormal>  I use CFT data sets in which I use a trigger channel to define various stimuli (usually called stim1, stim2, stim3).  Each stim repeats several times (120) during the data file.  The time points corresponding to each stim are catalogued in the MarkerFile.mrk file.  I would like to use these markers to define trials around each stim.  I used to do this with the following set of commands:</P>
<P class=MsoNormal>                cfg = [];</P>
<P class=MsoNormal>                cfg.dataset = ‘TS1.ds’;</P>
<P class=MsoNormal>                cfg.trialdef.eventtype = ‘stim1’;</P>
<P class=MsoNormal>                cfg.trialdef.prestim = 0.1;</P>
<P class=MsoNormal>                cfg.trialdef.posstim = 3.0;</P>
<P class=MsoNormal>                cfg = ft_definetrial(cfg)</P>
<P class=MsoNormal> </P>
<P class=MsoNormal>Now when I do this I get the following error messages:</P>
<P class=MsoNormal>                readCTFds: Data set error:  size of meg4 files(s)</P>
<P class=MsoNormal>                                0 bytes (from dir command)</P>
<P class=MsoNormal>                                1126080000 (from res4 file)</P>
<P class=MsoNormal> </P>
<P class=MsoNormal>                ??? Attempt to reference field of non-structure array.</P>
<P class=MsoNormal> </P>
<P class=MsoNormal>                Error in <SPAN style="FONT-FAMILY: Wingdings">è</SPAN> trialfun_general at 111</P>
<P class=MsoNormal>                For i=find(strcmp(cfg.trialdef.eventtype, {event.types}))</P>
<P class=MsoNormal>                </P>
<P class=MsoNormal>                Error in<SPAN style="FONT-FAMILY: Wingdings">è</SPAN> ft_definetrial at 126</P>
<P class=MsoNormal>                [trl, event] = feval(cfg.trialfun, cfg)</P>
<P class=MsoNormal> </P>
<P class=MsoNormal>Is this a problem with the way I am defining the events?  How can I use these markers within the data file to specify events in fieldtrip?</P>
<P class=MsoNormal> </P>
<P class=MsoNormal>Thanks,</P>
<P class=MsoNormal> </P>
<P class=MsoNormal>Beth Belluscio MD-PhD</P>
<P class=MsoNormal>Clinical Fellow</P>
<P class=MsoNormal>Human Motor Control Section</P>
<P class=MsoNormal>NINDS, NIH</P>
<P class=MsoNormal>301-402-3495</P>
<P class=MsoNormal> </P></DIV><BR>> _______________________________________________<BR>> fieldtrip mailing list<BR>> fieldtrip@donders.ru.nl<BR>> http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</div></body></html>