eelbrain.pipeline.MneExperiment.load_ica

MneExperiment.load_ica(self, make=True, **state)

Load the mne-python ICA object

Parameters:
make : bool

If the file does not exist, compute it (default). Set make=False to raise a FileMissing error.

State parameters.

Returns:
ica : mne.preprocessing.ICA

ICA object for the current raw/rej setting.