spectral_propmatInit
- Workspace.spectral_propmatInit(self, spectral_propmat: pyarts3.arts.PropmatVector | None = None, spectral_nlte_srcvec: pyarts3.arts.StokvecVector | None = None, spectral_propmat_jac: pyarts3.arts.PropmatMatrix | None = None, spectral_nlte_srcvec_jac: pyarts3.arts.StokvecMatrix | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None) None
Initialize
spectral_propmat,spectral_nlte_srcvec, and their derivatives to zeroes.This method must be used inside
spectral_propmat_agendaand then be called first.Authors: Oliver Lemke, Richard Larsson
- Parameters:
spectral_propmat (PropmatVector, optional) – This contains the fully polarized propagation matrix for the current path point. See
spectral_propmat, defaults toself.spectral_propmat[OUT]spectral_nlte_srcvec (StokvecVector, optional) – The part of the source vector that is due to non-LTE. See
spectral_nlte_srcvec, defaults toself.spectral_nlte_srcvec[OUT]spectral_propmat_jac (PropmatMatrix, optional) – Partial derivative of the
spectral_propmatwith regards tojac_targets. Seespectral_propmat_jac, defaults toself.spectral_propmat_jac[OUT]spectral_nlte_srcvec_jac (StokvecMatrix, optional) – Partial derivative of the
spectral_nlte_srcvecwith regards tojac_targets. Seespectral_nlte_srcvec_jac, defaults toself.spectral_nlte_srcvec_jac[OUT]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]