<div dir="ltr"><div>Hi all,</div><div><br></div><div>I get two warnings when running ft_sourceinterpolate after DICS beamformer based source reconstruction. The warnings and my question come after the pasted code section. </div><div><br></div><div>The code that generates the input to ft_sourceinterpolate:<br></div><div>%% Source analysis</div><div><div>    cfg                            = [ ];</div><div>    cfg.method               = 'dics';</div><div>    cfg.frequency           = 10;</div><div>    cfg.grid                     = leadfield_ft;  (leadfield_ft.leadfield is a cell structure with non-empty cells containing matrices of size channel count x 3 )</div><div>    cfg.keepleadfield      = 'yes';</div><div>    cfg.headmodel         = vol;</div><div>    cfg.dics.keepfilter     = 'yes';</div><div>    cfg.dics.lambda        = '5%';</div><div>    cfg.dics.fixedori        = 'yes';</div><div>    cfg.dics.keepmom    = 'no';</div><div>    cfg.dics.realfilter       = 'yes';</div><div>    source_A                  = ft_sourceanalysis(cfg, trials_A);</div></div><div><br></div><div>>>source_A = <br></div><div><div>                     freq: 9.8462<br></div><div>                     dim: [18 21 18]</div><div>                 inside: [6804x1 logical]</div><div>             leadfield: {1x6804 cell}</div><div>                     pos: [6804x3 double]</div><div>               method: 'average'</div><div>                     avg: [1x1 struct]</div><div>                      cfg: [1x1 struct]</div></div><div><br></div><div><br></div><div><br></div><div>%% Source interpolation</div><div><br></div><div><div>cfg                             = [ ];</div><div>cfg.parameter           = 'pow';</div></div><div>A_int                         = ft_sourceinterpolate(cfg, source_A, template_mri);<br></div><div><br></div><div>WARNING 1</div><div>Warning: could not determine dimord of "filter" in the following data <br></div><div>> In getdimord (line 541)<br>  In getdatfield (line 31)<br>  In ft_datatype_volume (line 133)<br>  In ft_checkdata (line 329)<br>  In ft_sourceinterpolate (line 160) <br>            freq: 9.8462<br>            dim: [18 21 18]<br>        inside: [6804x1 logical]<br>    leadfield: {1x6804 cell}<br>             cfg: [1x1 struct]<br>           pow: [6804x1 double]<br>           filter: {6804x1 cell}<br>  transform: [4x4 double]<br><div><br></div><div><br></div><div>WARNING 2<br></div><div><div>Warning: could not reshape freq to the expected dimensions </div><div>> In ft_datatype_volume (line 138)<br></div><div>  In ft_checkdata (line 329)<br></div><div>  In ft_sourceinterpolate (line 160) <br></div></div><div><br></div></div><div><br></div><div>I understand that cfg.dics.fixedori  = 'yes' reduces the dimensions of the leadfield matrices from 3 x channel number, to 1 x channel number. Does it mean I can safely ignore the "could not determine dimord of "filter" in the following data" ? Or is there something wrong in the data structure that I need to manually fix?</div><div><br></div><div>Warning 2 escapes me. There is a only single frequency, to what dimensions does it need to be reshaped? Can I safely ignore this one or again, some fixing is needed?</div><div><br></div><div>Thanks a lot!<br></div><div><br></div><div>Maris  </div><div><br></div><div><br></div><div><br></div><div><br></div><div> </div><div><br></div><div><br></div><div><br></div><div><br></div></div>