propagation_matrix_single_agenda
- Workspace.propagation_matrix_single_agenda: Agenda
Computes the propagation matrix, the non-LTE source vector, the dispersion, 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. The methods in question here only compute a single frequency point at a time.
If you do not need single-frequency-point calculations, consider using
propagation_matrix_agendainstead as it will likely be more efficient.Execution and customization
You can execute
propagation_matrix_single_agendadirectly from the workspace by callingpropagation_matrix_single_agendaExecute().As all agendas in ARTS, it is also customizable via its operator helper class:
propagation_matrix_single_agendaOperator. See it,propagation_matrix_single_agendaSetOperator(), andpropagation_matrix_single_agendaExecuteOperator()for more details.Also see the
arts_agendaproperty for how to fully define an agenda in python.Agenda output
Agenda input
Input to workspace methods
Output from workspace method
Related workspace variables