Sidereon.GNSS.RTK.StaticArcConfig (Sidereon v0.31.2)

Copy Markdown View Source

Complete typed configuration for a static RTK arc solve.

Summary

Types

t()

@type t() :: %Sidereon.GNSS.RTK.StaticArcConfig{
  arc: Sidereon.GNSS.RTK.ArcConfig.t(),
  fixed_options: Sidereon.GNSS.RTK.FixedOptions.t() | map(),
  float_only_systems: [String.t()],
  float_options: Sidereon.GNSS.RTK.FloatOptions.t() | map(),
  residual_options: Sidereon.GNSS.RTK.ResidualValidationOptions.t() | map()
}