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

OUTrte_los(Vector)A line-of-sight for (complete) radiative transfer calculations.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INrefellipsoid(Vector)Reference ellipsoid.
INrte_pos(Vector)A geographical position for starting radiative transfer calculations.
INrte_pos2(Vector)A second geographical position to define the geometry for radiative transfer calculations.