pub fn prepare_detections(
path: &Path,
expected_kind: DetectionKind,
gnss: &[GnssPosition],
netelements: &[Netelement],
cutoff_distance_m: f64,
) -> Result<PreparedDetections, DetectionError>Expand description
Load → validate → time-filter → resolve a single detections file.
expected_kind reflects the originating CLI flag.