[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orekit Developers] Ephemeris Mode & AbstractPropagator



Hi,

I used the ephemeris mode for the TLEPropagator, but after digging more
into this, I realized that this mode is more or less working in the same
way as the slave mode.

The AbstractPropagator only returns a wrapper class
(BoundedPropagatorView) for itself when calling getGeneratedEphemeris.
So if I understand it correctly, there is no real benefit in using the
ephemeris mode for any propagator derived from AbstractPropagator at the
moment?

Thomas