mne.io.show_fiff

mne.io.show_fiff(fname, indent='    ', read_limit=inf, max_str=30, output=<class 'str'>, tag=None, verbose=None)[source]

Show FIFF information.

This function is similar to mne_show_fiff.

Parameters
fnamestr

Filename to evaluate.

indentstr

How to indent the lines.

read_limitint

Max number of bytes of data to read from a tag. Can be np.inf to always read all data (helps test read completion).

max_strint

Max number of characters of string representation to print for each tag’s data.

outputtype

Either str or list. str is a convenience output for printing.

tagint | None

Provide information about this tag. If None (default), all information is shown.

verbosebool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more). If used, it should be passed as a keyword-argument only.

Returns
contentsstr

The contents of the file.

Examples using mne.io.show_fiff