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

x2artsSensor( sensor_los, f_backend, y_baseline, sensor_response, sensor_response_f, sensor_response_pol, sensor_response_dlos, sensor_response_f_grid, sensor_response_pol_grid, sensor_response_dlos_grid, mblock_dlos_grid, jacobian_quantities, x, sensor_response_agenda, sensor_checked, sensor_time )

Variables

OUT+INsensor_los(Matrix)The sensor line-of-sight (LOS) for each measurement block.
OUT+INf_backend(Vector)The frequency position of each backend (spectrometer) channel.
OUTy_baseline(Vector)The baseline of y.
OUT+INsensor_response(Sparse)The matrix modelling the total sensor response.
OUT+INsensor_response_f(Vector)The frequencies associated with the output of sensor_response.
OUT+INsensor_response_pol(ArrayOfIndex)The polarisation states associated with the output of sensor_response.
OUT+INsensor_response_dlos(Matrix)The relative zenith and azimuth angles associated with the output of sensor_response.
OUT+INsensor_response_f_grid(Vector)The frequency grid associated with sensor_response.
OUT+INsensor_response_pol_grid(ArrayOfIndex)The "polarisation grid" associated with sensor_response.
OUT+INsensor_response_dlos_grid(Matrix)The zenith and azimuth angles associated with sensor_response.
OUT+INmblock_dlos_grid(Matrix)The set of angular pencil beam directions for each measurement block.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INx(Vector)The state vector.
INsensor_response_agenda(Agenda)Agenda providing the sensor response data for a measurement block.
INsensor_checked(Index)OK-flag for sensor related variables.
INsensor_time(Vector)The time for each measurement block.