Dear Fieldtrip users, <div><br></div><div>Recently i experienced problems doing sone Time-freq analysis and i realized it's coming from the eeglab2fieldtrip function and more precisely one line that has been changed, apparently without being reported on the eeglab revision history and neither in fieldtrip revision history (but i may be wrong with this last one, i checked very quickly on google code)</div>
<div><br></div><div>The problem occurs at the Line 47:</div><div><br></div><div>data.label = { EEG.chanlocs(1:EEG.nbchan).labels }; % Eeglab version 9.0.2.3</div><div><br></div><div>data.label = { EEG.chanlocs(EEG.icachansind).labels }; % Eeglab verion 9.0.4.4</div>
<div><br></div><div>The old version works, whereas the new version will cause problem if you dont perform an ICA with eeglab, prior to the conversion.</div><div><br></div><div>Hope this helps, </div><div><br></div><div>Rodolphe.</div>