Sidereon.GNSS.RTK.ArcSolution (Sidereon v0.27.0)

Copy Markdown View Source

Solved sequential RTK arc.

Summary

Types

t()

@type t() :: %Sidereon.GNSS.RTK.ArcSolution{
  dropped_sats: [String.t()],
  elevation_masked_sats: [String.t()],
  epochs: [Sidereon.GNSS.RTK.ArcEpochSolution.t()],
  final_state: Sidereon.GNSS.RTK.ArcState.t(),
  measurement_covariance: map(),
  references: %{required(String.t()) => String.t()},
  split_cycle_slip_arcs: [Sidereon.GNSS.RTK.ArcCycleSlipSplit.t()]
}