Data import
ASCT currently supports the import of the following file formats:
EEGlab *.set (EEG),
Biosemi *.bdf (EEG),
CTF (MEG),
ITAB (MEG).
If your format is not on the list it can be converted to one of the above formats using widely available toolboxes.
Channel structure has to be set explicite in order to properly recognize data layout. The numbers below refer to the raw data structure, before any preprocessing.
Actual EEG/MEG channels are to be set with chan.meeg. For EEG, if reference during import is needed, the reference channels have to be set in chan.ref. For CTF (MEG) reference channels are used for noise balancing. EOG channels that pick up oculomotor activity are beneficial for further artifact detection in the case of EEG recording. Provide their indexes in the chan.eog parameter. Finally, chan.elec like ECG (cardiac activity) or EOG can further improve classification of brain components for both EEG and MEG recording.
Electrode positions can be read from file headers (if available), guessed based on electrode names (for the EEG 10-20 system), or provided as an external mat text file in FieldTrip format which name is set in the chan.sensMatFile variable.
% rc.rescaleUnits = 1e15;
Last updated