inversion_iterate_agenda

Workspace.inversion_iterate_agenda

Agenda Work in progress …

The WSV measurement_jacobian is both in- and output. As input variable, measurement_jacobian is assumed to be valid for the previous iteration. For the first iteration the input measurement_jacobian shall be set to have size zero, to flag that there is not yet any calculated Jacobian.

Parameters:
  • measurement_vector_fitted (Vector) – As measurement_vector, but fitted to the model. See :attr: ~pyarts.workspace.Workspace.measurement_vector_fitted [OUT]

  • measurement_jacobian (Matrix) – The partial derivatives of the measurement_vector. See :attr: ~pyarts.workspace.Workspace.measurement_jacobian [OUT]

  • model_state_vector (Vector) – A state vector of the model. See :attr: ~pyarts.workspace.Workspace.model_state_vector [IN]

  • inversion_iterate_agenda_do_jacobian (Index) – A boolean for if Jacobian calculations should be done. See :attr: ~pyarts.workspace.Workspace.inversion_iterate_agenda_do_jacobian [IN]

  • inversion_iterate_agenda_counter (Index) – A counter for the inversion iterate agenda. See :attr: ~pyarts.workspace.Workspace.inversion_iterate_agenda_counter [IN]

Related workspace variables