...
This issue, regarding bad channels, was also discussed here Où stocker l'information "bad channels", and it was decided that the App that detects bad channels will only returns a BIDS-compliant channels.tsv
and this file will be used in other Apps to populate the raw.info['bads']
.
Add how to handle events.tsv
Channels.tsv
Steps to create a BIDS compliant channels.tsv
...
To create epochs we use the MNE function mne.Epochs()
that takes as parameters the raw MEG file but also the matrix of events. So, we can’t give to this function the events.tsv directly, we need to extract the matrix of events from it.
...