spectral_tramat_pathLinearInTauAndPropFromPath

Workspace.spectral_tramat_pathLinearInTauAndPropFromPath(self, spectral_tramat_path: pyarts3.arts.ArrayOfMuelmatVector | None = None, spectral_linevo_path: pyarts3.arts.ArrayOfMuelmatVector | None = None, spectral_tramat_jac_path: pyarts3.arts.ArrayOfMuelmatTensor3 | None = None, spectral_linevo_jac_path: pyarts3.arts.ArrayOfMuelmatTensor3 | None = None, spectral_propmat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_propmat_jac_path: pyarts3.arts.ArrayOfPropmatMatrix | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, hse_derivative: pyarts3.arts.Index | None = None) None

[WIP] Gets the transmission matrix in layers along the path.

The assumption is that each path variable forms a layer from the ray path. So there is a reduction in size by one. A demand therefore is that there are at least 2 points in the path.

The derivatives first dimensions are also 2, the first for the derivative wrt the level before and one for the level after.

Author: Richard Larsson

Used by wrapper method

Parameters: