spectral_propmat_scat_agendaExecute

Workspace.spectral_propmat_scat_agendaExecute(self, spectral_propmat_scat: pyarts3.arts.PropmatVector | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, atm_point: pyarts3.arts.AtmPoint | None = None, spectral_propmat_scat_agenda: pyarts3.arts.Agenda | None = None) pyarts3.arts.CxxWorkspace

Executes spectral_propmat_scat_agenda, see it for more details

Author: Automatically Generated

Parameters:
  • spectral_propmat_scat (PropmatVector, optional) – This contains the propagation matrix for scattering for the current path point. See spectral_propmat_scat, defaults to self.spectral_propmat_scat [OUT]

  • freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See freq_grid, defaults to self.freq_grid [IN]

  • atm_point (AtmPoint, optional) – An atmospheric point in ARTS. See atm_point, defaults to self.atm_point [IN]

  • 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]

Returns:

opt – The internal workspace, cleaned from all input/output.

Return type:

CxxWorkspace