pub fn select_sources(measurements: &[SourceMeasurement]) -> SelectionResultExpand description
Run the full source selection pipeline:
- Marzullo’s intersection to identify truechimers vs falsetickers.
- Select the system peer (truechimer with lowest
root_distance). - Compute a weighted-average offset (weight = 1 / root_distance).
- Compute system jitter as the RMS of truechimer offset residuals.