[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orekit Developers] Ephemeris Mode & AbstractPropagator
- To: orekit-developers@orekit.org
- Subject: [Orekit Developers] Ephemeris Mode & AbstractPropagator
- From: Thomas Neidhart <thomas.neidhart@gmail.com>
- Date: Sun, 01 Apr 2012 10:56:33 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=5Qhpr9g8MveJ1roD2DWqz/0Lh44YSGOge1LqN/NA5+Y=; b=yEN9U9wRPgB6nwbTpRmluGrNjm+qyABA9vNQZw+THGvMHuj1PbOP3n3jYmB3v4AD13 n+bEvoLrPU2KfubnbZyqXWxf+mD3PTTPmBwNDqF1f7/Vg90siiROAMFNjLIMl1lk6IIm drcqJO0H6IRInewu+FpVV4THcSJc0FCe0Xer4OQNcqRkf60gvbpJWRBrJ1oYhWyVLKGJ jCahybftYL9jXto1TXYnWQCXKvJnGsezJ4WFdlK3WfEzJxhPM/8aBQnNRmT5r5KLqUZz FQcDEyseNJAr3sVWXMsvCU+dZwY9MyWSh0zU/yrGVi1PvGYCkXDgycWz39dI+HOeMt10 j1yg==
- User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120310 Thunderbird/11.0
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