ARTS built-in documentation server
Workspace Method jacobianCalcSinefit
Description
Calculates jacobians for sinusoidal baseline fit. This function is added to jacobian_agenda by jacobianAddPolyfit and should normally not be called by the user.
Authors: Patrick Eriksson
Synopsis
jacobianCalcSinefit( | jacobian, mblock_index, iyb, yb, sensor_response, sensor_response_pol_grid, sensor_response_f_grid, sensor_response_za_grid, jacobian_quantities, jacobian_indices, period_index ) |
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 | sensor_response | (Sparse) | The matrix modelling the total sensor response. |
IN | sensor_response_pol_grid | (ArrayOfIndex) | The "polarisation grid" associated with sensor_response. |
IN | sensor_response_f_grid | (Vector) | The frequency grid associated with sensor_response. |
IN | sensor_response_za_grid | (Vector) | The zenith angle grid associated with sensor_response. |
IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
IN | jacobian_indices | (ArrayOfArrayOfIndex) | First and last column index in jacobian for each retrieval quantity. |
GIN | period_index | (Index) | Index among the period length specified for add-method. |