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 calling propagation_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(), and propagation_matrix_scattering_spectral_agendaExecuteOperator() for more details.

propagation_matrix_scattering_spectral_agenda have these constraints ():

  1. On output, propagation_matrix_scattering has the size of frequency_grid.

  2. On output, absorption_vector_scattering has the size of frequency_grid.

  3. On output, phase_matrix_scattering_spectral has the shape of <legendre_degree + 1> times the size of frequency_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

  1. propagation_matrix_scatteringSpectralInit()

  2. propagation_matrix_scatteringAddSpectralScatteringSpeciesTRO()

Input to workspace methods

Output from workspace methods

Related workspace variables