POP_LOADDAT Merge a neuroscan DAT file with input dataset (pop out window if no arguments).

Usage: >> OUTEEG = pop_loaddat( INEEG ); % pop-up window mode
>> OUTEEG = pop_loaddat( INEEG, filename, no_rt);

Graphic interfance:
"Code signifying no event ..."   
[edit box] reaction time no event code. See 'no_rt' command line equivalent help.

Inputs:
filename   
file name
INEEG   
input EEGLAB data structure
no_rt   
no reaction time integer code (ex: 1000). Since a number has to be defined for each reaction time, epochs with no reaction time usually have a stereotyped reaction time value (such as 1000). Default none.

Outputs:
OUTEEG   
EEGLAB data structure

Author: Arnaud Delorme, CNL / Salk Institute, 2001

See also: loaddat, eeglab()

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

Back to functions