ARTS built-in documentation server

Workspace Method covmat_soCalc

Description

Calculates the covariance matrix describing the error due to uncertainties
in the observation system. The uncertainties of the observation system are
described by covmat_se, which must be set by the user to include the
relevant contributions from the measurement and the forward model.

Prerequisite for the calculation of covmat_so is a successful OEM
computation where also the gain matrix has been computed.

Authors: Simon Pfreundschuh

Synopsis

covmat_soCalc( covmat_so, dxdy, covmat_se )

Variables

OUTcovmat_so(Matrix)Covariance matrix describing the retrieval error due to uncertainties of the observation system.
INdxdy(Matrix)Contribution function (or gain) matrix.
INcovmat_se(CovarianceMatrix)Covariance matrix for observation uncertainties.