mne-tools / mne-python

MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
https://mne.tools
BSD 3-Clause "New" or "Revised" License
2.67k stars 1.31k forks source link

convert examples/preprocessing/plot_ica_comparison to full tutorial #9002

Open drammock opened 3 years ago

drammock commented 3 years ago

This example has the potential to be a more informative discussion about the pros/cons of different ICA algorithms. Also right now it doesn't really fit the goal of being a "How-to" for a normal analysis task (you wouldn't usually compare several ICA algorithms every time you preprocess a new dataset). Things it should discuss:

would be good to also show the "same" component from different algorithms side-by-side (right now just a separate grid of 25 components for each algorithm)

cmista commented 3 years ago

I want to take this one.