You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, we silently apply the BIDS datatype's channel type to channels for which we don't have a proper BIDS -> MNE mapping defined here. I don't think we should do this. Instead, we should default to misc.
The text was updated successfully, but these errors were encountered:
…n from BIDS to MNE channel types (#1052)
* Set channel type to misc if we cannot perform a proper conversion from BIDS to MNE channel types
Previously, e.g. GSR and temperature channels could end up as "eeg" channels, for example.
Fixes#1048
* Fix test
* Fix NIRS
Originally posted by @hoechenberger in #1046 (comment)
We currently use the following channel type mapping from BIDS to MNE:
mne-bids/mne_bids/utils.py
Lines 77 to 83 in 16a7b0c
Apparently, we silently apply the BIDS datatype's channel type to channels for which we don't have a proper BIDS -> MNE mapping defined here. I don't think we should do this. Instead, we should default to
misc
.The text was updated successfully, but these errors were encountered: