Solved sequential RTK arc.
Summary
Types
@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()] }