Sidereon.GNSS.Broadcast.KlobucharAlphaBeta (Sidereon v0.8.0)

Copy Markdown View Source

Klobuchar alpha and beta ionosphere coefficients.

alpha and beta are the four coefficient values broadcast by the RINEX NAV header for a constellation.

Summary

Types

coeffs()

@type coeffs() :: {float(), float(), float(), float()}

t()

@type t() :: %Sidereon.GNSS.Broadcast.KlobucharAlphaBeta{
  alpha: coeffs(),
  beta: coeffs()
}