<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;"><br><div apple-content-edited="true">
<div><div style="orphans: 2; widows: 2; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi Victoria,</div><div><br></div><div>oopsy, I think I confused you dramatically. I’m sorry for this. You are right I was only scrolling up to the part where the mags were analyzed. As for combining the MEG*2 and MEG*3 I was wrong there too. Of course you can threat them separately, as I was naively thinking as non-neuormag user, but indeed combination of both is recommended as I have now learned :-)(thanks Phillip). I ran the following steps and I guess this should work for you.</div><div>best </div><div>tzvetan</div><div><br></div><div><div style="margin: 0px; font-size: 8px; font-family: Courier; color: rgb(37, 153, 45);">%%</div><div style="margin: 0px; font-size: 8px; font-family: Courier;">cfg = [];</div><div style="margin: 0px; font-size: 8px; font-family: Courier;">ComCon = ft_combineplanar(cfg,FreqCon);</div><div style="margin: 0px; font-size: 8px; font-family: Courier; color: rgb(37, 153, 45);">%%</div><div style="margin: 0px; font-size: 8px; font-family: Courier;">cfg = []</div><div style="margin: 0px; font-size: 8px; font-family: Courier; color: rgb(178, 69, 243);"><span style="color: #000000">cfg.method = </span>'triangulation'<span style="color: #000000">;</span></div><div style="margin: 0px; font-size: 8px; font-family: Courier;">cfg.layout           = <span style="color: #b245f3">'neuromag306cmb.lay'</span>;</div><div style="margin: 0px; font-size: 8px; font-family: Courier;">cfg.senstype         = <span style="color: #b245f3">'MEG'</span>;</div><div style="margin: 0px; font-size: 8px; font-family: Courier;">neighbours = ft_prepare_neighbours(cfg, ComCon)</div><div style="margin: 0px; font-size: 8px; font-family: Courier; color: rgb(37, 153, 45);">%%</div><div style="margin: 0px; font-size: 8px; font-family: Courier; color: rgb(37, 153, 45);">% plot neighbours</div><div style="margin: 0px; font-size: 8px; font-family: Courier;">cfg=[];</div><div style="margin: 0px; font-size: 8px; font-family: Courier;">cfg.neighbours = neighbours;</div><div style="margin: 0px; font-size: 8px; font-family: Courier;">cfg.layout           = <span style="color: #b245f3">'neuromag306cmb.lay'</span>;</div><div style="margin: 0px; font-size: 8px; font-family: Courier;">ft_neighbourplot(cfg);</div></div><div><br></div><div><br></div></div></div></div></body></html>