spectral_tramat_pathFromPath
- Workspace.spectral_tramat_pathFromPath(self, spectral_tramat_path: pyarts3.arts.ArrayOfMuelmatVector | None = None, spectral_tramat_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
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 methods
- Parameters:
spectral_tramat_path (ArrayOfMuelmatVector, optional) – Transmission matrices along the propagation path. See
spectral_tramat_path, defaults toself.spectral_tramat_path[OUT]spectral_tramat_jac_path (ArrayOfMuelmatTensor3, optional) – Transmission derivative matrices along the propagation path. See
spectral_tramat_jac_path, defaults toself.spectral_tramat_jac_path[OUT]spectral_propmat_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path. See
spectral_propmat_path, defaults toself.spectral_propmat_path[IN]spectral_propmat_jac_path (ArrayOfPropmatMatrix, optional) – Propagation derivative matrices along the propagation path. See
spectral_propmat_jac_path, defaults toself.spectral_propmat_jac_path[IN]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[IN]atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
atm_path, defaults toself.atm_path[IN]surf_field (SurfaceField, optional) – The surface field. See
surf_field, defaults toself.surf_field[IN]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]hse_derivative (Index, optional) – Flag to compute the hypsometric distance derivatives. Defaults to
0[IN]