lab-neuro-comp/P2

EEGModule can not reject channels

Closed this issue · 4 comments

There's a commented line (bad programming habits there tsc tsc) that indicates EEGModule would be able to reject some channels, but the script does not work when this line is uncommented. Why??

After updating the code concerns about the data set, the channel rejection is now running smoothly. Early tests show they are indeed being removed from the data set. The problem might have dwelled on the way we were dealing the datasets.

crs94 commented

It still doesn't work on the computer I use to code.

crs94 commented

Changing the order of the process seems to work well.

Can EEGModule reject more than one channel?