Kozai::SGP4::ErrorCode
Inherits Enum < Comparable < Value < Object
Why a propagation produced no usable answer.
NOTE: propagation failures are reported this way rather than by raising. Pass prediction runs to millions of steps and must not allocate, and raising an exception allocates. The numbering matches the codes used in the published description so that behaviour can be compared case by case against the reference — several entries in the verification set exist precisely to trigger these.
Constants
Propagation succeeded.
Mean eccentricity left the range the model is defined on.
Mean motion fell to zero or below.
Eccentricity left 0..1 after the long-period corrections.
The semi-latus rectum went negative; the orbit is no longer a conic section the model can describe.
The epoch elements are sub-orbital.
The satellite has decayed: the computed radius fell inside the Earth.
Instance methods
Returns true if this enum value equals PerturbedEccentricityOutOfRange