propagation_matrix_scattering_agendaExecute
- Workspace.propagation_matrix_scattering_agendaExecute(self, propagation_matrix_scattering: pyarts3.arts.PropmatVector | None = None, frequency_grid: pyarts3.arts.AscendingGrid | None = None, atmospheric_point: pyarts3.arts.AtmPoint | None = None, propagation_matrix_scattering_agenda: pyarts3.arts.Agenda | None = None) None
Executes
propagation_matrix_scattering_agenda
, see it for more detailsAuthor:
Automatically Generated
- Parameters:
propagation_matrix_scattering (PropmatVector, optional) – The propgation matrix of totally random orientation particles at a single point along a path using spectral representation. See
propagation_matrix_scattering
, defaults toself.propagation_matrix_scattering
[OUT]frequency_grid (AscendingGrid, optional) – A single frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]atmospheric_point (AtmPoint, optional) – An atmospheric point in ARTS. See
atmospheric_point
, defaults toself.atmospheric_point
[IN]propagation_matrix_scattering_agenda (Agenda, optional) – Compute the part of the propagation matrix that relates to scattering. See
propagation_matrix_scattering_agenda
, defaults toself.propagation_matrix_scattering_agenda
[IN]