oemAveragingKernelCalc
- Workspace.oemAveragingKernelCalc(self, oem: OptimalEstimationData = self.oem) None
Calculate the averaging kernel matrix.
This is done by describing the sensitivity of the
oemCalc()retrieval with respect to the true state of the system. A prerequisite for the calculation of the averaging kernel matrix is a successfuloemCalc()calculation in which theoem.measurement_jacand the gain matrixoem.measurement_gain_mathave been calculated.The result is \(\mathbf{A}=\mathbf{G}\mathbf{J}\), using the gain and Jacobian in the retrieved coordinates; see Gain, averaging kernel, and retrieval uncertainty.
Author: Simon Pfreundschuh
- Parameters:
oem (~pyarts3.arts.OptimalEstimationData, optional) – Numerical problem and results for
oemCalc()andoemCalcReduced(). Defaults toself.oem. [INOUT]