spectral_rad_srcvec_pathFromPropmat

Workspace.spectral_rad_srcvec_pathFromPropmat(self, spectral_rad_srcvec_path: pyarts3.arts.ArrayOfStokvecVector | None = None, spectral_rad_srcvec_jac_path: pyarts3.arts.ArrayOfStokvecMatrix | None = None, spectral_propmat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_nlte_srcvec_path: pyarts3.arts.ArrayOfStokvecVector | None = None, spectral_propmat_jac_path: pyarts3.arts.ArrayOfPropmatMatrix | None = None, spectral_nlte_srcvec_jac_path: pyarts3.arts.ArrayOfStokvecMatrix | None = None, freq_grid_path: pyarts3.arts.ArrayOfAscendingGrid | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None) None

Gets the source term along the path.

Per Stokvec element (single frequency, single temperature, single derivative target), the source term is computed as:

\[\vec{J} = B(T, f) + \mathbf{K}^{-1} \vec{S}\]

and the Jacobian is computed as:

\[\frac{\partial \vec{J}}{\partial x} = \frac{\partial B(T, f)}{\partial x} - \mathbf{K}^{-1} \left( \frac{\partial \mathbf{K}}{\partial x} \mathbf{K}^{-1} - \frac{\partial \vec{S}}{\partial x} \right)\]

where:

Variable

Extracted from ARTS parameter

Meaning

\(\vec{J}\)

spectral_rad_srcvec_path

The spectral radiance source term along the path.

\(B(T, f)\)

None - this is computed locally

The Planck function at the temperature and frequency.

\(\mathbf{K}\)

spectral_propmat_path

The propagation matrix along the path.

\(\vec{S}\)

spectral_nlte_srcvec_path

The non-LTE source vector along the path.

\(\frac{\partial \vec{J}}{\partial x}\)

spectral_rad_srcvec_jac_path

The Jacobian of the spectral radiance source term with respect to the jac_targets.

\(\frac{\partial B(T, f)}{\partial x}\)

None - this is computed locally

The Jacobian of the Planck function with respect to the jac_targets. Only tempertature is supported.

\(\frac{\partial \mathbf{K}}{\partial x}\)

spectral_propmat_jac_path

The Jacobian of the propagation matrix with respect to the jac_targets.

\(\frac{\partial \vec{S}}{\partial x}\)

spectral_nlte_srcvec_jac_path

The Jacobian of the non-LTE source vector with respect to the jac_targets.

\(x\)

jac_targets

The targets for the Jacobian computation.

\(T\)

atm_path

The temperature at the atmospheric point along the path.

\(f\)

freq_grid_path

The frequency grid at the atmospheric point along the path.

The output dimensions are:

Author: Richard Larsson

Used by wrapper methods

Parameters: