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

Copy Markdown View Source

Per-satellite observation completeness row.

Summary

Types

t()

@type t() :: %Sidereon.GNSS.QC.SatelliteObservation{
  epochs_with_observations: non_neg_integer(),
  satellite: String.t(),
  value_observations: non_neg_integer()
}