<div dir="ltr">Hi all,<div><br></div><div>I'm working with EEG data and I'm trying to get some basic source fitting up and running. Unfortunately, I don't have individual subject MRIs, so I'm using the templates provided by fieldtrip. I've co-registered my 160 Biosemi electrodes to the standard_bem template (see attached picture). For the sourcemodel, I'm using the standard_sourcemodel3d5mm grid (picture attached, overlaid on standard_bem). I can prepare the leadfield from there with ft_prepare_leadfield (cfg.normalize = 'yes'), as per the LCMV tutorial.</div><div><br></div><div>To test this configuration, I've selected a time window in my data and averaged across it (the covariance matrix was also calculated); the topography of this averaged data is attached. I then attempted a source fit with the LCMV beamformer:</div><div><br></div><div><div>cfg                     = [];</div><div>cfg.method              = 'lcmv';</div><div>cfg.grid                = leadfield;</div><div>cfg.vol                 = vol;</div><div>cfg.elec                = elec;</div><div>cfg.lcmv.lambda         = '15%';</div><div>cfg.lcmv.keepfilter     = 'yes';</div><div>cfg.lcmv.fixedori       = 'yes';</div><div>cfg.lcmv.projectnoise   = 'yes';</div><div><br></div><div>sourceA = ft_sourceanalysis(cfg,A);</div></div><div><br></div><div>After interpolating to the single_subj_T1.nii provided with ft_sourceinterpolate and plotting with ft_sourceplot, I am given a sourceplot that is highly focal in nature (see attached picture).</div><div><br></div><div>I'd find it very surprising if this topography were generated primarily by a source that isn't even inside the brain (as the sourceplot indicates). So, I'm not sure exactly where/how I'm going wrong with this one, nor am I sure how to trouble shoot it. Any guidance you might provide would be greatly appreciated.</div><div><br></div><div>Thanks so much,</div><div><br></div><div>Tommy</div><div><br></div></div>