You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'python=3.11.4 | packaged by Anaconda, Inc. | (main, Jul 5 2023, 13:38:37) '
'[MSC v.1916 64 bit (AMD64)]')
'os=Windows-10-10.0.19045-SP0'
'numpy=1.25.0'
'asammdf=8.0.1'
Code
MDF version
4.10
Code snippet
from asammdf import MDF
import matplotlib.pyplot as plt
mdf = MDF('Data.mf4')
ch1 = mdf.get('S_TRIG_01')
time = ch1.timestamps
plt.plot(time)
plt.xlabel('Points')
plt.ylabel('Time (s)')
plt.show()
Traceback
--
Description
Hi, I found issue with the timestamps in some channel groups of the .mf4 read by asammdf. As an example in the first pictures shown below, the timestamps are not monotonic, which looks correct when reading the file using Matlab codes - see the last picture.
Guess there was something going wrong when reading the file, but not sure what happened. Most channel groups are normal.
The text was updated successfully, but these errors were encountered:
Python version
'python=3.11.4 | packaged by Anaconda, Inc. | (main, Jul 5 2023, 13:38:37) '
'[MSC v.1916 64 bit (AMD64)]')
'os=Windows-10-10.0.19045-SP0'
'numpy=1.25.0'
'asammdf=8.0.1'
Code
MDF version
4.10
Code snippet
from asammdf import MDF
import matplotlib.pyplot as plt
mdf = MDF('Data.mf4')
ch1 = mdf.get('S_TRIG_01')
time = ch1.timestamps
plt.plot(time)
plt.xlabel('Points')
plt.ylabel('Time (s)')
plt.show()
Traceback
--
Description
Hi, I found issue with the timestamps in some channel groups of the .mf4 read by asammdf. As an example in the first pictures shown below, the timestamps are not monotonic, which looks correct when reading the file using Matlab codes - see the last picture.
Guess there was something going wrong when reading the file, but not sure what happened. Most channel groups are normal.
The text was updated successfully, but these errors were encountered: