Sidereon.GNSS.QC.RaimInput (Sidereon v0.29.0)

Copy Markdown View Source

Post-solve RAIM input.

:used_sats and :residuals_m must use the same order. Residuals are the post-fit range residuals in meters.

Summary

Functions

Build post-solve RAIM input from satellite ids and residuals.

Types

t()

@type t() :: %Sidereon.GNSS.QC.RaimInput{
  residuals_m: [float()],
  used_sats: [String.t()]
}

Functions

new(used_sats, residuals_m)

@spec new([String.t()], [number()]) :: t()

Build post-solve RAIM input from satellite ids and residuals.