<div dir="ltr"><div><div><div>Dear Hweeling,<br><br></div>you can transform the polar coordinates to carthesian coordinates using the elp2coor.m function I attached.<br><br></div>The way it works for me is like this:<br></div>
 %% Import ELP<br><div>cap=importdata('128_channel_easycap.elp'); % Import the Vendor-Provided 3d Positions<br><br>%%Make an electrode file<br><br>elec.pnt=elp2coor(cap.data',100)'; % Transform<br>elec.label=cap.textdata; % Make Labels<br>
<br>cfg=[];<br>cfg.elec=elec;<br>lay= ft_prepare_layout(cfg); % Make Layout<br><br></div><div>Good luck!<br><br></div><div>Julian<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 22, 2014 at 3:41 PM, Hwee Ling Lee <span dir="ltr"><<a href="mailto:hweeling.lee@gmail.com" target="_blank">hweeling.lee@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Dear all,</div><div><br></div><div>I would like to know if anyone has the layout for 128 EEG channels for BrainProduct easycap.</div>
<div><br></div><div>I have the information of the theta/phi coordinates for each of the channels, but I'm not sure how to use these values to create the layout in fieldtrip.</div>
<div><br></div><div>It'll be great if someone can help me on this!</div><div><br></div><div>Thanks.</div><div><br></div><div>Best regards,</div><div>Hweeling</div><div><br></div></div>
</div>
<br>_______________________________________________<br>
fieldtrip mailing list<br>
<a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br>
<a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" target="_blank">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br></blockquote></div><br></div>