<div dir="ltr"><div><div>Hi Stan,<br><br></div>Thanks for the suggestion. However, the same error also occurs when i use cfg.parameter = 'avg.pow'.<br><br></div>I wonder if anyone else has encountered problems when inputting data to ft_sourcegrandaverag and might be able to help me?<br><div><div><div>Or if anyone has encountered the following error before or knows why it might be occurring?<br>   ??? Error using ==> ft_datatype_source at 173<br>
   unsupported version "upcoming" for source datatype<br><br></div><div>Best,<br></div><div>Emma<br><br><br></div><div><br>Date: Mon, 3 Nov 2014 16:54:15 +0100 (CET)<br>
From: "Stan van Pelt" <<a href="mailto:s.vanpelt@fcdonders.ru.nl">s.vanpelt@fcdonders.ru.nl</a>><br>
To: "'FieldTrip discussion list'" <<a href="mailto:fieldtrip@science.ru.nl">fieldtrip@science.ru.nl</a>><br>
Subject: Re: [FieldTrip] Spatio-temporal cluster-based permutation<br>
        analysis        on EEG sources<br>
Message-ID: <07bb01cff77e$6b7a9790$<div class="gmail_quote">426fc6b0$@<a href="mailto:vanpelt@fcdonders.ru.nl">vanpelt@fcdonders.ru.nl</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Emma,<br>
<br>
<br>
<br>
I am unfamiliar with this type of error.<br>
<br>
It seems however that you still have an inconsistency in your data. You<br>
define ?data{i}.avg.pow?, but later on use ?cfg.parameter = 'pow';?. You<br>
should change one of the two (e.g. use cfg.parameter = 'avg.pow';)<br>
<br>
<br>
<br>
Hope that helps.<br>
<br>
Stan<br>
<br>
<br>
<br>
From: Emma Holmes [mailto:<a href="mailto:eh776@york.ac.uk">eh776@york.ac.uk</a>]<br>
Sent: maandag 3 november 2014 14:02<br>
To: <a href="mailto:fieldtrip@science.ru.nl">fieldtrip@science.ru.nl</a><br>
Cc: <a href="mailto:s.vanpelt@fcdonders.ru.nl">s.vanpelt@fcdonders.ru.nl</a><br>
Subject: Spatio-temporal cluster-based permutation analysis on EEG sources<br>
<br>
<br>
<br>
Hi Stan,<br>
<br>
Thanks for the suggestion.<br>
<br>
When I try that, I get the following error<br>
<br>
<br>
   ??? Error using ==> ft_datatype_source at 173<br>
   unsupported version "upcoming" for source datatype<br>
<br>
   Error in ==> ft_sourcegrandaverage at 82<br>
     varargin{i} = ft_datatype_source(varargin{i}, 'version', 'upcoming');<br>
<br>
I am unsure why this occurs.<br>
<br>
<br>
My data is now structured in the following way:<br>
data = <20x1 cell> % one cell array for each participant, n=20<br>
data{i}.pos = [902629x3  double] % x,y,z positions<br>
data{i}.dim = [91 109 91]<br>
data{i}.time = [1 x 11 double] % vector of time points<br>
data{i}.avg.pow = [902629 x 11 double] % source estimates<br>
<br>
The following is the method I use:<br>
cfg = [];<br>
cfg.keepindividual = 'yes';<br>
cfg.parameter = 'pow';<br>
grandavgA = ft_sourcegrandaverage(cfg, data{:});<br>
<br>
Best,<br>
Emma</div></div></div></div></div>