diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-10 06:33:18 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-10 06:33:18 +0200 |
commit | 0c783c875a8e232a6cd3fe127198459dd6301f5e (patch) | |
tree | bd3b0b4d3aa9b34bd4fe29ade9a5521862aabe5f | |
parent | edbb2ea73bdf9ef905522acf2e803348eb4f571e (diff) |
README: Add link to homepage and preview imagemain
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ # dlog-viewer – Viewer and Exporter for Keysight dlog Files -dlog-viewer loads voltage, current, and/or power measurements from .dlog files +[**dlog-viewer**](https://finalrewind.org/projects/dlog-viewer/) loads voltage, current, and/or power measurements from .dlog files produced by devices such as the Keysight N6705B DC Power Analyzer. It is specifically meant for .dlog files that were written to a USB stick by the power analyzer itself, so no Keysight software is required for analyzing them. +![](https://finalrewind.org/projects/dlog-viewer/media/preview.png) + Measurements can be exported to CSV or plotted on-screen via matplotlib. There is also support for changepoint detection to automatically identify changes in the observed device behaviour. This is meant to work around a lack of digital |