Skip to content

Commit

Permalink
remove warning messges
Browse files Browse the repository at this point in the history
  • Loading branch information
arno committed Oct 26, 2018
1 parent d9c58d1 commit 30a4597
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pop_dipfit_loreta.m
Expand Up @@ -129,7 +129,7 @@

for iSelect = select(:)'
freqPre.powspctrm = EEG.icawinv(:,iSelect).*EEG.icawinv(:,iSelect);
freqPre.crsspctrm = EEG.icawinv(:,iSelect)*EEG.icawinv(:,iSelect)'
freqPre.crsspctrm = EEG.icawinv(:,iSelect)*EEG.icawinv(:,iSelect)';

sourcePost_nocon = ft_sourceanalysis(cfg, freqPre);

Expand All @@ -140,6 +140,8 @@
cfg2 = [];
cfg2.downsample = 2;
cfg2.parameter = 'avg.pow';
sourcePost_nocon.oridimord = 'pos';
sourcePost_nocon.momdimord = 'pos';
sourcePostInt_nocon = ft_sourceinterpolate(cfg2, sourcePost_nocon , mri);

cfg2 = struct(g.ft_sourceplot_params{:});
Expand Down

0 comments on commit 30a4597

Please sign in to comment.