ARTS built-in documentation server
Workspace Method covmat_seSet
Description
Set covmat_se to a given matrix. This sets the measurement covariance matrix covmat_se 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_seSet( | covmat_se, covmat ) |
Variables
OUT | covmat_se | (CovarianceMatrix) | Covariance matrix for observation uncertainties. |
GIN | covmat | (CovarianceMatrix, Matrix, Sparse) | The matrix to set as the covariance matrix. |