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_dlos_grid, jacobian_quantities, period_index )

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.
GINperiod_index(Index)Index among the period length specified for add-method.