Sidereon.GNSS.RTK.MeasurementModel (Sidereon v0.26.1)

Copy Markdown View Source

RTK measurement weighting and correction model.

Summary

Types

stochastic_model()

@type stochastic_model() :: :simple | :rtklib

t()

@type t() :: %Sidereon.GNSS.RTK.MeasurementModel{
  code_sigma_m: number(),
  elevation_weighting?: boolean(),
  phase_sigma_m: number(),
  sagnac?: boolean(),
  stochastic_model: stochastic_model()
}