Skip to main content

select_sources

Function select_sources 

Source
pub fn select_sources(measurements: &[SourceMeasurement]) -> SelectionResult
Expand description

Run the full source selection pipeline:

  1. Marzullo’s intersection to identify truechimers vs falsetickers.
  2. Select the system peer (truechimer with lowest root_distance).
  3. Compute a weighted-average offset (weight = 1 / root_distance).
  4. Compute system jitter as the RMS of truechimer offset residuals.