measurement_averaging_kernelCalc

Workspace.measurement_averaging_kernelCalc(self, measurement_averaging_kernel: pyarts3.arts.Matrix | None = None, measurement_gain_mat: pyarts3.arts.Matrix | None = None, measurement_jac: pyarts3.arts.Matrix | None = None) 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 measurement_jac and the gain matrix measurement_gain_mat have been calculated.

Author: Simon Pfreundschuh

Parameters: