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_agenda and then be called first.

Authors: Oliver Lemke, Richard Larsson

Parameters: