Sgp4Ex.TemeState (Sgp4Ex v0.2.1)

View Source

Represents the position and velocity of a satellite in the TEME coordinate system.

TEME (True Equator Mean Equinox) is the reference frame used by SGP4 propagators.

Units

  • Position: kilometers (km) from Earth's center
  • Velocity: kilometers per second (km/s)

Summary

Types

t()

@type t() :: %Sgp4Ex.TemeState{
  position: {float(), float(), float()},
  velocity: {float(), float(), float()}
}