ARTS built-in documentation server

Workspace Method jacobianClose

Description

Closes the array of retrieval quantities and prepares for
calculation of the Jacobian matrix.

This function closes the jacobian_quantities array, sets the
correct size of jacobian and sets jacobian_do to 1.

Retrieval quantities should not be added after a call to this WSM.
No calculations are performed here.

Authors: Mattias Ekstrom

Synopsis

jacobianClose( jacobian_do, jacobian, jacobian_indices, jacobian_agenda, jacobian_quantities, sensor_pos, sensor_response )

Variables

OUTjacobian_do(Index)Flag to activate jacobian calculations.
OUTjacobian(Matrix)The Jacobian matrix.
OUTjacobian_indices(ArrayOfArrayOfIndex)First and last column index in jacobian for each retrieval quantity.
OUTjacobian_agenda(Agenda)See agendas.cc.
INjacobian_agenda(Agenda)See agendas.cc.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INsensor_pos(Matrix)The sensor position for each measurement block.
INsensor_response(Sparse)The matrix modelling the total sensor response.