ARTS built-in documentation server

Workspace Method sensor_pos_losBackwardToAltitude

Description

Moves sensor_pos and sensor_los backwards to the target altitude.

The method gives the sensor_pos and sensor_los at the target altitude
to reach the original sensor_pos and sensor_los with a geometrical
ppath. That is, the movement is backwards in terms of viewing direction.

If the original sensor_los is reversed with respect to the line-of-sight
direction, then set the GIN los_reversed to 1. One such case is that
if sensor_los represents surface incidence angles, i.e. holds the
zenith and nadir angle towards the sensor.

There is also rte_pos_losBackwardToAltitude.

Authors: Patrick Eriksson

Synopsis

sensor_pos_losBackwardToAltitude( sensor_pos, sensor_los, atmosphere_dim, lat_grid, lon_grid, refellipsoid, altitude, los_is_reversed )

Variables

OUT+INsensor_pos(Matrix)The sensor position for each measurement block.
OUT+INsensor_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.
GINaltitude(Numeric)Target altitude.
GINlos_is_reversed(Index, Default: 0)Set to 1 if rte_los is valid for the reversed direction.