[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Developers] Small documentation Change
- To: orekit-developers@orekit.org
- Subject: Re: [Orekit Developers] Small documentation Change
- From: Luc Maisonobe <Luc.Maisonobe@c-s.fr>
- Date: Fri, 25 May 2018 16:58:07 +0200
- In-reply-to: <CAP2my4bD=BktOrqWdtcYXuxkrqWfGwGKu=C2KpoXHrTec7e+LQ@mail.gmail.com>
- References: <CAP2my4bD=BktOrqWdtcYXuxkrqWfGwGKu=C2KpoXHrTec7e+LQ@mail.gmail.com>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0
Le 25/05/2018 à 16:21, Hank Grabowski a écrit :
> Hello all,
>
> I don't know how far along in the 9.2 release we are so didn't want to
> make the change if it was too much but...
>
> In the KeplerianOrbit class (class link
> <https://www.orekit.org/static/apidocs/org/orekit/orbits/KeplerianOrbit.html>)
> there is a function that calculates the Eccentric Anomaly from Mean
> Anomaly and Eccentricity, meanToEllipticEccentric. All is well except
> the Javadoc documentation says it returns true not eccentric anomaly: "v
> the true anomaly". I can quickly make the change and commit but if
> someone is in there already it may be easier for them to do so.
Thanks Hank, I'll do it in a few minutes.
best regards,
Luc
>
> Hank