POP_EEGPLOT Manual rejection of artifact in a dataset.

Usage: >> pop_eegplot( INEEG, typerej, superpose, reject );

Inputs:
INEEG   
input dataset
typerej   
type of rejection (0 = independent components; 1 = eeg data). Default is 1.
superpose   
0 = do not superpose pre-labelling with previous pre-labelling (stored in the dataset). 1=consider both pre-labelling (using different colors). Default is 0.
reject   
0 = do not reject labelled trials (but still store the labels. 1=reject labelled trials. Default is 0.

Outputs: Modifications are applied to the current dataset at the end of the
call of eegplot (when the user press the button 'reject').

Author: Arnaud Delorme, CNL / Salk Institute, 2001

See also: eeglab, eegplot, pop_rejepoch

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

Back to functions