capa.channels¶
Channel registry, specs, source bindings, and per-channel calibration glue. The registry is the runtime authority for "what channels exist, in what units, sourced from where."
Narrative guides:
- Channel bindings — binding
kinds (
device_field,derived,manual) and how records become samples. - Channel pipeline — the device-emission → sample path the registry sits on.
- Calibrations on disk — file format for per-channel calibration entries.
capa.channels ¶
Channels: ChannelSpec, SourceBinding, Calibration, and the runtime ChannelRegistry.