Skip to main content

Module detections

Module detections 

Source
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§

PreparedDetections
Output of prepare_detections.

Functions§

prepare_detections
Load → validate → time-filter → resolve a single detections file.
prepare_detections_from_loaded
Same as prepare_detections but skips the load step (useful for tests and for combining detections from multiple files).