POP_LOADCNT Load a neuroscan CNT file (pop out window if no arguments).


Usage: >> EEG = pop_loadcnt; % pop-up window mode
>> EEG = pop_loadcnt( filename, 'key', 'val', ...);

Graphic interface:
"Data fomat"   
[checkbox] 16-bits or 32-bits. We couldn't find in the data file where this information was stored. Command line equivalent in loadcnt() 'dataformat'.
"Time interval in seconds"   
[edit box] specify time interval [min max] to import portion of data. Command line equivalent in loadcnt: 't1' and 'lddur'
"Import keystrokes"   
[checkbox] set this option to import keystroke event types in dataset. Command line equivalent 'keystroke'.
"loadcnt() 'key', 'val' params"   
[edit box] Enter optional loadcnt() parameters.

Inputs:
filename   
file name

Optional inputs:
'keystroke'   
['on'|'off'] set the option to 'on' to import keystroke event types. Default is off. Same as loadcnt() function.

Outputs:
EEG   
EEGLAB data structure

Note: 1) This function extract all non-null event from the CNT data structure.
Null events are usually associated with internal signals (recalibrations...).
2) The "Average reference" edit box had been remove since the re-referencing
menu of EEGLAB offers more options to re-reference data.
3) The 'blockread' has been disabled since we found where this information
was stored in the file.

Author: Arnaud Delorme, CNL / Salk Institute, 2001

See also: loadcnt(), eeglab()

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

Back to functions