ARTS built-in documentation server
Workspace Method VectorZtanToZa1D
Description
Converts a set of geometrical tangent altitudes to zenith angles. The tangent altitudes are given to the function as a vector, which are converted to a generic vector of zenith angles. The position of the sensor is given by the WSV sensor_pos. The function works only for 1D. The zenith angles are always set to be positive.
Authors: Patrick Eriksson, Mattias Ekstrom
Synopsis
VectorZtanToZa1D( | v_za, sensor_pos, refellipsoid, atmosphere_dim, v_ztan ) |
Variables
GOUT | v_za | (Vector) | Vector with zenith angles. |
IN | sensor_pos | (Matrix) | The sensor position for each measurement block. |
IN | refellipsoid | (Vector) | Reference ellipsoid. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
GIN | v_ztan | (Vector) | Vector with tangent altitudes. |