spectral_propmat_scat_pathFromSpectralAgenda
- Workspace.spectral_propmat_scat_pathFromSpectralAgenda(self, spectral_propmat_scat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_absvec_scat_path: pyarts3.arts.ArrayOfStokvecVector | None = None, spectral_phamat_spectral_path: pyarts3.arts.ArrayOfSpecmatMatrix | None = None, freq_grid_path: pyarts3.arts.ArrayOfAscendingGrid | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None, legendre_degree: pyarts3.arts.Index | None = None, spectral_propmat_scat_spectral_agenda: pyarts3.arts.Agenda | None = None) None
Compute
spectral_propmat_scat_pathand co for a path.Author: Richard Larsson
- Parameters:
spectral_propmat_scat_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path for scattering. See
spectral_propmat_scat_path, defaults toself.spectral_propmat_scat_path[OUT]spectral_absvec_scat_path (ArrayOfStokvecVector, optional) – The absorption vector of totally random orientation particles along the propagation path using spectral representation. See
spectral_absvec_scat_path, defaults toself.spectral_absvec_scat_path[OUT]spectral_phamat_spectral_path (ArrayOfSpecmatMatrix, optional) – The spectral phase matrix of totally random orientation particles along the propagation path using spectral representation. See
spectral_phamat_spectral_path, defaults toself.spectral_phamat_spectral_path[OUT]freq_grid_path (ArrayOfAscendingGrid, optional) – All
freq_gridalong the propagation path. Seefreq_grid_path, defaults toself.freq_grid_path[IN]atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
atm_path, defaults toself.atm_path[IN]legendre_degree (Index, optional) – The degree of a Legendre polynimial. See
legendre_degree, defaults toself.legendre_degree[IN]spectral_propmat_scat_spectral_agenda (Agenda, optional) – Gets the scattering propagation matrix, the scattering absorption vector, and the scattering spectral phase matrix. See
spectral_propmat_scat_spectral_agenda, defaults toself.spectral_propmat_scat_spectral_agenda[IN]