ARTS built-in documentation server

Workspace Method jacobianAddSinefit

Description

Includes sinusoidal baseline fit in the Jacobian.

Works as *jacobianAddPolyFit*, beside that a series of sine and
cosine terms are used for the baseline fit.

For each value in *period_lengths one sine and one cosine term are
included (in mentioned order). By these two terms the amplitude and
"phase" for each period length can be determined. The sine and
cosine terms have value 0 and 1, respectively, for first frequency.

Authors: Patrick Eriksson

Synopsis

jacobianAddSinefit( jacobian_quantities, jacobian_agenda, sensor_response_pol_grid, sensor_response_za_grid, sensor_pos, period_lengths, no_pol_variation, no_los_variation, no_mblock_variation )

Variables

OUT+INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
OUT+INjacobian_agenda(Agenda)See agendas.cc.
INsensor_response_pol_grid(ArrayOfIndex)The "polarisation grid" associated with sensor_response.
INsensor_response_za_grid(Vector)The zenith angle grid associated with sensor_response.
INsensor_pos(Matrix)The sensor position for each measurement block.
GINperiod_lengths(Vector)Period lengths of the fit.
GINno_pol_variation(Index, Default: 0)Set to 1 if the baseline off-set is the same for all Stokes components.
GINno_los_variation(Index, Default: 0)Set to 1 if the baseline off-set is the same for all line-of-sights (inside each measurement block).
GINno_mblock_variation(Index, Default: 0)Set to 1 if the baseline off-set is the same for all measurement blocks.