work on igor note

This commit is contained in:
2026-03-28 18:48:25 -07:00
parent ce74cf0a3e
commit 559b1ae09a
26 changed files with 166 additions and 109 deletions

View File

@@ -31,11 +31,11 @@ CUSTOM_FILE_FONT = "Custom File"
PREVIEW_MARKUP_REFERENCE_DIM = 512
class RecordTable(list):
class DataTable(list):
"""Tabular rows with a shared schema, e.g. grain statistics."""
class MeasureTable(list):
class RecordTable(list):
"""Named scalar measurements, typically rows of quantity/value/unit."""