RAzToLatLon:

Path: Orbit/OrbitCoord

% Transform (range,azimuth) to (latitude,longitude) coordinates.
   Range is measured along the sphere. Azimuth is from north toward East.
   The latitude and longitude returned are geocentric.

--------------------------------------------------------------------------
   Form:

--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r              (1,:)      Range along sphere
   az             (1,:)      Azimuth angle
   lat0           (1,1)      Initial latitude
   lon0           (1,1)      Initial longitude
   R              (1,1)      Radius of sphere (default is Earth)

   -------
   Outputs
   -------
   lat            (1,:)      Latitude on sphere
   lon            (1,:)      Longitude on sphere

--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig

Back to the Orbit Module page