ARTS built-in documentation server

Workspace Method retrievalAddFreqShift

Description

Same as jacobianAddFreqShift but also adds the correlation block
contained in covmat_block and covmat_inv_block to covmat_sx.

For number and order of elements added to x, see jacobianAddFreqShift.

Authors: Simon Pfreundschuh

Synopsis

retrievalAddFreqShift( covmat_sx, jacobian_quantities, jacobian_agenda, covmat_block, covmat_inv_block, f_grid, df )

Variables

OUT+INcovmat_sx(CovarianceMatrix)Covariance matrix of a priori distribution This covariance matrix describes the Gaussian a priori distribution for an OEM retrieval.
OUT+INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
OUT+INjacobian_agenda(Agenda)Pure numerical Jacobian calculation agenda.
INcovmat_block(Sparse)Holds matrices used to set blocks in covmat_sx and covmat_se.
INcovmat_inv_block(Sparse)Holds matrices used to set the inverse blocks in covmat_sx and covmat_se.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
GINdf(Numeric, Default: 100e3)Size of perturbation to apply.