Loading ICA solutions saved with mne.preprocessing.ICA.save()

External Email - Use Caution

Hi,

Maybe I've missed something in the documentation, but it seems the current ICA class does not have a "load" function that would allow me to use the .fif file given by ICA.save(). My use case would be to pre-compute a bunch of ICA solutions and then save their removal/visualization/apply() for later, in a batch mode so that it is more efficient for the human operator.

Any pointers? Thanks!

Daniel Rivas
PhD Candidate, Cognitive computing, UQAM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190702/742f20eb/attachment-0001.html

External Email - Use Caution

Hey,

yes that?s right.
Reading is happening outside the class:
http://martinos.org/mne/stable/generated/mne.preprocessing.read_ica.html?highlight=read_ica#mne.preprocessing.read_ica

Hope that helps,
Denis