SPOClab-ca / dn3

The fusion of MNE and PyTorch for accelerated deep-neural-network based BCI-systems and Neurophysiology signal analysis.
BSD 3-Clause "New" or "Revised" License
64 stars 19 forks source link

Scale channel index error #84

Open julien-gadonneix opened 3 months ago

julien-gadonneix commented 3 months ago

In dn3.transforms.channels.py, there is a mistake on the global var SCALE_IND because it does not point to the scale channel in the mapping with 90 channels.

I added -1 in the end and it seems to work.