retrievalAddFreqStretch
- Workspace.retrievalAddFreqStretch(self: pyarts.arts._Workspace, covmat_sx: pyarts.arts.WorkspaceVariable | pyarts.arts.CovarianceMatrix | None = self.covmat_sx, jacobian_quantities: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfRetrievalQuantity | None = self.jacobian_quantities, jacobian_agenda: pyarts.arts.WorkspaceVariable | pyarts.arts.Agenda | None = self.jacobian_agenda, f_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.f_grid, covmat_block: pyarts.arts.WorkspaceVariable | pyarts.arts.Sparse | None = self.covmat_block, covmat_inv_block: pyarts.arts.WorkspaceVariable | pyarts.arts.Sparse | None = self.covmat_inv_block, df: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 100e3, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Same as
jacobianAddFreqShift()
but also adds the correlation block contained incovmat_block
andcovmat_inv_block
tocovmat_sx
.For number and order of elements added to
x
, seejacobianAddFreqStretch()
.Author(s): Simon Pfreundschuh
- Parameters:
covmat_sx (CovarianceMatrix, optional) – Covariance matrix of a priori distribution. See
covmat_sx
, defaults toself.covmat_sx
[OUT]jacobian_quantities (ArrayOfRetrievalQuantity, optional) – The retrieval quantities in the Jacobian matrix. See
jacobian_quantities
, defaults toself.jacobian_quantities
[INOUT]jacobian_agenda (Agenda, optional) – Pure numerical Jacobian calculations. See
jacobian_agenda
, defaults toself.jacobian_agenda
[INOUT]f_grid (Vector, optional) – The frequency grid for monochromatic pencil beam calculations. See
f_grid
, defaults toself.f_grid
[IN]covmat_block (Sparse, optional) – Holds matrices used to set blocks in
covmat_sx
andcovmat_se
. Seecovmat_block
, defaults toself.covmat_block
[IN]covmat_inv_block (Sparse, optional) – Holds matrices used to set the inverse blocks in
covmat_sx
andcovmat_se
. Seecovmat_inv_block
, defaults toself.covmat_inv_block
[IN]df (Numeric, optional) – Size of perturbation to apply. Defaults to
100e3
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]