spectral_propmat_scat_pathFromPath
- Workspace.spectral_propmat_scat_pathFromPath(self, spectral_propmat_scat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_propmat_scat_agenda: pyarts3.arts.Agenda | None = None, freq_grid_path: pyarts3.arts.ArrayOfAscendingGrid | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None) None
Gets the propagation matrix for scattering along the path.
The calculations are in parallel if the program is not in parallel already.
Author: Richard Larsson
Used by wrapper method
- Parameters:
spectral_propmat_scat_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path for scattering. See
spectral_propmat_scat_path, defaults toself.spectral_propmat_scat_path[OUT]spectral_propmat_scat_agenda (Agenda, optional) – Computes the part of the propagation matrix that relates to scattering. See
spectral_propmat_scat_agenda, defaults toself.spectral_propmat_scat_agenda[IN]freq_grid_path (ArrayOfAscendingGrid, optional) – All
freq_gridalong the propagation path. Seefreq_grid_path, defaults toself.freq_grid_path[IN]atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
atm_path, defaults toself.atm_path[IN]