API Reference / RefineRemainders · interface
Interface: RefineRemainders
Properties
| Property | Type | Description |
|---|---|---|
<a id="for"></a> for | string | Digest of the base payload this sidecar belongs to; composeRemainders refuses a mismatch. |
<a id="format"></a> format | "caelus-remainders" | - |
<a id="grid"></a> grid | CanonicalGrid | - |
<a id="mode"></a> mode | "refine" | - |
<a id="remaindergrid"></a> remainderGrid | RemainderGrid | - |
<a id="units"></a> units | { angle: string; dist: string; speed: string; time: string; } | - |
units.angle | string | - |
units.dist | string | - |
units.speed | string | - |
units.time | string | - |
<a id="values"></a> values | Record<string, number> | Flat path -> integer residue, one entry per frontier leaf (zeros kept, so completeness is checkable). Angle residues are the signed shortest modular distance, so a longitude at the 360-degree wrap stays small. |
<a id="version"></a> version | 1 | - |