openmovementproject / openmovement

Open Movement devices are miniature, embeddable, open source sensors developed at Newcastle University, UK. The source code for the firmware and software is available under a BSD 2-clause license, and the hardware (PCB designs, layouts and schematics), enclosure designs and documentation are available under a Creative Commons 3.0 BY Attribution License.
https://openmovement.dev
146 stars 76 forks source link

OMGui - preview timestamps can be imprecise when zoomed-in #13

Open Woodz opened 9 years ago

Woodz commented 9 years ago

As shown in the screenshot attached, the timestamps on the right of the graph are before the timestamps on the left of the graph instead of being the other way around (e.g. 12:49:39 - 12:49:41).

Woodz commented 9 years ago

omgui bad timestamps

danielgjackson commented 8 years ago

This is related to how the OMGUI preview rapidly finds segments to show without needing to load all of the data from the device/file.

It only happens when very zoomed in (at the interface between between the "overview" zoom level of one column per data sector, and the "detailed" zoom level, where the data within the sector is shown).

It should be fixed (but not an immediate priority due to the limited scope).