avkCalc

Workspace.avkCalc(self: pyarts.arts._Workspace, avk: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix | None = self.avk, dxdy: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix | None = self.dxdy, jacobian: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix | None = self.jacobian, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Calculate the averaging kernel matrix.

This is done by describing the sensitivity of the OEM retrieval with respect to the true state of the system. A prerequisite for the calculation of the averaging kernel matrix is a successful OEM calculation in which the jacobian and the gain matrix dxdy have been calculated.

Author(s): Simon Pfreundschuh

Parameters:
  • avk (Matrix, optional) – Averaging kernel matrix. See avk, defaults to self.avk [OUT]

  • dxdy (Matrix, optional) – Contribution function (or gain) matrix. See dxdy, defaults to self.dxdy [IN]

  • jacobian (Matrix, optional) – The Jacobian matrix. See jacobian, defaults to self.jacobian [IN]

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