Replay Tabs:

- Add stability detection and threshold classification features with corresponding tests
This commit is contained in:
jack
2026-06-04 13:25:11 -07:00
parent 9779baa468
commit 9cd3170e8a
8 changed files with 207 additions and 8 deletions
+3 -3
View File
@@ -6,6 +6,6 @@ from dataclasses import dataclass
class Frame:
"""One sample across all sensors ata a point in time"""
seq: int
t: float
values: list[float]
seq: int # monotonically increasing
t: float # seconds (relative or epoch)
values: list[float] # one per sensor, in sensor-layout order