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

  • spectral_radClearskyRayleighScattering()

Parameters:
  • spectral_propmat_scat_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path for scattering. See spectral_propmat_scat_path, defaults to self.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 to self.spectral_propmat_scat_agenda [IN]

  • freq_grid_path (ArrayOfAscendingGrid, optional) – All freq_grid along the propagation path. See freq_grid_path, defaults to self.freq_grid_path [IN]

  • atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See atm_path, defaults to self.atm_path [IN]