mdfreader
mdfreader copied to clipboard
Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
Hi Ratal! Firstly, thanks for the mdfreader module :) So, I have an issue. I cannot read a mf4 file. The file has been validated with MDFValidator (Vector). Tried to...
The purpose of this Pull Request is to enhance our understanding of the source message for different signals in our application. In our application, the source message is closely tied...
# Python version 3.9.6 # Platform information Windows-10-10.0.22621-SP0 # Numpy version 1.21.2 # mdfreader version 4.1 # Description I have a mat file and i'm able to read it via...
# Python version '3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]' # Platform information 'Windows-10-10.0.19044-SP0' # Numpy version '1.24.1' # mdfreader version '4.1' # Description Loading a...
# Python version 3.9.2 # Numpy version 1.26.1 # mdfreader version 4.1 # Description Got the error: `Big-endian buffer not supported on little-endian compiler` when working with the generated dataframe....
# Python version 3.9.19 # Numpy version 1.26.1 # mdfreader version 4.1 # Description Got a lot of times the Info: `highly fragmented dataframe` on one call of the following...
If-clause checks, if data is in the native byte order (or not applicable). If this is not the case, the byte order gets changes. Revoked through the error: Big-endian buffer...