inversion_iterate_agenda

Workspace.inversion_iterate_agenda: Agenda

Work in progress …

See OEM().

Note

The output measurement_jacobian size may depend on the do_jacobian input.

Execution and customization

See inversion_iterate_agendaSet() for builtin options that selects execution options.

You can execute inversion_iterate_agenda directly from the workspace by calling inversion_iterate_agendaExecute().

As all agendas in ARTS, it is also customizable via its operator helper class: inversion_iterate_agendaOperator. See it, inversion_iterate_agendaSetOperator(), and inversion_iterate_agendaExecuteOperator() for more details.

Also see the arts_agenda property for how to fully define an agenda in python.

Constraints

  1. On output, the measurement vector and Jacobian must match expected size.

  2. On output, the model state vector and Jacobian must match expected size.

Agenda output

Agenda input

Default value

  1. Shares the global measurement_inversion_agenda

  2. UpdateModelStates()

  3. measurement_inversion_agendaExecute()

  4. Ignore(), using: input = inversion_iterate_agenda_counter

Input to workspace methods

Output from workspace methods

Related workspace variable