lina-usc / pylossless

🧠 EEG Processing pipeline that annotates continuous data
https://pylossless.readthedocs.io/en/latest/
MIT License
20 stars 8 forks source link

`stim` channels are included in channel assessment methods #56

Closed scott-huberty closed 1 year ago

scott-huberty commented 1 year ago

Sorry for the crummy screenshot, but in flagged_chs here you can see that Status is getting included in the pipeline methods, but according to mne 'Status' is a 'stim' channel (the output of pipeline.raw.crop().picks('Status').get_channel_types())

We should make sure we are picking for eeg (and one day, meg) channels in our pipeline methods.

image