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 matrixdxdy
have been calculated.Author(s): Simon Pfreundschuh
- Parameters:
avk (Matrix, optional) – Averaging kernel matrix. See
avk
, defaults toself.avk
[OUT]dxdy (Matrix, optional) – Contribution function (or gain) matrix. See
dxdy
, defaults toself.dxdy
[IN]jacobian (Matrix, optional) – The Jacobian matrix. See
jacobian
, defaults toself.jacobian
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]