ARTS built-in documentation server
Workspace Method rte_poslosFromECEF
Description
Converts sensor position and LOS from ECEF to geocentric values. Works exactly as sensor_poslosFromECEF 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_poslosFromECEF( | rte_pos, rte_los, sensor_pos_ecef, sensor_los_ecef, 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_ecef | (Matrix) | As sensor_pos but using ECEF coordinates. |
IN | sensor_los_ecef | (Matrix) | As sensor_los but matching ECEF coordinates. |
IN | refellipsoid | (Vector) | Reference ellipsoid. |