ARTS built-in documentation server
Workspace Method jacobianCalcPointingZaInterp
Description
Calculates zenith angle pointing deviation jacobians by inter-extrapolation of iyb. This function is added to jacobian_agenda by jacobianAddPointingZa and should normally not be called by the user.
Authors: Patrick Eriksson
Synopsis
jacobianCalcPointingZaInterp( | jacobian, mblock_index, iyb, yb, stokes_dim, f_grid, sensor_los, mblock_dlos_grid, sensor_response, sensor_time, 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 | sensor_los | (Matrix) | The sensor line-of-sight (LOS) for each measurement block. |
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 | sensor_time | (Vector) | The time for each measurement block. |
IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |