Compare the contents of two fiff files using diff and show_fiff.
str
First file to compare.
str
Second file to compare.
str
| None
Filename to store the resulting diff. If None, a temporary file will be created.
If True, show the resulting diff in a new tab in a web browser.
str
How to indent the lines.
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).
int
Max number of characters of string representation to print for each tag’s data.
str
| int
| None
Control verbosity of the logging output. If None
, use the default
verbosity level. See the logging documentation and
mne.verbose()
for details. Should only be passed as a keyword
argument.
str
The filename used for storing the diff. Could be useful for when a temporary file is used.