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

GOUTv_za(Vector)Vector with zenith angles.
INsensor_pos(Matrix)The sensor position for each measurement block.
INrefellipsoid(Vector)Reference ellipsoid.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
GINv_ztan(Vector)Vector with tangent altitudes.