webui: add pure calibration module with unit tests

Implements Calib JS module (calibration.js) with affine transform primitives,
CalTable, and normaliseCal matching Go CalConfig.Normalise semantics; 14 node
--test cases all pass. Loads before app.js in index.html.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Martino Ferrari
2026-08-17 00:29:53 +02:00
co-authored by Claude Sonnet 4.6
parent b1c2a34eea
commit 21d084d2ea
3 changed files with 231 additions and 0 deletions
+1
View File
@@ -216,6 +216,7 @@
</div>
<!-- Follows the mouse over a plot: time + per-trace values. -->
<div id="hover-readout" style="display:none"></div>
<script src="/calibration.js"></script>
<script src="/app.js"></script>
</body>
</html>