struct Predict::Satellite
- Predict::Satellite
- Struct
- Value
- Object
Overview
Struct containing an initialised SGP4 model of a satellite.
Defined in:
predict/satellite.crConstructors
-
.new(tle : TLE, grav_type = GravityConstants::WGS72)
Initialises the
Satellite
with tle, using grav_type
Instance Method Summary
- #constants : GravityConstants
-
#predict(time)
Returns true equator mean equinox (TEME) vectors for position and velocity from SGP4.
- #satrec : Predict::SGP4::Elset
Constructor Detail
Initialises the Satellite
with tle, using grav_type
Instance Method Detail
def predict(time)
#
Returns true equator mean equinox (TEME) vectors for position and velocity from SGP4. Vectors are returned in the order position, velocity. Units are km and km/s.