propagation_matrix_scattering_spectral_agenda
- Workspace.propagation_matrix_scattering_spectral_agenda: Agenda
Get the scattering propagation matrix, the scattering absorption vector, and the scattering spectral phase matrix.
It is possible to execute
propagation_matrix_scattering_spectral_agenda
directly from the workspace by callingpropagation_matrix_scattering_spectral_agendaExecute()
.As all agendas in ARTS,
propagation_matrix_scattering_spectral_agenda
is also customizable via its operator helper class:propagation_matrix_scattering_spectral_agendaOperator
. See it,propagation_matrix_scattering_spectral_agendaSetOperator()
, andpropagation_matrix_scattering_spectral_agendaExecuteOperator()
for more details.propagation_matrix_scattering_spectral_agenda
have these constraints ():On output,
propagation_matrix_scattering
has the size offrequency_grid
.On output,
absorption_vector_scattering
has the size offrequency_grid
.On output,
phase_matrix_scattering_spectral
has the shape of <legendre_degree
+ 1> times the size offrequency_grid
.
Parameters
- propagation_matrix_scattering~pyarts3.arts.PropmatVector
The propgation matrix of totally random orientation particles at a single point along a path using spectral representation. See
propagation_matrix_scattering
[OUT]- absorption_vector_scattering~pyarts3.arts.StokvecVector
The absorption vector of totally random orientation particles at a single point along a path using spectral representation. See
absorption_vector_scattering
[OUT]- phase_matrix_scattering_spectral~pyarts3.arts.SpecmatMatrix
The spectral phase matrix of totally random orientation particles at a single point along a path using spectral representation. See
phase_matrix_scattering_spectral
[OUT]- frequency_grid~pyarts3.arts.AscendingGrid
A single frequency grid. See
frequency_grid
[IN]- atmospheric_point~pyarts3.arts.AtmPoint
An atmospheric point in ARTS. See
atmospheric_point
[IN]- legendre_degree~pyarts3.arts.Index
The degree of a Legendre polynimial. See
legendre_degree
[IN]
Default value
Input to workspace methods
Output from workspace methods
Related workspace variables