Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The OUT file is in binary format. To compare two OUT files in python, go to the internet and search for "python binary file compare". One of such links is "https://codereview.stackexchange.com/questions/171003/python-code-that-compares-two-files-byte-by-byte".

BTW, you can compare binary files on any other language and commercial programs are available.

To compare attributes of a OUT file, like difference in channels, use the dyntools module and python code around it. I have not seen yet a tool that do that.