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 toself.rte_pos
[OUT]atmosphere_dim (Index, optional) – The atmospheric dimensionality (1-3). See
atmosphere_dim
, defaults toself.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 toself.verbosity
[IN]