single_propmat_agenda
- Workspace.single_propmat_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
spectral_propmat_agendainstead as it will likely be more efficient.Execution and customization
You can execute
single_propmat_agendadirectly from the workspace by callingsingle_propmat_agendaExecute().As all agendas in ARTS, it is also customizable via its operator helper class:
single_propmat_agendaOperator. See it,single_propmat_agendaSetOperator(), andsingle_propmat_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