<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi,</div><div>   I’m one of the main Fieldtrip contributors working on supporting EGI data.  A couple things.  First of all, exactly which net do you use?  If they are 129-channel, there is still the question of whether they are the Hydrocel or the older geodesic nets.  Regardless, that shouldn't cause an error like this.  Could you send me the file you are trying to process and the script you are using and I’ll try troubleshooting it.</div><div><br></div><div>Joe</div><div><br></div><br><div><div>On Aug 26, 2014, at 12:53 AM, Ana Laura Diez Martini <<a href="mailto:diezmartini@gmail.com">diezmartini@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Which nets do you use? I use EGI. I tried both the ones you mention and they didn't work. It was hard to find that exact one online but it was the only file that actually worked.</div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Aug 25, 2014 at 7:52 AM, KatrinH Heimann <span dir="ltr"><<a href="mailto:katrinheimann@gmail.com" target="_blank">katrinheimann@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">Dear Ana, dear all, <div>the layout you used does not correspond to our nets. I tried the <br>




   GSN-HydroCel-128.sfp  and the GSN-HydroCel-129.sfp. Both don't work. Please can anybody help?</div><div>Cheers</div><div>Katrin</div>







</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-24 5:40 GMT+02:00 Ana Laura Diez Martini <span dir="ltr"><<a href="mailto:diezmartini@gmail.com" target="_blank">diezmartini@gmail.com</a>></span>:<div>
<div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Try<a href="https://www.dropbox.com/s/58zv658rtdant2c/GSN129.sfp?dl=0" target="_blank"> this one</a> I use</div>

<div class="gmail_extra"><br><br><div class="gmail_quote"><div>On Sun, Aug 24, 2014 at 4:08 AM, KatrinH Heimann <span dir="ltr"><<a href="mailto:katrinheimann@gmail.com" target="_blank">katrinheimann@gmail.com</a>></span> wrote:<br>


</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div dir="ltr">Dear all, my problems seem neverending. This time however i really need help. <div>

I implemented a pipeline for ERPs. All works now, trialdefinition, preprocessing, channelreplacement, ica, componentrejection, final artifactdetection, timelock of the single subject data. However, when I wanna compute the grandaverage of the single subjects I get the following error message:</div>



<div><br></div><div><div>computing average of avg over 19 subjects</div><div>Warning: discarding electrode information because it cannot be averaged </div><div>> In ft_timelockgrandaverage at 249 </div><div>the call to "ft_timelockgrandaverage" took 0 seconds and required the additional allocation of an estimated 3 MB</div>



<div>computing average of avg over 2 subjects</div><div>Warning: discarding electrode information because it cannot be averaged </div><div>> In ft_timelockgrandaverage at 249 </div><div>the call to "ft_timelockgrandaverage" took 0 seconds and required the additional allocation of an estimated 0 MB</div>



<div>the call to "ft_prepare_layout" took 0 seconds and required the additional allocation of an estimated 0 MB</div><div>the call to "ft_topoplotER" took 0 seconds and required the additional allocation of an estimated 0 MB</div>



</div><div><br></div><div>Furthermore in the plot of the significant clusters, the channelnames are mixed up (do not correspond to my net)</div><div><br></div><div><br></div><div>I guess that there is a problem with the layout I use. </div>



<div>Here the code that I use <br></div><div><br></div><div>%For generating the layout (also in the single subjects):</div><div><p>cfg = [];</p><p>cfg.channel  = obs_data.label;</p><p><span>cfg.layout   = </span>'GSN-HydroCel-129.sfp'<span>;</span></p><p>cfg.feedback = <span>'yes'</span>;</p><p>lay          = ft_prepare_layout(cfg);</p><div> <br class="webkit-block-placeholder"></div><p>cfg_neighb          = [];</p><p>cfg_neighb.feedback = <span>'yes'</span>;</p><p>cfg_neighb.method   = <span>'triangulation'</span>;</p><p>cfg_neighb.layout   = lay;</p><p>neighbours          = ft_prepare_neighbours(cfg_neighb, obs_data);</p><div> <br class="webkit-block-placeholder"></div><p>obs_data.elec = ft_read_sens(<span>'GSN-HydroCel-129.sfp'</span>);</p><p><br></p><p>%For computing the grand average</p><p>cfg = [];</p><p>cfg.channel   = <span>'all'</span>;</p><p>cfg.latency   = <span>'all'</span>;</p><p>cfg.parameter = <span>'avg'</span>;</p><p>cfg.keepindividual = <span>'no'</span></p><p>GA_90         = ft_timelockgrandaverage(cfg,all90{:});  </p><p>GA_180        = ft_timelockgrandaverage(cfg,all180{:});</p><p>% "{:}" means to use data from all elements of the variable</p><div> <br class="webkit-block-placeholder"></div><p>For plotting the significant clusters</p><p>cfg = [];</p><p>cfg.style     = <span>'blank'</span>;</p><p>cfg.layout    = lay;</p><p>cfg.channellabels = <span>'yes'</span>;</p><p>cfg.highlight = <span>'labels'</span>;</p><p>cfg.highlightchannel = find(stat.mask);</p><p>cfg.comment   = <span>'no'</span>;</p><p>figure; ft_topoplotER(cfg, GA_90)</p><p><span>title(</span>'Nonparametric: significant with cluster multiple comparison correction'<span>)</span></p><p><span><br></span></p><p><span>Do you have ANY idea to this? I am really completely helpless....</span></p><p>thanks and best</p><p>Katrin</p></div></div>
<br></div>_______________________________________________<br>
fieldtrip mailing list<br>
<a href="mailto:fieldtrip@donders.ru.nl" target="_blank">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>
<br>_______________________________________________<br>
fieldtrip mailing list<br>
<a href="mailto:fieldtrip@donders.ru.nl" target="_blank">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></div></div><br></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>
_______________________________________________<br>fieldtrip mailing list<br><a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br>http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</blockquote></div><br><div apple-content-edited="true">
<div><font face="Calibri, Arial, Helvetica, sans-serif" size="3">--------------------------------------------------------------------------------<br><br>Joseph Dien, PhD<br></font><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: medium;">Research Associate</span><font face="Calibri, Arial, Helvetica, sans-serif" size="3"><br></font><div><font face="Calibri, Arial, Helvetica, sans-serif" size="3">Cognitive Neurology</font></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif;">The Johns Hopkins University School of Medicine</div><div style="font-family: Calibri, Arial, Helvetica, sans-serif;"><br></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif;"><span style="font-size: 16px; background-color: rgb(255, 255, 255);">Lab E-mail: <a href="mailto:jdien1@jhmi.edu">jdien1@jhmi.edu</a></span></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif;"><div style="font-size: 16px; background-color: rgb(255, 255, 255);">Private E-mail: <a href="mailto:jdien07@mac.com">jdien07@mac.com</a></div><div style="font-size: 16px; background-color: rgb(255, 255, 255);">Office Phone: 410-614-3115</div></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif; ">Cell Phone: 202-297-8117</div><div><font face="Calibri, Arial, Helvetica, sans-serif" size="3">Fax: 410-955-0188<br><a href="http://joedien.com">http://joedien.com</a></font></div></div>
</div>
<br></body></html>