Orbis.SP3.State (Orbis v0.8.0)

Copy Markdown View Source

An interpolated SP3 satellite state at one epoch.

Position is ITRF/IGS-realization ECEF, in meters (frame and unit are fixed in the field names per the spec's frames-in-the-type-system rule). clock_s is the satellite clock offset in seconds, or nil when the product carries no clock estimate for that satellite/epoch.

Summary

Types

t()

@type t() :: %Orbis.SP3.State{
  clock_s: float() | nil,
  x_m: float(),
  y_m: float(),
  z_m: float()
}