ARTS built-in documentation server
Workspace Method rte_poslosFromGeodetic
Description
Converts sensor position and LOS from geodetic to geocentric values. Works exactly as sensor_poslosFromGeodetic but places the output in rte_pos and rte_los. Accordingly, the input can only cover one combination of position and LOS.
Authors: Patrick Eriksson
Synopsis
rte_poslosFromGeodetic( | rte_pos, rte_los, sensor_pos_geodetic, sensor_los_geodetic, refellipsoid ) |
Variables
OUT | rte_pos | (Vector) | A geographical position for starting radiative transfer calculations. |
OUT | rte_los | (Vector) | A line-of-sight for (complete) radiative transfer calculations. |
IN | sensor_pos_geodetic | (Matrix) | As sensor_pos but using geodetic coordinates. |
IN | sensor_los_geodetic | (Matrix) | As sensor_los but matching geodetic coordinates. |
IN | refellipsoid | (Vector) | Reference ellipsoid. |