ARTS built-in documentation server

Workspace Method jacobianCalcFreqStretch

Description

Calculates frequency stretch jacobians by interpolation
of iyb.

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

Authors: Patrick Eriksson

Synopsis

jacobianCalcFreqStretch( jacobian, mblock_index, iyb, yb, stokes_dim, f_grid, sensor_los, mblock_za_grid, mblock_aa_grid, antenna_dim, sensor_response, sensor_response_pol_grid, sensor_response_f_grid, sensor_response_za_grid, sensor_time, jacobian_quantities, jacobian_indices )

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.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INsensor_los(Matrix)The sensor line-of-sight (LOS) for each measurement block.
INmblock_za_grid(Vector)The zenith angle grid for each measurement block.
INmblock_aa_grid(Vector)The azimuthal angle grid for each measurement block.
INantenna_dim(Index)The dimensionality of the antenna pattern (1-2).
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.
INsensor_time(Vector)The time for each measurement block.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INjacobian_indices(ArrayOfArrayOfIndex)First and last column index in jacobian for each retrieval quantity.