<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
 Hi,<div><br class="webkit-block-placeholder"></div><div>I am struggling with the sourceanalysis of EEG data which was recorded with Biosemi 128 electrodes. the data are visual evoked potentials. the topographies look very good and dipolar. below some code attached.</div><div><br class="webkit-block-placeholder"></div><div>one thing i find suspicious is that the 'avg.pow' field after sourceanalysis contains some negative values ... i reckon this shouldn't be the case.</div><div><br class="webkit-block-placeholder"></div><div>the call to sourceanalysis is very close to calls i did with MEG data yielding good localizations. </div><div><br class="webkit-block-placeholder"></div><div>the greatest potential error source i see is that i use electrode positions from the standard_1005 file in order to use the standard BEM model. this is done by choosing the index from the standard-1005 closest to the biosemi elecrode locations (placed on a sphere). for this i use matlabs <span class="Apple-style-span" style="font-family: Courier; ">dsearchn <span class="Apple-style-span" style="font-family: Helvetica; ">function. </span></span></div><div><span class="Apple-style-span" style="font-family: Courier; "><span class="Apple-style-span" style="font-family: Helvetica; ">mistakes at this step would seriously screw up the forward model. however<span class="Apple-style-span" style="font-family: Courier; "><span class="Apple-style-span" style="font-family: Helvetica; "> checking the electrode locations on the standard MRI using sourceplot looks sensible however ... so at this stage i am not sure whether it's a headmodelproblem or something else i am missing / overlooked.</span></span></span></span></div><div><br class="webkit-block-placeholder"></div><div>as always, any help is greatly appreciated.</div><div><br class="webkit-block-placeholder"></div><div>cheers,</div><div>n</div><div><br></div><div>%first search for electrodes closest in the standard 1005</div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">elec4grid=data.elec;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">elec4grid.pnt=[-data.elec.pnt(:,2),data.elec.pnt(:,1),data.elec.pnt(:,3)]*85; </font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font face="Courier" size="3" style="font: 12.0px Courier"> </font><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">stelec=read_fcdc_elec(</font><font face="Courier" size="3" color="#a020f0" style="font: 12.0px Courier; color: #a020f0">'standard_1005.elc'</font><font face="Courier" size="3" style="font: 12.0px Courier">);</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font face="Courier" size="3" style="font: 12.0px Courier"> </font><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">ind=zeros(1,128);</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font face="Courier" size="3" style="font: 12.0px Courier"> </font><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" color="#0000ff" style="font: 12.0px Courier; color: #0000ff">for</font><font face="Courier" size="3" style="font: 12.0px Courier"> i=1:128</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">ind(i)=dsearchn(stelec.pnt,elec4grid.pnt(i,:));</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">stelec.pnt(ind(i),:)=NaN; %avoids double choosing of electrodes</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" color="#0000ff" style="font: 12.0px Courier; color: #0000ff">end</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font face="Courier" size="3" color="#0000ff" style="font: 12.0px Courier; color: #0000ff"> </font><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">stelec=read_fcdc_elec(</font><font face="Courier" size="3" color="#a020f0" style="font: 12.0px Courier; color: #a020f0">'standard_1005.elc'</font><font face="Courier" size="3" style="font: 12.0px Courier">);</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">elec4grid.pnt=stelec.pnt(ind,:);</font></div> <br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg=[];</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.grid=[];</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.grid.xgrid=</font><font face="Courier" size="3" color="#a020f0" style="font: 12.0px Courier; color: #a020f0">'auto'</font><font face="Courier" size="3" style="font: 12.0px Courier">;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.grid.ygrid=</font><font face="Courier" size="3" color="#a020f0" style="font: 12.0px Courier; color: #a020f0">'auto'</font><font face="Courier" size="3" style="font: 12.0px Courier">;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.grid.zgrid=</font><font face="Courier" size="3" color="#a020f0" style="font: 12.0px Courier; color: #a020f0">'auto'</font><font face="Courier" size="3" style="font: 12.0px Courier">;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.grid.resolution=10;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.vol=vol; %this is the standard BEM from Fieldtrip / eeglab</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.elec=elec4grid;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">grid=prepare_leadfield(cfg);</font></div> <br class="webkit-block-placeholder"></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg=[];</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.covariance=</font><font face="Courier" size="3" color="#a020f0" style="font: 12.0px Courier; color: #a020f0">'yes'</font><font face="Courier" size="3" style="font: 12.0px Courier">;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.preproc.reref=</font><font face="Courier" size="3" color="#a020f0" style="font: 12.0px Courier; color: #a020f0">'yes'</font><font face="Courier" size="3" style="font: 12.0px Courier">;</font><font face="Courier" size="3" color="#228b22" style="font: 12.0px Courier; color: #228b22">%it should be average reference already. just to be sure.</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.preproc.refchannel=</font><font face="Courier" size="3" color="#a020f0" style="font: 12.0px Courier; color: #a020f0">'all'</font><font face="Courier" size="3" style="font: 12.0px Courier">;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font face="Courier" size="3" style="font: 12.0px Courier"> </font><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font face="Courier" size="3" style="font: 12.0px Courier"> </font><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.latency=[-.3 -.1];</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.covariancewindow = [-.3 .1];</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">baseERP=timelockanalysis(cfg,data);</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font face="Courier" size="3" style="font: 12.0px Courier"> </font><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.latency=[0.1 .3];</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.covariancewindow = [.1 .3];</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">visuERP=timelockanalysis(cfg,data);</font></div> <br class="webkit-block-placeholder"></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg=[];</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.method=</font><font face="Courier" size="3" color="#a020f0" style="font: 12.0px Courier; color: #a020f0">'lcmv'</font><font face="Courier" size="3" style="font: 12.0px Courier">;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.vol=vol;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.elec=elec4grid;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.grid=grid;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font face="Courier" size="3" style="font: 12.0px Courier"> </font><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">baseS=sourceanalysis(cfg,baseERP);</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">visuS=sourceanalysis(cfg,visuERP);</font></div> <br class="webkit-block-placeholder"></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">visuSn=visuS;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">motorSn=motorS;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">visuSn.avg.pow=visuS.avg.pow./baseS.avg.noise;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">motorSn.avg.pow=motorS.avg.pow./baseS.avg.pow;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font face="Courier" size="3" style="font: 12.0px Courier"> </font><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" color="#228b22" style="font: 12.0px Courier; color: #228b22">%%%COMMENT 17:</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" color="#228b22" style="font: 12.0px Courier; color: #228b22">%%%The solutions then have to be interpolated on the standard MRI.</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg = [];</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.downsample = 2;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">cfg.sourceunits=</font><font face="Courier" size="3" color="#a020f0" style="font: 12.0px Courier; color: #a020f0">'mm'</font><font face="Courier" size="3" style="font: 12.0px Courier">;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">visuS_int = sourceinterpolate(cfg, visuSn, mri);</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" style="font: 12.0px Courier">motorS_int = sourceinterpolate(cfg, motorSn, mri);</font></div> <br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div><font class="Apple-style-span" face="Gill Sans"><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; ">--------------------------------</span></span></span></span></span></span></span></span></font></div><div><font class="Apple-style-span" face="Gill Sans" size="3"><span class="Apple-style-span" style="font-size: 13px;; font-family: Gill Sans; "><b style="font-family: Gill Sans; font-size: 13px; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-size: 13px; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-size: 13px; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-size: 13px; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-size: 13px; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-size: 13px; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-size: 13px; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-size: 13px; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-size: 13px; font-weight: bold; ">Dr. Nathan Weisz</span></span></span></span></span></span></span></span></b></span></font></div><div><font class="Apple-style-span" face="Gill Sans" size="3"><span class="Apple-style-span" style="font-size: 13px;; font-family: Gill Sans; "><br class="khtml-block-placeholder"></span></font></div><div><font class="Apple-style-span" face="Gill Sans"><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; ">INSERM - Unité 821</span></span></span></span></span></span></span></font></div><div><font class="Apple-style-span" face="Gill Sans" size="3"><span class="Apple-style-span" style="font-size: 13px;; font-family: Gill Sans; "><i style="font-family: Gill Sans; font-size: 13px; font-style: italic; "><span class="Apple-style-span" style="font-family: Gill Sans; font-size: 13px; font-style: italic; ">Dynamique cérébrale et cognition</span></i></span></font></div><div><font class="Apple-style-span" face="Gill Sans"><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; ">Centre Hospitalier Le Vinatier, Bâtiment 452</span></span></span></span></span></span></span></font></div><div><font class="Apple-style-span" face="Gill Sans"><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; ">95 Boulevard Pinel</span></span></span></span></span></span></span></font></div><div><font class="Apple-style-span" face="Gill Sans"><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; ">69500 Bron, France</span></span></span></span></span></span></span></font></div><div><font class="Apple-style-span" face="Gill Sans"><br class="khtml-block-placeholder"></font></div><div><font class="Apple-style-span" face="Gill Sans"><b style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; ">Tel</span></span></span></span></span></span></span></span></b></font><font class="Apple-style-span" face="Gill Sans"><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; ">: ++33 - (0)4 - 7213 8915</span></span></span></span></span></span></span></span></font></div><div><font class="Apple-style-span" face="Gill Sans"><b style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; ">Email:<span class="Apple-converted-space"> </span></span></span></span></span></span></span></span></b><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><a href="mailto:weisz@lyon.inserm.fr">weisz@lyon.inserm.fr</a></span></span></span></span></span></span></span></font><font class="Apple-style-span" face="Gill Sans"></font></div><div><font class="Apple-style-span" face="Gill Sans"><b style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; ">Chat-AV</span></span></span></span></span></span></span></span></b></font><font class="Apple-style-span" face="Gill Sans"><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; ">:</span></span></span></span></span></span></span></span></font><font class="Apple-style-span" face="Gill Sans"><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "> <a href="mailto:nathanweisz@mac.com">nathanweisz@mac.com</a></span></span></span></span></span></span></span></span></font></div><div><font class="Apple-style-span" face="Gill Sans"><b style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; "><span class="Apple-style-span" style="font-family: Gill Sans; font-weight: bold; ">Homepage</span></span></span></span></span></span></span></span></b></font><font class="Apple-style-span" face="Gill Sans"><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; "><span class="Apple-style-span" style="font-family: Gill Sans; ">: </span></span></span></span><font class="Apple-style-span" face="Helvetica"><a href="http://web.mac.com/nathanweisz">http://web.mac.com/nathanweisz</a></font></span></span></span></span></font></div><div><font class="Apple-style-span" face="Gill Sans"><b>Neurotree</b>: <span class="Apple-style-span" style="font-family: Helvetica; "><a href="http://neurotree.org/neurotree/tree.php?pid=8692">http://neurotree.org/neurotree/tree.php?pid=8692</a></span></font></div><div><br class="webkit-block-placeholder"></div><div style="font-size: 9px; "><font class="Apple-style-span" color="#333333" face="Bitstream Vera Sans" size="4" style="font-size: 11px; ; color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; "><span class="Apple-style-span" style="font-size: 10.8px; ; color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; "><i style="color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; font-size: 10.8px; font-style: italic; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; font-size: 10.8px; font-style: italic; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; font-size: 10.8px; font-style: italic; ">Please avoid sending me Word or PowerPoint attachments.</span></span></i></span></font><font class="Apple-style-span" color="#333333" face="Bitstream Vera Sans" size="4" style="font-size: 11px; ; color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; "><span class="Apple-style-span" style="font-size: 10.8px; ; color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; "><i style="color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; font-size: 10.8px; font-style: italic; "><br style="color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; font-size: 10.8px; font-style: italic; "></i></span></font><font class="Apple-style-span" color="#333333" face="Bitstream Vera Sans" size="4" style="font-size: 11px; ; color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; "><span class="Apple-style-span" style="font-size: 10.8px; ; color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; "><i style="color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; font-size: 10.8px; font-style: italic; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; font-size: 10.8px; font-style: italic; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Bitstream Vera Sans; font-size: 10.8px; font-style: italic; ">See <a href="http://www.gnu.org/philosophy/no-word-attachments.html">http://www.gnu.org/philosophy/no-word-attachments.html</a></span></span></i></span></font></div><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "></span><br class="Apple-interchange-newline"></span></span></span></span></span></span></span></span></span><br class="Apple-interchange-newline"> </div><br></div></body></html><p>----------------------------------</p>
<p>The aim of this list is to facilitate the discussion between users of the FieldTrip  toolbox, to share experiences and to discuss new ideas for MEG and EEG analysis.</p>
<p>  http://listserv.surfnet.nl/archives/fieldtrip.html</p>
<p>  http://www.ru.nl/fcdonders/fieldtrip/</p>