<div dir="ltr">Dear all,<div><br></div><div>My data (that are recorded with a neuromag306 system) look vertically smeared after sourceanalysis (see attached picture). The sources look like columns. The location (when plotted with method 'surface') looks comparable to the sensor analysis so I am not worried about that. </div>
<div><br></div><div>The noise projection (cfg.dics.lambda) is something that I have been playing around with, but other then 'nai amplitude' de- or increases, this does not change the sources 'verticallness'. This indicates to me that this might be the problem... </div>
<div><br></div><div>I am wondering if any of you has an idea where I should look to find a solution. </div><div><br></div><div>Further information:</div><div><br></div><div>I am using a mni-normalised headmodel such as described on the site: <a href="http://fieldtrip.fcdonders.nl/example/create_single-subject_grids_in_individual_head_space_that_are_all_aligned_in_mni_space">http://fieldtrip.fcdonders.nl/example/create_single-subject_grids_in_individual_head_space_that_are_all_aligned_in_mni_space</a> but adapted to the neuromag system (I will make changes to the specific site :-) ).</div>
<div><br></div><div>Then compute the fourier, and do sourceanalysis as follows:</div><div><br></div><div><div>cfg                     = [];</div><div>cfg.method              = 'dics';</div><div>cfg.grid                = mni_grid;</div>
<div>cfg.grid.filter         = source.avg.filter; % precomputed filter and leadfield to project all trials through the same filter</div><div>cfg.grid.leadfield   = source.leadfield;</div><div>cfg.vol                 = ft_convert_units(mni_vol,'mm'); % this step is needed somehow...</div>
<div>cfg.vol.unit           = 'cm';</div><div>cfg.frequency       = 60;</div><div>cfg.latency           = 3;</div><div>cfg.dics.projectnoise   = 'yes';</div><div>cfg.dics.lambda         = '0.05%';</div>
<div>cfg.dics.normalize      = 'yes';</div><div>cfg.keeptrials          = 'yes';</div><div>cfg.rawtrial            = 'yes';      % project each single trial through the filter</div><div>s = ft_sourceanalysis(cfg, f);</div>
</div><div><br></div><div>Thanks in advance for any suggestion!</div><div><br></div><div>Groetjes Hanneke</div><div><br></div></div>