mne.io.show_fiff

mne.io.show_fiff(fname, indent=’ ‘, read_limit=inf, max_str=30, output=<type ‘str’>, verbose=None)[source]

Show FIFF information.

This function is similar to mne_show_fiff.

Parameters:

fname : str

Filename to evaluate.

indent : str

How to indent the lines.

read_limit : int

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_str : int

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

output : type

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

verbose : bool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more).