pub fn prepare_detections_from_loaded(
detections: Vec<Detection>,
gnss: &[GnssPosition],
netelements: &[Netelement],
cutoff_distance_m: f64,
) -> Result<PreparedDetections, DetectionError>Expand description
Same as prepare_detections but skips the load step (useful for tests
and for combining detections from multiple files).