ARTS built-in documentation server
Workspace Method x2artsSensor
Description
Maps x to sensor variables. Maps OEM's state vector, x, to the matching ARTS variables. This method handles variables associated with the sensor. If you retrieve other variables, make sure that you also call x2artsAtmAndSurf and/or x2artsSpectroscopy. The following retrieval quantities are handled by this method: Pointing Frequency shift and stretch Baseline fits Should only be used inside inversion_iterate_agenda. Elements in x representing pointing corrections are mapped to sensor_los. Elements representing frequency corrections are mapped to f_backend. Baseline variables are mapped to y_baseline. The sensor response is recalculated if there is any non-zero frequency correction.
Authors: Patrick Eriksson
Synopsis
Variables
OUT+IN | sensor_los | (Matrix) | The sensor line-of-sight (LOS) for each measurement block. |
OUT+IN | f_backend | (Vector) | The frequency position of each backend (spectrometer) channel. |
OUT | y_baseline | (Vector) | The baseline of y. |
OUT+IN | sensor_response | (Sparse) | The matrix modelling the total sensor response. |
OUT+IN | sensor_response_f | (Vector) | The frequencies associated with the output of sensor_response. |
OUT+IN | sensor_response_pol | (ArrayOfIndex) | The polarisation states associated with the output of sensor_response. |
OUT+IN | sensor_response_dlos | (Matrix) | The relative zenith and azimuth angles associated with the output of sensor_response. |
OUT+IN | sensor_response_f_grid | (Vector) | The frequency grid associated with sensor_response. |
OUT+IN | sensor_response_pol_grid | (ArrayOfIndex) | The "polarisation grid" associated with sensor_response. |
OUT+IN | sensor_response_dlos_grid | (Matrix) | The zenith and azimuth angles associated with sensor_response. |
OUT+IN | mblock_dlos_grid | (Matrix) | The set of angular pencil beam directions for each measurement block. |
IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
IN | x | (Vector) | The state vector. |
IN | sensor_response_agenda | (Agenda) | Agenda providing the sensor response data for a measurement block. |
IN | sensor_checked | (Index) | OK-flag for sensor related variables. |
IN | sensor_time | (Vector) | The time for each measurement block. |