ARTS built-in documentation server

Workspace Method sensor_losGeometricFromSensorPosToOtherPositions

Description

The geometric line-of-sight between pair of points.

The method sets sensor_los to the line-of-sights, that matches the
geometrical propagation path from sensor_pos to *target_pos*. This
is done for pair of positions, i.e. the two matrices shall have the same
number of rows. The number of columns in *target_pos* shall be two for
1D and 2D and two for 3D, exactly as for rte_pos2.

See also rte_losGeometricFromRtePosToRtePos2. This method calls that
method for each pair of positions, where values in sensor_pos matches
*rte_pos and values in *target_pos* matches rte_pos2.

Authors: Patrick Eriksson

Synopsis

sensor_losGeometricFromSensorPosToOtherPositions( sensor_los, atmosphere_dim, lat_grid, lon_grid, refellipsoid, sensor_pos, target_pos )

Variables

OUTsensor_los(Matrix)The sensor line-of-sight (LOS) for each measurement block.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INrefellipsoid(Vector)Reference ellipsoid.
INsensor_pos(Matrix)The sensor position for each measurement block.
GINtarget_pos(Matrix)Target position, for each position in sensor_pos.