nabusch / Elektro-Pipe

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

make a design decision about selective channel interpolation #22

Open wanjam opened 4 years ago

wanjam commented 4 years ago

Currently, prep02 rejects all epochs flagged as artefactual. Alternatively, trials that have a single channel flagged as bad could be kept and that channel be interpolated. This could easily be implemented via a simple setdiff in line 313. The downside would be that noisy trials with an additionally marked channel would be kept as well.

wanjam commented 4 years ago

In addition, I expect that the whole script needs to be heavily modified once eeg_browser replaces eegplot. So we might want to postpone this decision until then.