POP_SELECTCOMPS Display components with button to vizualize their properties and label them for rejection.


Usage: >> OUTEEG = pop_selectcomps( INEEG, compnum );

Inputs:
INEEG   
Input dataset
compnum   
vector of component numbers

Output:
OUTEEG   
Output dataset with updated rejected components

Note: if the function POP_REJCOMP is ran prior to this function, some
fields of the EEG datasets will be present and the current function
will have some more button active to tune up the automatic rejection.

Author: Arnaud Delorme, CNL / Salk Institute, 2001

See also: pop_prop, eeglab()

See the matlab file pop_selectcomps.m (may require other functions)

Back to functions