Expand description
Train detections — punctual & linear absolute position anchors.
See specs/004-train-detections/ for the design.
Re-exports§
pub use error::DetectionError;
Modules§
- anchor
- Anchor injection into the Viterbi candidate / emission lattice (T019, T026).
- error
- Detection error types (T006).
- filter
- Detection time-range filter (T013).
- load
- Detection loading & format dispatch (T011).
- resolve
- Detection resolution (topological / coordinate → ResolvedAnchor) (T018, T030).
- validate
- Detection validation (T012).
Structs§
- Prepared
Detections - Output of
prepare_detections.
Functions§
- prepare_
detections - Load → validate → time-filter → resolve a single detections file.
- prepare_
detections_ from_ loaded - Same as
prepare_detectionsbut skips the load step (useful for tests and for combining detections from multiple files).