rte_posSet

Workspace.rte_posSet(self: pyarts.arts._Workspace, rte_pos: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.rte_pos, atmosphere_dim: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = self.atmosphere_dim, z: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], lat: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], lon: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None

Sets rte_pos to the given co-ordinates.

The longitude is ignored for 1D and 2D, and the latitude is also ignored for 1D.

Author(s): Patrick Eriksson

Parameters:
  • rte_pos (Vector, optional) – A geographical position for starting radiative transfer calculations. See rte_pos, defaults to self.rte_pos [OUT]

  • atmosphere_dim (Index, optional) – The atmospheric dimensionality (1-3). See atmosphere_dim, defaults to self.atmosphere_dim [IN]

  • z (Numeric) – Geometrical altitude of sensor position. [IN]

  • lat (Numeric) – Latitude of sensor position. [IN]

  • lon (Numeric) – Longitude of sensor position. [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]