ARTS built-in documentation server

Workspace Method jacobianAddFreqShift

Description

Includes a frequency for of shift type in the Jacobian.

Retrieval of deviations between nominal and actual backend
frequencies can be included by this method. The assumption here is
that the deviation is a constant off-set, a shift, common for all
frequencies.

The frequency shift can be modelled to be time varying. The time
variation is then described by a polynomial (with standard base
functions). For example, a polynomial order of 0 means that the
shift is constant in time. If the shift is totally uncorrelated
between the spectra, set the order to -1.

Authors: Patrick Eriksson

Synopsis

jacobianAddFreqShift( jacobian_quantities, jacobian_agenda, f_grid, sensor_pos, sensor_time, poly_order, df )

Variables

OUT+INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
OUT+INjacobian_agenda(Agenda)See agendas.cc.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INsensor_pos(Matrix)The sensor position for each measurement block.
INsensor_time(Vector)The time for each measurement block.
GINpoly_order(Index, Default: 0)Order of polynomial to describe the time variation of frequency shift.
GINdf(Numeric, Default: 100e3)Size of perturbation to apply.