rte_pos_losBackwardToAltitude
- Workspace.rte_pos_losBackwardToAltitude(self: pyarts.arts._Workspace, rte_pos: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.rte_pos, rte_los: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.rte_los, atmosphere_dim: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = self.atmosphere_dim, lat_grid: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.lat_grid, lon_grid: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.lon_grid, refellipsoid: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.refellipsoid, altitude: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], los_is_reversed: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = 0, verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Moves
rte_posandrte_losbackwards to the target altitude.The method gives the
rte_posandrte_losat the target altitude to reach the originalrte_posandrte_loswith a geometrical ppath. That is, the movement is backwards in terms of viewing direction.If the original
rte_losis reversed with respect to the line-of-sight direction, then set the GIN los_reversed to 1. One such case is that ifrte_losrepresents surface incidence angles, i.e. holds the zenith and nadir angle towards the sensor.There is also
sensor_pos_losBackwardToAltitude().Author(s): Patrick Eriksson
- Parameters:
rte_pos (Vector, optional) – A geographical position for starting radiative transfer calculations. See
rte_pos, defaults toself.rte_pos[INOUT]rte_los (Vector, optional) – A line-of-sight for (complete) radiative transfer calculations. See
rte_los, defaults toself.rte_los[INOUT]atmosphere_dim (Index, optional) – The atmospheric dimensionality (1-3). See
atmosphere_dim, defaults toself.atmosphere_dim[IN]lat_grid (Vector, optional) – The latitude grid. See
lat_grid, defaults toself.lat_grid[IN]lon_grid (Vector, optional) – The longitude grid. See
lon_grid, defaults toself.lon_grid[IN]refellipsoid (Vector, optional) – Reference ellipsoid. See
refellipsoid, defaults toself.refellipsoid[IN]altitude (Numeric) – Target altitude. [IN]
los_is_reversed (Index, optional) – Set to 1 if
rte_losis valid for the reversed direction. Defaults to0[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity, defaults toself.verbosity[IN]