ARTS built-in documentation server

Workspace Method jacobianCalcFreqShiftAndStretchInterp

Description

Calculates frequency shift and stretch jacobians by interpolation
of iyb.

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

Authors: Patrick Eriksson

Synopsis

jacobianCalcFreqShiftAndStretchInterp( jacobian, imblock, iyb, yb, stokes_dim, f_grid, mblock_za_grid, mblock_aa_grid, antenna_dim, sensor_response, sensor_response_pol_grid, sensor_response_f_grid, sensor_response_za_grid, jacobian_quantities, jacobian_indices )

Variables

OUTjacobian(Matrix)The Jacobian matrix.
INjacobian(Matrix)The Jacobian matrix.
INimblock(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.
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.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INjacobian_indices(ArrayOfArrayOfIndex)First and last column index in jacobian for each retrieval quantity.