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

# 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.19044-SP0' 'numpy=1.23.1' 'asammdf=7.1.1' ## MDF version v4.11 # Description Have a CAN log with GPS...

# Python version ('python=3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit ' '(AMD64)]') 'os=Windows-10-10.0.19041-SP0' 'numpy=1.23.1' 'asammdf=7.1.1' # Code # Description When pressing C for cursor, or when selecting...

Hi Daniel, I've listed below a number of observations on v7.1.1 of the GUI (Windows 10, Python 3.8): ## Export settings are too slim Recommend expanding these slightly to avoid...

# Python version ``` 'python=3.9.6 (tags/v3.9.6:db3ff76, Jun 28 2021, 15:26:21) [MSC v.1929 64 bit (AMD64)]' 'os=Windows-10-10.0.19042-SP0' 'numpy=1.23.1' 'asammdf=7.1.1' ``` # MDF version 4.10 # Description The values of CAN signals...

# Python version 3.9.9 but I don't think this is a version dependent bug # Code ``` from asammdf.mdf import MDF from datetime import datetime mdf = MDF() # This...

## Code snippet from asammdf import MDF, Signal mdf_obj = MDF('myMDFFile.mf4') pd = mdf_obj.get_group([group[0] for group in mdf_obj.whereis("MySignalName")][0], time_as_date= True) print(pd) ## Description Hi, I would like to convert all...

# Python version ``` ('python=3.9.12 (tags/v3.9.12:b28265d, Mar 23 2022, 23:52:46) [MSC v.1929 64 ' 'bit (AMD64)]') 'os=Windows-10-10.0.19044-SP0' 'numpy=1.23.1' ldf is not supported xls is not supported xlsx is not supported...

Is there a way to get message name for each dataframe? I tried mdf.bus_logging_map["CAN"] from issue #724 but it doesn't seem to work.

# Python version ``` ('python=3.8.7 (tags/v3.8.7:6503f05, Dec 21 2020, 17:59:51) [MSC v.1928 64 bit ' '(AMD64)]') 'os=Windows-10-10.0.19041-SP0' 'numpy=1.23.0' 'asammdf=7.1.0' ``` # Code ## MDF version >>> from asammdf import MDF...

'numpy=1.20.2' 'asammdf=6.3.3.dev2' # Code from asammdf import MDF, Signal import asammdf import scipy.io as sio obj = MDF(r"D:\Speed_mdf330.mdf") compressionVal = 1 obj.resample(0.02) obj.save(r"D:\resampled_Speed_mdf330.mdf", overwrite=True, compression=compressionVal) # Description Hello Daniel, we...