spectral_propmat_pathAddScattering
- Workspace.spectral_propmat_pathAddScattering(self, spectral_propmat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_propmat_scat_path: pyarts3.arts.ArrayOfPropmatVector | None = None) None
Adds the scattering part of the propagation matrix to the rest 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_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path. See
spectral_propmat_path, defaults toself.spectral_propmat_path[INOUT]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[IN]