spectral_propmat_pathFromPath

Workspace.spectral_propmat_pathFromPath(self, 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, spectral_propmat_agenda: pyarts3.arts.Agenda | None = None, freq_grid_path: pyarts3.arts.ArrayOfAscendingGrid | None = None, freq_wind_shift_jac_path: pyarts3.arts.ArrayOfVector3 | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None) None

Gets the propagation matrix and non-LTE source term along the path.

The calculations are in parallel if the program is not in parallel already.

Also outputs the freq_grid_path as a side effect (of wind).

Author: Richard Larsson

Used by wrapper methods

Parameters: