mne.preprocessing.read_eog_regression#

mne.preprocessing.read_eog_regression(fname)[source]#

Read an EOG regression model from an HDF5 file.

Parameters:
fnamepath-like

The file to read the regression model from. Should end in .h5.

Returns:
modelEOGRegression

The regression model read from the file.

Notes

New in v1.2.