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_dlos_grid, jacobian_quantities, 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_dlos_grid(Matrix)The zenith and azimuth angles associated with sensor_response.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
GINpoly_coeff(Index)Polynomial coefficient to handle.