Add post-processing tool: clean and plot CSV data

hioki-clean clean <file> - removes error rows and settle artifacts
after auto-range transitions. hioki-clean plot <file> - visualizes
CSV data with grouped subplots (voltage, current, power, efficiency).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 17:45:58 +07:00
parent c154a67299
commit 62f3a3690e
4 changed files with 192 additions and 2 deletions

2
uv.lock generated
View File

@@ -121,7 +121,7 @@ wheels = [
[[package]]
name = "hioki-3193"
version = "0.1.0"
source = { virtual = "." }
source = { editable = "." }
dependencies = [
{ name = "matplotlib" },
{ name = "pyvisa" },