ARTS built-in documentation server

Workspace Method jacobianCalcPolyfit

Description

Calculates jacobians for polynomial baseline fit.

This function is added to jacobian_agenda by jacobianAddPolyfit
and should normally not be called by the user.

Authors: Patrick Eriksson

Synopsis

jacobianCalcPolyfit( jacobian, mblock_index, iyb, yb, sensor_response, sensor_response_pol_grid, sensor_response_f_grid, sensor_response_za_grid, jacobian_quantities, jacobian_indices, poly_coeff )

Variables

OUT+INjacobian(Matrix)The Jacobian matrix.
INmblock_index(Index)Measurement block index.
INiyb(Vector)Monochromatic pencil beam data for one measurement block.
INyb(Vector)The measurement vector for a single measurement block.
INsensor_response(Sparse)The matrix modelling the total sensor response.
INsensor_response_pol_grid(ArrayOfIndex)The "polarisation grid" associated with sensor_response.
INsensor_response_f_grid(Vector)The frequency grid associated with sensor_response.
INsensor_response_za_grid(Vector)The zenith angle grid associated with sensor_response.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INjacobian_indices(ArrayOfArrayOfIndex)First and last column index in jacobian for each retrieval quantity.
GINpoly_coeff(Index)Polynomial coefficient to handle.