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 bylosAddLosAndDlos()
.Author(s): Patrick Eriksson