<div dir="ltr"><div><div><div>Hello Reo,<br><br></div>What was the format of the timelock data structure you supplied to ft_sourceanalysis()? i.e., when you called ft_timelockanalysis() to create the timelock structure earlier, did you also use cfg.keeptrials='yes' there? If not, then your timelock structure would be an average (rather than all trials), and thus the source data you get would also be averaged across trials.<br><br></div>Best,<br></div>Steve<br><div><div><div><div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span><div><br><br>---<br></div>Stephen Politzer-Ahles<br>University of Oxford<br>Language and Brain Lab, Faculty of Linguistics, Phonetics & Philology<br><a href="http://users.ox.ac.uk/~cpgl0080/" target="_blank">http://users.ox.ac.uk/~cpgl0080/</a></span></div></div></div></div></div>
<br><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Message: 3<br>
Date: Wed, 04 Nov 2015 23:15:50 +0000<br>
From: Reo Inoue <<a href="mailto:inouereo0406@gmail.com">inouereo0406@gmail.com</a>><br>
To: <a href="mailto:fieldtrip@science.ru.nl">fieldtrip@science.ru.nl</a><br>
Subject: [FieldTrip] How to obtain all trials data?<br>
Message-ID: <<a href="mailto:1446678950846-66347c9d-4c1fc339-4b7068ac@mixmax.com">1446678950846-66347c9d-4c1fc339-4b7068ac@mixmax.com</a>><br>
Content-Type: text/plain; charset="us-ascii"; Format="flowed"<br>
<br>
Dear all,<br>
<br>
I use function; ft_sourceanalysis following. [source] = ft_sourceanalysis(cfg, timelock)<br>
And I want to obtain the all trials data, not average. But I could not<br>
understand why i obtain the average. My config is following. Are there any<br>
problems?<br>
cfg=[]; cfg.method = 'eloreta'; cfg.jackknife = 'no';%'no' or 'yes' jackknife resampling of trials<br>
cfg.pseudovalue = 'no';%'no' or 'yes' pseudovalue resampling of trials cfg.bootstrap = 'no';%'no' or 'yes' bootstrap resampling of trials cfg.numbootstrap = 1;%%number of bootstrap replications (e.g. number of<br>
original trials) cfg.keeptrials='yes'; cfg.vol =vol; %structure with volume conduction model, see FT_PREPARE_HEADMODEL cfg.elec =elec;%structure with electrode positions, see FT_DATATYPE_SENS [source{SouInd,1}] = ft_sourceanalysis(cfg,timelock);<br>
<br>
<br>
Thanks a lot in advance,<br>
All the best,<br></blockquote></div></div></div></div></div></div></div>