nabusch / Elektro-Pipe

A collection of code for a processing pipeline for elektrenkephalography data.
3 stars 2 forks source link

EYEEEGs artifact extrapolation fails in 2019_1 #15

Closed wanjam closed 4 years ago

wanjam commented 4 years ago

I think this error might actually be a compatibility issue between newer versions of eeglab and/or matlab with the most recent eye-eeg version (0.85). The algorithm generally works really well but has some issue whith indeces. Currently not usable in elektro-pipe.

wanjam commented 4 years ago

reported here: https://github.com/olafdimigen/eye-eeg/issues/15

fixed in EYE-EEGs master branch. Just in case users have an older version, I left a comment in prep03 on how to fix this:

% pop_overweightevents has an issue with the recent version of
% eeglab's pop_rmbase - edit overweightevents.m to use
% sac = pop_rmbase(sac,[], []);
% instead of sac = pop_rmbase(sac,[]);