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, nlte_field, cloudbox_on, stokes_dim, f_grid, sensor_pos, sensor_los, transmitter_pos, mblock_dlos_grid, sensor_response, sensor_time, iy_unit, iy_main_agenda, geo_pos_agenda, jacobian_quantities ) |
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 | nlte_field | (EnergyLevelMap) | The field of NLTE temperatures and/or ratios. |
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_dlos_grid | (Matrix) | The set of angular pencil beam directions for each measurement block. |
IN | sensor_response | (Sparse) | The matrix modelling the total sensor response. |
IN | sensor_time | (Vector) | The time for each measurement block. |
IN | iy_unit | (String) | Selection of output unit for some radiative transfer methods. |
IN | iy_main_agenda | (Agenda) | Agenda calculating the single monochromatic pencil beam spectrum. |
IN | geo_pos_agenda | (Agenda) | Agenda deriving the geo-position of a pencil beam calculation. |
IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |