European Space Agency

European Space Agency

Royal Belgian Institute for Aeronomy

Royal Belgian Institute for Aeronomy

../_images/whiteSpace.png

get_coordinates - return GEO coordinates

subroutine  get_coordinates(sysaxes, xin1, xin2, xin3, alti, lati, longi, xgeo)
Parameters:
  • sysaxes [integer4,in] :: coordinate system index see sysaxes

  • xin1 [real8,in] :: 1st coordinate according to sysaxes

  • xin2 [real8,in] :: 2nd coordinate according to sysaxes

  • xin3 [real8,in] :: 3rd coordinate according to sysaxes

  • alti [real8,out] :: Altitude [km]

  • lati [real8,out] :: Latitude [deg]

  • longi [real8,out] :: Longitude [deg]

  • xgeo (3) [real8,out] :: GEO cartesian coordinates [Earth radii]

Description

Get GEO spherical and Cartesian coordinates for a single location.


UNILIB/tags/v3.02