ARTS built-in documentation server
Workspace Method jacobianCalcFreqShift
Description
Calculates frequency shift jacobians by interpolation of iyb. This function is added to jacobian_agenda by jacobianAddFreqShift and should normally not be called by the user.
Authors: Patrick Eriksson
Synopsis
jacobianCalcFreqShift( | jacobian, mblock_index, iyb, yb, stokes_dim, f_grid, mblock_dlos_grid, sensor_response, jacobian_quantities ) |
Variables
OUT+IN | jacobian | (Matrix) | The Jacobian matrix. |
IN | mblock_index | (Index) | Measurement block index. |
IN | iyb | (Vector) | Monochromatic pencil beam data for one measurement block. |
IN | yb | (Vector) | The measurement vector for a single measurement block. |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | mblock_dlos_grid | (Matrix) | The set of angular pencil beam directions for each measurement block. |
IN | sensor_response | (Sparse) | The matrix modelling the total sensor response. |
IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |