When using the absolute-timestamp option, the resulting timestamps are wrong. Only every second the timestamps changes.
This is due to the fact, that the multiplication with the np.timedelta64 with a floating point number does not seem to work.
|
timestamps = start_time_np + np.timedelta64(1, "s") * timestamps |
When using the absolute-timestamp option, the resulting timestamps are wrong. Only every second the timestamps changes.
This is due to the fact, that the multiplication with the np.timedelta64 with a floating point number does not seem to work.
pyDmdReader/pyDmdReader/_dmd_reader.py
Line 463 in 7af7952