ARTS built-in documentation server
Workspace Method jacobianAddFreqShift
Description
Includes a frequency fit of shift type in the Jacobian. Retrieval of deviations between nominal and actual backend frequencies can be included by this method. The assumption here is that the deviation is a constant off-set, a shift, common for all frequencies (and not varying between measurement blocks). This method adds one element to the state vector (x).
Authors: Patrick Eriksson
Synopsis
jacobianAddFreqShift( | jacobian_quantities, jacobian_agenda, f_grid, df ) |
Variables
OUT+IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
OUT+IN | jacobian_agenda | (Agenda) | Pure numerical Jacobian calculation agenda. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
GIN | df | (Numeric, Default: 100e3) | Size of perturbation to apply. |