ARTS built-in documentation server
Workspace Method covmat_sxSet
Description
Set covmat_sx to a given matrix. This sets the measurement covariance matrix covmat_sx to the matrix given by the generic input *covmat*. The covariance matrix can be of type CovarianceMatrix, Matrix or Sparse.
Authors: Simon Pfreundschuh
Synopsis
covmat_sxSet( | covmat_sx, covmat ) |
Variables
OUT | covmat_sx | (CovarianceMatrix) | Covariance matrix of a priori distribution This covariance matrix describes the Gaussian a priori distribution for an OEM retrieval. |
GIN | covmat | (CovarianceMatrix, Matrix, Sparse) | The matrix to set as the covariance matrix. |