dlosDiffOfLos

Workspace.dlosDiffOfLos(self: pyarts.arts._Workspace, dlos: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix, ref_los: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector, other_los: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Derives the difference betwenn zenith and azimuth angles.

Determines the difference between a set of angles (other_los) and a reference direction (ref_los). This method reverses the addition made by losAddLosAndDlos().

Author(s): Patrick Eriksson

Parameters:
  • dlos (Matrix) – Derived differences in line-of-sight. [OUT]

  • ref_los (Vector) – Reference line-of-sight (a single los). [IN]

  • other_los (Matrix) – Other line-of-sights (can be multiple los). [IN]

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