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)
SourceInstance methods
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.