ARTS built-in documentation server
Workspace Method rte_losGeometricFromRtePosToRtePos2
Description
The geometric line-of-sight between two points. The method sets rte_los to the line-of-sight, at rte_pos, that matches the geometrical propagation path between rte_pos and rte_pos2. The standard case should be that rte_pos2 corresponds to a transmitter, and rte_pos to the receiver/sensor.
Authors: Patrick Eriksson
Synopsis
rte_losGeometricFromRtePosToRtePos2( | rte_los, atmosphere_dim, lat_grid, lon_grid, refellipsoid, rte_pos, rte_pos2 ) |
Variables
OUT | rte_los | (Vector) | A line-of-sight for (complete) radiative transfer calculations. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | refellipsoid | (Vector) | Reference ellipsoid. |
IN | rte_pos | (Vector) | A geographical position for starting radiative transfer calculations. |
IN | rte_pos2 | (Vector) | A second geographical position to define the geometry for radiative transfer calculations. |