ARTS built-in documentation server

Workspace Method jacobianCalcPointingZaRecalc

Description

Calculates zenith angle pointing deviation jacobians by
recalulation of iyb.

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

Authors: Mattias Ekstrom, Patrick Eriksson

Synopsis

jacobianCalcPointingZaRecalc( jacobian, mblock_index, iyb, yb, atmosphere_dim, t_field, z_field, vmr_field, cloudbox_on, stokes_dim, f_grid, sensor_pos, sensor_los, transmitter_pos, mblock_za_grid, mblock_aa_grid, antenna_dim, sensor_response, sensor_time, iy_main_agenda, 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.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INt_field(Tensor3)The field of atmospheric temperatures.
INz_field(Tensor3)The field of geometrical altitudes.
INvmr_field(Tensor4)VMR field.
INcloudbox_on(Index)Flag to activate the cloud box.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INsensor_pos(Matrix)The sensor position for each measurement block.
INsensor_los(Matrix)The sensor line-of-sight (LOS) for each measurement block.
INtransmitter_pos(Matrix)Transmitter positions.
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_time(Vector)The time for each measurement block.
INiy_main_agenda(Agenda)See agendas.cc.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INjacobian_indices(ArrayOfArrayOfIndex)First and last column index in jacobian for each retrieval quantity.