[Eeglablist] rejected components by map ( ICA)
karlo gonzales
thats_karlo at yahoo.com
Mon Jul 9 09:41:32 PDT 2012
Hi,
i am writing my script to run ica, and open the "reject components by map" simply as follow:
EEG = pop_runica(EEG,'icatype','runica');
[ALLEEG EEG] = eeg_store(ALLEEG, EEG, CURRENTSET);
EEG = eeg_checkset( EEG );
pop_selectcomps(EEG, [1:size(EEG.icaweights,1)] );
by running these lines, i select the bad components (accept --> reject) manually. my problem is i don't know which variable has rejected components number?
How can i find the rejected components numbers i order to remove them by recalling pop_selectcomps like: pop_selectcomps(EEG, rejected_comp );
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20120709/26242e92/attachment.html>
More information about the eeglablist
mailing list