<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi again,<br>
<br>
On another run through my analysis I've realized that the below problem likely stems from the fact that I haven't yet computed the leadfield. (I was avoiding this step as I was getting errors there too). If anyone has insight on the message below, please chime
 in:<br>
<br>
cfg = [];<br>
elec = ft_read_sens('GSN-HydroCel-129.sfp');   <br>
cfg.elec = elec;<br>
cfg.channel = 'all';<br>
cfg.vol = vol;<br>
cfg.grid.resolution = 1;   % use a 3-D grid with a 1 cm resolution<br>
cfg.grid.unit = 'mm';<br>
[grid] = ft_prepare_leadfield(cfg, freqCR);<br>
using headmodel specified in the configuration<br>
using electrodes specified in the configuration<br>
converting units from 'cm' to 'mm'<br>
determining source compartment (1)<br>
projecting electrodes on skin surface<br>
combining electrode transfer and system matrix<br>
creating dipole grid based on automatic 3D grid with specified resolution<br>
using headmodel specified in the configuration<br>
using gradiometers specified in the configuration<br>
creating dipole grid with 1 mm resolution<br>
0 dipoles inside, 0 dipoles outside brain<br>
making tight grid<br>
<font color="FF0000">Error using  == <br>
Matrix dimensions must agree.<br>
<br>
Error in ft_prepare_sourcemodel (line 666)<br>
  xmin_indx = find(grid.xgrid==xmin);<br>
<br>
Error in ft_prepare_leadfield (line 159)<br>
grid = ft_prepare_sourcemodel(tmpcfg);<br>
<br>
<font color="000000">Thanks again, and sorry for flooding your inbox.<br>
<br>
<font color="000000">Helen</font><br>
</font></font>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF588584"><font face="Tahoma" color="#000000" size="2"><b>From:</b> Helen L. Wieffering<br>
<b>Sent:</b> Monday, July 20, 2015 3:52 PM<br>
<b>To:</b> fieldtrip@science.ru.nl<br>
<b>Subject:</b> Error in DICS Source Localization (Beamformer)<br>
</font><br>
</div>
<div></div>
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">Dear Fieldtrip Users,<br>
<br>
In attempting to use Beamformer source localization, I get an error when computing ft_sourceanalysis with the code below:<br>
<br>
cfg = [];<br>
cfg.method = 'dics';<br>
cfg.frequency = 6;<br>
cfg.elecfile = 'GSN_HydroCel_129_short.sfp';<br>
cfg.vol = vol;<br>
cfg.dics.projectnoise = 'yes';<br>
cfg.dics.lambda = '5%';<br>
cfg.dics.keepfilter = 'yes';<br>
cfg.dics.realfilter = 'yes';<br>
sourceAll = ft_sourceanalysis(cfg, freqAll);<br>
<br>
the call to "ft_selectdata" took 0 seconds and required the additional allocation of an estimated 0 MB<br>
using headmodel specified in the configuration<br>
reading electrodes from file 'GSN_HydroCel_129_short.sfp'<br>
converting units from 'cm' to 'mm'<br>
determining source compartment (1)<br>
projecting electrodes on skin surface<br>
combining electrode transfer and system matrix<br>
creating dipole grid based on inward-shifted brain surface from volume conductor model<br>
using headmodel specified in the configuration<br>
using gradiometers specified in the configuration<br>
642 dipoles inside, 0 dipoles outside brain<br>
the call to "ft_prepare_sourcemodel" took 0 seconds and required the additional allocation of an estimated 42 MB<br>
selection crsspctrm along dimension 3<br>
<br>
<font color="FF0000">Attempted to access noise(0); index must be a positive integer or logical.<br>
<br>
Error in beamformer_dics (line 211)<br>
    noise = noise(end);<br>
<br>
Error in ft_sourceanalysis (line 662)<br>
          dip(i) = beamformer_dics(grid, sens, vol, [],  squeeze(Cf(i,:,:)), optarg{:});</font><br>
 <br>
<br>
I note that it runs without errors when I change cfg.dics.projectnoise to 'no' - but what implications does that bring? I find with that change I can make it through the rest of the Beamformer tutorial (the section on contrasting conditions) without explicit
 errors, but I nevertheless receive the following messages, following which my plotted figure is simply blank! Something is going wrong, I think.<br>
<br>
(1)<br>
sourceDiffInt = ft_sourceinterpolate(cfg, sourceDiff, mri);<br>
<font color="FF9900">Warning: use cfg.parameter='pow' instead of cfg.parameter='avg.pow'
<br>
> In ft_checkconfig (line 139)<br>
  In ft_sourceinterpolate (line 119) <br>
<br>
<font color="FF9900">(2)</font><br>
<font color="FF9900"><font color="000000">ft_sourceplot(cfg, sourceDiffInt);</font><br>
Warning: use cfg.funparameter='pow' instead of cfg.funparameter='avg.pow' <br>
> In ft_checkconfig (line 139)<br>
  In ft_sourceplot (line 210) <br>
Warning: use cfg.maskparameter='pow' instead of cfg.maskparameter='avg.pow' <br>
> In ft_checkconfig (line 139)<br>
  In ft_sourceplot (line 213) <br>
the input is segmented volume data with dimensions [128 128 128]<br>
not plotting anatomy<br>
Warning: could not determine dimord of "pow" in the following data <br>
> In getdimord (line 516)<br>
  In ft_sourceplot (line 390) </font><br>
</font><br>
Anyone know what might be the problem? Thanks very much!<br>
<br>
Helen Wieffering<br>
</div>
</div>
</div>
</div>
</body>
</html>