inversion_iterate_agenda
- Workspace.inversion_iterate_agenda: Agenda
Work in progress …
See
OEM()
.Note
The output
measurement_jacobian
size may depend on thedo_jacobian
input.It is possible to execute
inversion_iterate_agenda
directly from the workspace by callinginversion_iterate_agendaExecute()
.As all agendas in ARTS,
inversion_iterate_agenda
is also customizable via its operator helper class:inversion_iterate_agendaOperator
. See it,inversion_iterate_agendaSetOperator()
, andinversion_iterate_agendaExecuteOperator()
for more details.inversion_iterate_agenda
have these constraints ():On output, the measurement vector and Jacobian must match expected size.
On output, the model state vector and Jacobian must match expected size.
Parameters
- atmospheric_field~pyarts3.arts.AtmField
An atmospheric field in ARTS. See
atmospheric_field
[INOUT]- absorption_bands~pyarts3.arts.AbsorptionBands
Bands of absorption lines for line-by-line (LBL) calculations. See
absorption_bands
[INOUT]- measurement_sensor~pyarts3.arts.ArrayOfSensorObsel
A list of sensor elements. See
measurement_sensor
[INOUT]- surface_field~pyarts3.arts.SurfaceField
The surface field describes the surface properties. See
surface_field
[INOUT]- subsurface_field~pyarts3.arts.SubsurfaceField
The sub0surface field describes the sub-surface properties. See
subsurface_field
[INOUT]- measurement_vector_fitted~pyarts3.arts.Vector
As
measurement_vector
, but fitted to the model. Seemeasurement_vector_fitted
[OUT]- measurement_jacobian~pyarts3.arts.Matrix
The first order partial derivatives of the
measurement_vector
. Seemeasurement_jacobian
[OUT]- jacobian_targets~pyarts3.arts.JacobianTargets
A list of targets for the Jacobian Matrix calculations. See
jacobian_targets
[IN]- model_state_vector~pyarts3.arts.Vector
A state vector of the model. See
model_state_vector
[IN]- do_jacobian~pyarts3.arts.Index
A boolean calculations related to the
measurement_jacobian
should be ignored. Seedo_jacobian
[IN]- inversion_iterate_agenda_counter~pyarts3.arts.Index
A counter for the inversion iterate agenda. See
inversion_iterate_agenda_counter
[IN]
Default value
Ignore()
, using: input =inversion_iterate_agenda_counter
Touch()
, using: input =atmospheric_field
Touch()
, using: input =absorption_bands
Touch()
, using: input =measurement_sensor
Touch()
, using: input =surface_field
Touch()
, using: input =subsurface_field
Input to workspace methods
Output from workspace methods
Related workspace variable