covmat_ssCalc
- Workspace.covmat_ssCalc(self: pyarts.arts._Workspace, covmat_ss: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix | None = self.covmat_ss, avk: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix | None = self.avk, covmat_sx: pyarts.arts.WorkspaceVariable | pyarts.arts.CovarianceMatrix | None = self.covmat_sx, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Calculates the covariance matrix describing the error due to smoothing.
The calculation of
covmat_ss
also requires the averaging kernel matrixavk
to be computed after a successful OEM calculation.Author(s): Simon Pfreundschuh
- Parameters:
covmat_ss (Matrix, optional) – Covariance matrix describing the retrieval error due to smoothing. See
covmat_ss
, defaults toself.covmat_ss
[OUT]avk (Matrix, optional) – Averaging kernel matrix. See
avk
, defaults toself.avk
[IN]covmat_sx (CovarianceMatrix, optional) – Covariance matrix of a priori distribution. See
covmat_sx
, defaults toself.covmat_sx
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]