pub fn baseline_reference_satellites(
base_m: [f64; 3],
epochs: &[BaselineReferenceEpoch],
selection: BaselineReferenceSelection,
) -> Result<BTreeMap<String, String>, DoubleDifferenceError>Expand description
Select per-system RTK baseline reference satellites.
This is the baseline-solver rule: automatic references are the
highest-average-elevation satellites within each constellation’s per-system
common set. It is intentionally separate from double_differences, whose
public helper keeps the older lexicographic default.