<div dir="ltr"><div><div>Hi Vitoria,<br><br></div><div>Im not sure this will help you but I still wanted to come back to the recoding that worked for me (and sorry for being so vague on it in my first email)<br></div><br>So, I recoded it in Matlab. I first find the events in the bdf datafile and then redefine them using a small script I made myself (I am convinced there is an easier way but this worked for me  and I had limited time and mainly wanted to have a quick look at the data):<br><br><br> event = ft_read_event(bdfdataset);<br> %redfine the events:<br> event = EEGSynch_FFT_trialfun_BioSemiMarkerRedefine(event);<br><br></div><div>I attached my redefine function if you want to have a look. In my case the first of the two markers should always be 255 which the script checks, but this might be different in your case.<br><br>Let me know if anything is unclear still.<br></div><div></div><div>Best,<br></div><div>Ricarda<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 23, 2015 at 1:32 AM, Vitoria Piai <span dir="ltr"><<a href="mailto:v.piai.research@gmail.com" target="_blank">v.piai.research@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ricarda, Alex, Elmeri et al.<br>
<br>
Thanks. The files I'm trying to read are .bdf.<br>
Ricarda, could you please clarify "I just recoded the markers."? Did you<br>
edit the .bdf file with a text editor?<br>
<br>
In a previous dataset I acquired with Biosemi (in combination with<br>
Presentation), with eventtype 'STATUS', I get the right event values in<br>
the right number (that is, I send 10 times marker '1', ft_definetrial<br>
finds 10 times marker '1').<br>
With this new Biosemi dataset (programmed by someone else in E-prime,<br>
it's not my data):<br>
cfg=[];<br>
cfg.dataset = dataset;<br>
cfg.trialdef.eventtype = 'STATUS';<br>
cfg.trialdef.eventvalue = '?';<br>
ft_definetrial returns markers that were not sent, and doesn't return<br>
markers that were sent. (The same occurs if I read the data in EEGlab by<br>
the way).<br>
It doesn't look like there's a linear transformation between what was<br>
sent and what FT finds. For example, markers sent were 1:21; FT returns<br>
[3:23 29:31], but I'll definitely look into the suggestion that maybe<br>
1:21 was sent but for some reason recorded as 3:23 and the 29:31 are<br>
coming from somewhere else.<br>
<br>
Thanks a lot!<br>
<span class="HOEnZb"><font color="#888888">Vitoria<br>
<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><span></span><span><br>Ricard</span><span>a Braukmann, </span>MSc<br>
PhD student<br>              <br>Radboud University Medical Centre & Baby Research Center       <br><br>Donders Institute for Brain, Cognition and Behaviour, <br>Centre for Neuroscience & Centre for Cognition<br><br>Room B.01.22<br>
Phone: +31 (0) 24 36 12652<br>Email: <a href="mailto:r.braukmann@donders.ru.nl" target="_blank">r.braukmann@donders.ru.nl</a> <br></div>Website: <a href="http://www.zebra-project.nl/" target="_blank">http://www.zebra-project.nl/</a><br><br></div></div>
</div>