mne.what

mne.what(fname)[source]

Try to determine the type of the FIF file.

Parameters
fnamestr

The filename. Should end in .fif or .fif.gz.

Returns
whatstr | None

The type of the file. Will be ‘unknown’ if it could not be determined.

Notes

New in version 0.19.