covmat_seSet
- Workspace.covmat_seSet(self: pyarts.arts._Workspace, covmat_se: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.CovarianceMatrix]] = self.covmat_se, covmat: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.CovarianceMatrix, pyarts.arts.Matrix, pyarts.arts.Sparse], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Set covmat_se to a given matrix.
This sets the measurement covariance matrix
covmat_se
to the matrix given by the generic inputcovmat
. The covariance matrix can be of type CovarianceMatrix, Matrix or Sparse.Author(s): Simon Pfreundschuh
- Parameters:
covmat_se (CovarianceMatrix, optional) – Covariance matrix for observation uncertainties. See
covmat_se
, defaults toself.covmat_se
[OUT]covmat (CovarianceMatrix or Matrix or Sparse) – The matrix to set as the covariance matrix. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]