kirtonBCIlab / bci-essentials-python

Python backend for BCI Essentials
Mozilla Public License 2.0
11 stars 7 forks source link

Remove custom actions for DSI7 and DSI24 #98

Closed brianjohannes closed 9 months ago

brianjohannes commented 9 months ago

Removes the code that pops off the "TRG" channel from the DSI7 and DSI24 streams.

To accommodate this change without causing unexpected failures, the default covariance estimator for all classifiers was changed to "oas" because it includes a regularization step which deals with channels of all zeros without failing.

gregbci commented 9 months ago

Looks good!