propagation_matrix_scatteringAirSimple
- Workspace.propagation_matrix_scatteringAirSimple(self, propagation_matrix_scattering: pyarts.arts.PropmatVector | None = None, frequency_grid: pyarts.arts.AscendingGrid | None = None, atmospheric_point: pyarts.arts.AtmPoint | None = None) None
Add simple air to
propagation_matrix_scattering
.Author(s): Jon Petersen, Richard Larsson
- Parameters:
propagation_matrix_scattering (PropmatVector, optional) – This contains the propagation matrix for scattering for the current path point. See
propagation_matrix_scattering
, defaults toself.propagation_matrix_scattering
[INOUT]frequency_grid (AscendingGrid, optional) – A single path point’s 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]