propagation_matrix_agenda
- Workspace.propagation_matrix_agenda: Agenda
Computes the propagation matrix, the non-LTE source vector, and their derivatives.
The intent of this agenda is to be the workhorse for the propagation matrix calculations that are happening deep in your ARTS method calls.
Tip
Use
propagation_matrix_agendaAuto()after having defined your absorption data to create this agenda. It covers most use-cases.Execution and customization
See
propagation_matrix_agendaSet()for builtin options that selects execution options.You can execute
propagation_matrix_agendadirectly from the workspace by callingpropagation_matrix_agendaExecute().As all agendas in ARTS, it is also customizable via its operator helper class:
propagation_matrix_agendaOperator. See it,propagation_matrix_agendaSetOperator(), andpropagation_matrix_agendaExecuteOperator()for more details.Also see the
arts_agendaproperty for how to fully define an agenda in python.Constraints
On output,
propagation_matrixhas the size offrequency_grid.On output,
propagation_matrix_source_vector_nonltehas the size offrequency_grid.On output,
propagation_matrix_jacobianhas the shape of the target-count ofjacobian_targetstimes the size offrequency_grid.On output,
propagation_matrix_source_vector_nonlte_jacobianhas the shape of the target-count ofjacobian_targetstimes the size offrequency_grid.
Agenda output
Agenda input
Input to workspace methods
Output from workspace methods
Related workspace variables