rte_losSet
- Workspace.rte_losSet(self: pyarts.arts._Workspace, 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, za: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], aa: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Sets
rte_los
to the given angles.The azimuth angle is ignored for 1D and 2D.
Author(s): Patrick Eriksson
- Parameters:
rte_los (Vector, optional) – A line-of-sight for (complete) radiative transfer calculations. See
rte_los
, defaults toself.rte_los
[OUT]atmosphere_dim (Index, optional) – The atmospheric dimensionality (1-3). See
atmosphere_dim
, defaults toself.atmosphere_dim
[IN]za (Numeric) – Zenith angle of sensor line-of-sight. [IN]
aa (Numeric) – Azimuth angle of sensor line-of-sight. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]