pub fn weight_vector(
entries: &[WeightEntry],
options: PseudorangeVarianceOptions,
) -> BTreeMap<String, f64>Expand description
Build a satellite-to-inverse-variance-weight map. Entries whose variance cannot be computed are dropped, matching the Sidereon public API.