ray_path_propagation_matrix_scatteringFromSpectralAgenda
- Workspace.ray_path_propagation_matrix_scatteringFromSpectralAgenda(self, ray_path_propagation_matrix_scattering: pyarts.arts.ArrayOfPropmatVector | None = None, ray_path_absorption_vector_scattering: pyarts.arts.ArrayOfStokvecVector | None = None, ray_path_phase_matrix_scattering_spectral: pyarts.arts.ArrayOfSpecmatMatrix | None = None, ray_path_frequency_grid: pyarts.arts.ArrayOfAscendingGrid | None = None, ray_path_atmospheric_point: pyarts.arts.ArrayOfAtmPoint | None = None, legendre_degree: pyarts.arts.Index | None = None, propagation_matrix_scattering_spectral_agenda: pyarts.arts.Agenda | None = None) None
Compute
ray_path_propagation_matrix_scattering
and co for a path.Author(s): Richard Larsson
- Parameters:
ray_path_propagation_matrix_scattering (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path for scattering. See
ray_path_propagation_matrix_scattering
, defaults toself.ray_path_propagation_matrix_scattering
[OUT]ray_path_absorption_vector_scattering (ArrayOfStokvecVector, optional) – The absorption vector of totally random orientation particles along the propagation path using spectral representation. See
ray_path_absorption_vector_scattering
, defaults toself.ray_path_absorption_vector_scattering
[OUT]ray_path_phase_matrix_scattering_spectral (ArrayOfSpecmatMatrix, optional) – The spectral phase matrix of totally random orientation particles along the propagation path using spectral representation. See
ray_path_phase_matrix_scattering_spectral
, defaults toself.ray_path_phase_matrix_scattering_spectral
[OUT]ray_path_frequency_grid (ArrayOfAscendingGrid, optional) – All
frequency_grid
along the propagation path. Seeray_path_frequency_grid
, defaults toself.ray_path_frequency_grid
[IN]ray_path_atmospheric_point (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
ray_path_atmospheric_point
, defaults toself.ray_path_atmospheric_point
[IN]legendre_degree (Index, optional) – The degree of a Legendre polynimial. See
legendre_degree
, defaults toself.legendre_degree
[IN]propagation_matrix_scattering_spectral_agenda (Agenda, optional) – Get the scattering propagation matrix, the scattering absorption vector, and the scattering spectral phase matrix. See
propagation_matrix_scattering_spectral_agenda
, defaults toself.propagation_matrix_scattering_spectral_agenda
[IN]