Hello Jarmo,<br><br>I haven't tried importing Brain Vision files into FieldTrip myself, but based on the code you sent it looks like the problem may be that you're missing cfg.trialdef.eventvalue (which is used to tell FieldTrip which triggers to select), cfg.trialdef.prestim, and cfg.trialdef.poststim . See the example at <a href="http://fieldtrip.fcdonders.nl/tutorial/preprocessing#reading_and_preprocessing_the_interesting_trials">http://fieldtrip.fcdonders.nl/tutorial/preprocessing#reading_and_preprocessing_the_interesting_trials</a> . <br>
<br>If what you are trying to do is import all trials from all triggers in the file, I think you have to define your own "trialfun" function to do that (although I haven't tried this myself so I'm not sure). <a href="http://fieldtrip.fcdonders.nl/reference/ft_definetrial">http://fieldtrip.fcdonders.nl/reference/ft_definetrial</a> has some more information.<br>
<br>Best,<br>Steve Politzer-Ahles<br>University of Kansas<br><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Message: 1<br>
Date: Thu, 22 Mar 2012 17:14:46 +0100 (CET)<br>
From: Jarmo Kontinen <<a href="mailto:Jarmo.Kontinen@ruhr-uni-bochum.de">Jarmo.Kontinen@ruhr-uni-bochum.de</a>><br>
To: <<a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a>><br>
Subject: [FieldTrip] Problem with FT_DEFINETRIAL<br>
Message-ID:<br>
        <<a href="mailto:permail-201203221614466509e8c700002494-Jarmo.Kontinen@msgid.mail.ruhr-uni-bochum.de">permail-201203221614466509e8c700002494-Jarmo.Kontinen@msgid.mail.ruhr-uni-bochum.de</a>><br>
<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Dear all,<br>
I am trying to import EEG subject averages into Field Trip. The files are<br>
exported with the Brainvision Analyzer in binary form<br>
:subject10_konPro2002.dat and subject10_konPro2002.vhdr.<br>
I have a problem with turning the data into the Field Trip data-structure. I<br>
am following instructions given on this forum on one similar post. What I have<br>
tried is the following:<br>
<br>
cfg=[];<br>
cfg.trialdef.eventtype='average'<br>
cfg.dataset='subject10_konPro2002.dat'<br>
<br>
 cfg=ft_definetrial(cfg);<br>
<br>
Warning: no trialfun was specified, using trialfun_general<br>
> In ft_definetrial at 123<br>
evaluating trialfunction 'trialfun_general'<br>
reading the events from 'subject10_konPro2002.vhdr'<br>
??? Error using ==> ft_definetrial at 176<br>
no trials were defined, see FT_DEFINETRIAL for help<br>
<br>
I am grateful for all the help.<br>
Thanks,<br>
Jarmo Kontinen<br>
</blockquote></div><br>