Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@sanssecours sanssecours released this 12 Dec 12:38
· 10 commits to main since this release
42261a3

Analyzer

  • Print warnings about non-monotonic timestamps, i.e. when some data that was measured after some other data was measured earlier according to the timestamp
  • Add option (-s, --sigma) to show standard deviation of measurement data

Plotter

  • Print lines for data loss by default

    Before this update you needed to enable this feature with the option -l/--loss. Now you can use the option -n/--no-loss to disable the visualization of the data loss.

    The new behavior should make it easier to spot problematic measurement data with high data loss.

Lint