ARTS built-in documentation server

Workspace Method scat_dataReduceT

Description

Reduces temperature dimension of single scattering to a single entry.

FIXME...
Derives single scattering data for the frequencies given by
f_grid by interpolation from scat_data. f_grid should be
the actual WSV f_grid or a single-element Vector.

Authors: Jana Mendrok

Synopsis

scat_dataReduceT( scat_data, scat_index, temperature, interp_order, phamat_only, sca_mat_threshold )

Variables

OUT+INscat_data(ArrayOfArrayOfSingleScatteringData)Array of single scattering data.
GINscat_index(Index)Apply on scat_data from scattering species of this index (0-based).
GINtemperature(Numeric)Temperature to interpolate scat_data to.
GINinterp_order(Index, Default: 1)Interpolation order.
GINphamat_only(Index, Default: 1)Flag whether to apply temperture reduction on phase matrix data only (1) or on all single scattering properties (0).
GINsca_mat_threshold(Numeric, Default: 5e-2)Threshold for allowed albedo deviation.