struct

Predict::TEME

Inherits Struct / Value / Object

Coordinate vector in the TEME reference frame. See http://celestrak.com/columns/v02n01/ for coordinate frame definition.

Constructors

new(x : Float64, y : Float64, z : Float64)
Source

Instance methods

range_to(other : TEME)

Calculates the range vector from self to other.

Source
to_lat_long_alt(time, grav_type = GravityConstants::WGS72)

Converts these TEME coordinates to latitude, longitude and altitude at time. See http://celestrak.com/columns/v02n03/ for algorithm used.

Source
x

X coordinate in km

Source
y

Y coordinate in km

Source
z

Z coordinate in km

Source