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

RE: [Orekit Users] Calculating Azimuth and Elevation



Hi,

Check out the TopocentricFrame class :

- double getAzimuth(Vector3D extPoint, Frame frame, AbsoluteDate date) throws OrekitException
- p
ublic double getElevation(org.apache.commons.math3.geometry.euclidean.threed.Vector3D extPoint, Frame frame, AbsoluteDate date) throws OrekitException

Cheers



> To: orekit-users@orekit.org
> From: gvillemos@gmail.com
> Date: Mon, 25 Mar 2013 22:48:29 +0100
> Subject: [Orekit Users] Calculating Azimuth and Elevation
>
> We are using OREKIT to calculate the AOS and LOS of a satellite for a given
> position. Works very well.
>
> We would like to also calculate the pointing information (azimuth and
> elevation) of the satellite while parsing in 500ms increments. Is there any
> classes / APIs that supports this? Is there any working examples?