<div dir="ltr">Dear Fieldtrip experts, <div>I'm trying to reconstruct an EEG-ERP with eloreta method </div><div>I'm using the following code:</div><div><br></div><div>cfg               = [];<br>cfg.method        =  'eloreta' ;<br>cfg.grad = elec_new;<br>cfg.grid          = leadfield;<br>cfg.headmodel     = vol;<br>cfg.eloreta.lambda = 0.05;<br>GA_2.label = elec_new.label;<br></div><div><div>sGA_2 = ft_sourceanalysis(cfg,GA_2);<br></div><div><br></div><div>where GA_2 is:</div><div>GA_2 = <br>  struct with fields:<br>       avg: [122×1751 double]<br>       var: [122×1751 double]<br>       dof: [122×1751 double]<br>      time: [1×1751 double]<br>     label: {122×1 cell}<br>    dimord: 'chan_time'<br>       cfg: [1×1 struct]<br></div><div><br></div><div>I expected to obtain (as happens using 'mne' method) a .pow matrix with dimensions nVoxels x nTimeFrames. </div><div>On the contrary, I obtained a .pow matrix with dimension nVoxels x 1.</div><div>Am I missing something?</div><div>Can someone help me to understand where I'm wrong? </div><div>Thanks in advance.</div><div>Pierpaolo</div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><span><font color="#888888"><br><div><div dir="ltr"><div><div dir="ltr">Ing. Pierpaolo Croce, PhD.<br>Institute for Advanced Biomedical Technologies - ITAB<br>and<br>Department of Neuroscience and Imaging<br>University of Chieti "G. D'Annunzio"<br>Via dei Vestini, 33<br>66013 Chieti, Italy</div></div></div></div></font></span></div></div></div></div></div></div></div></div>