sappelhoff / pyprep

A Python implementation of the Preprocessing Pipeline (PREP) for EEG data
https://pyprep.readthedocs.io/en/latest/
MIT License
128 stars 30 forks source link

Documentation for Noisy Channels Algorithms' stand-alone use #131

Open yjmantilla opened 1 year ago

yjmantilla commented 1 year ago

So, for some context, I was doing an internship in Canada (CoCo lab Udem, Montreal), and in one of the slack channels someone asked for EEG packages to do automatic preprocessing of EEG. Unbeknownst to me, one of my tutors suggested pyprep's ransac as a way to find noisy channels. When I finally read the suggestions it was quite funny to me that someone had linked a example I wrote of the ransac. In addition, someone emailed me about some doubts regarding the use of the noisy channels functions.

So, these events got me thinking about the need of documentation for the Noisy Channels algorithms in isolation to the whole PREP pipeline.

I'm currently quite busy (when are we not?...) . But if I find sometime this year (after finishing some papers and my undergrad thesis) I could write some examples if no one has done it yet.

sappelhoff commented 1 year ago

Haha, what a nice story -- looking forward to your new contributions!