spectral_propmat_agenda
- Workspace.spectral_propmat_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
spectral_propmat_agendaAuto()after having defined your absorption data to create this agenda. It covers most use-cases.Execution and customization
See
spectral_propmat_agendaSet()for builtin options that selects execution options.You can execute
spectral_propmat_agendadirectly from the workspace by callingspectral_propmat_agendaExecute().As all agendas in ARTS, it is also customizable via its operator helper class:
spectral_propmat_agendaOperator. See it,spectral_propmat_agendaSetOperator(), andspectral_propmat_agendaExecuteOperator()for more details.Also see the
arts_agendaproperty for how to fully define an agenda in python.Constraints
On output,
spectral_propmathas the size offreq_grid.On output,
spectral_nlte_srcvechas the size offreq_grid.On output,
spectral_propmat_jachas the shape of the target-count ofjac_targetstimes the size offreq_grid.On output,
spectral_nlte_srcvec_jachas the shape of the target-count ofjac_targetstimes the size offreq_grid.
Agenda output
Agenda input
Input to workspace methods
Output from workspace methods
Related workspace variables