asammdf icon indicating copy to clipboard operation
asammdf copied to clipboard

Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files

Results 145 asammdf issues
Sort by recently updated
recently updated
newest added

I am trying to save the webcam feed as MF4 file. So, I guess I'd have to save it frame by frame. I have a timestamp for every frame and...

# Python version _Please run the following snippet and write the output here_ ```python ('python=3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 ' 'bit (AMD64)]') 'numpy=1.23.5' 'asammdf=7.2.0' ``` ##...

# Python version : 3.8.10 # OS : Windows 10 (64b) # Asamdfgui : 7.2.0.dev5 Hello, on GUI i have a problem when a create a new plot with Expression...

#Unable to install the asammdf library # Python version 3.6.3 #numpy version 1.19.5 # Code ## MDF version _please write here the file version (you can run ``print(MDF(file).version)``) ## Code...

# Python version python: 3.9 os- windows-10 asammdf: 7.3.10 # Description _Please describe the issue here._ I have faced problem with CAN-FD. Since our current network architecture follows CAN FD...

This PR adds support for CAN-FD to ASAMMDF. Added extraction of PDU signals from CAN-FD frame. To maintain compatibility, I had to refactor the existing CAN frame handling code to...

In `v7.3.13.dev9`, creating a CAN bus trace from a raw file with `Time as date` enabled displays the 1st timestamp as below: ![image](https://github.com/danielhrisca/asammdf/assets/26184427/92622d61-7cff-4161-833d-41de94c68102) However, when DBC decoding and plotting the...

# Description _Please describe the issue here._ Hi @danielhrisca , I worked on the CAN-FD bus extraction in ASAMMDF and pushed my updates on this PR: https://github.com/kruti2107/asammdf/pull/1 Could you please...

tz-naive datetimes should now be handled as required by the MDF spec: if the start_time setter function gets a tz-naive datetime, it produces a "local" timestamp which is converted to...

# Python version ('python=3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 ' 'bit (AMD64)]') 'os=Windows-10-10.0.19045-SP0' 'numpy=1.24.3' 'asammdf=7.3.12' # Code ## MDF version 4.10 ## Code snippet _please write here...