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+IN | jacobian | (Matrix) | The Jacobian matrix. |
IN | mblock_index | (Index) | Measurement block index. |
IN | iyb | (Vector) | Monochromatic pencil beam data for one measurement block. |
IN | yb | (Vector) | The measurement vector for a single measurement block. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | vmr_field | (Tensor4) | VMR field. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | sensor_pos | (Matrix) | The sensor position for each measurement block. |
IN | sensor_los | (Matrix) | The sensor line-of-sight (LOS) for each measurement block. |
IN | transmitter_pos | (Matrix) | Transmitter positions. |
IN | mblock_za_grid | (Vector) | The zenith angle grid for each measurement block. |
IN | mblock_aa_grid | (Vector) | The azimuthal angle grid for each measurement block. |
IN | antenna_dim | (Index) | The dimensionality of the antenna pattern (1-2). |
IN | sensor_response | (Sparse) | The matrix modelling the total sensor response. |
IN | sensor_time | (Vector) | The time for each measurement block. |
IN | iy_main_agenda | (Agenda) | See agendas.cc. |
IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
IN | jacobian_indices | (ArrayOfArrayOfIndex) | First and last column index in jacobian for each retrieval quantity. |