mne.what#

mne.what(fname)[source]#

Try to determine the type of the FIF file.

Parameters:
fnamepath-like

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 v0.19.