ARTS built-in documentation server
Workspace Method retrievalAddCatalogParameter
Description
Similar to jacobianAddBasicCatalogParameter but also adds a corresponding block to covmat_sx with the given *var* as variance value. For number and order of elements added to x, see jacobianAddBasicCatalogParameter.
Authors: Simon Pfreundschuh
Synopsis
retrievalAddCatalogParameter( | covmat_sx, jacobian_quantities, jacobian_agenda, catalog_identity, catalog_parameter, var ) |
Variables
OUT+IN | covmat_sx | (CovarianceMatrix) | Covariance matrix of a priori distribution This covariance matrix describes the Gaussian a priori distribution for an OEM retrieval. |
OUT+IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
OUT+IN | jacobian_agenda | (Agenda) | Pure numerical Jacobian calculation agenda. |
GIN | catalog_identity | (QuantumIdentifier) | The catalog line matching information. |
GIN | catalog_parameter | (String) | The catalog parameter of the retrieval quantity. |
GIN | var | (Numeric) | The variance of the catalog parameter. |