[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Developers] Status of the Android application -- 2
- To: orekit-developers@orekit.org
- Subject: Re: [Orekit Developers] Status of the Android application -- 2
- From: Alexis ROBERT <alexis.robert@gmail.com>
- Date: Thu, 11 Aug 2011 22:02:00 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=v4I5lC4uR3nNiLCtymoO0lCy98xSjprYeCvt1vk2h4I=; b=V+3LkKK4SDsjJspFiPvSx/Sj8XOmHLR2XcPOp0+ddL9VXqsC+KuP5evWdwiMw9SgWz lqAzG8CSalkGS5HOa8SSjnxusBEqZFwJlQfNEjK0aCKvTLA2xZe9uMmN3ItwAmQqS69B VkUR7iu5lD/5/hu7jLI7u3X/Yir9JeYdgFelk=
- In-reply-to: <4E440012.5040503@c-s.fr>
- References: <CAODRHCe3G6OMGL7ehoN6R0+7cF795YJ=WPN1L02mpqSun_8W9Q@mail.gmail.com> <4E43A78A.8020103@c-s.fr> <CAODRHCe9VA9t5dnKHoX-tOS1VXNE6pS=+oQ3dfVhkb+VdJEHAg@mail.gmail.com> <4E440012.5040503@c-s.fr>
On Thu, Aug 11, 2011 at 6:15 PM, pascal parraud <pascal.parraud@c-s.fr> wrote:
> You don't need to extract an orbit to feed a KeplerianPropagator (which is inappropriate), you will rather use the TLEPropagator on its own by adding the ImpulseManeuver event to it and then propagate the same way you did with the KeplerainPropagator.
> You're lucky, with the last Orekit versions, for about a month, the TLEPropagator is a full propagator with all those nice features ...
Thanks, it worked :)
If you want to test impulse maneuver support, I've published a new
snapshot with it :
https://www.orekit.org/forge/attachments/download/57/orekit-20110811.apk
Also, the date selector now automatically fills the fields with the
current date in the UTC time zone if no date was selected, meaning you
can fill the forms faster -- before, no time zone conversion was made
and the time scale was left unset. (I also added a Vector3D widget,
which is basically the conversion of the x/y/z entry seen in the Frame
conversion part (when it requests a position & velocity) in a
standalone widget so I could re-use it in the Impulse maneuver part,
but that's unnoticeable when you use the application)
Alexis