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+IN | scat_data | (ArrayOfArrayOfSingleScatteringData) | Array of single scattering data. |
GIN | scat_index | (Index) | Apply on scat_data from scattering species of this index (0-based). |
GIN | temperature | (Numeric) | Temperature to interpolate scat_data to. |
GIN | interp_order | (Index, Default: 1) | Interpolation order. |
GIN | phamat_only | (Index, Default: 1) | Flag whether to apply temperture reduction on phase matrix data only (1) or on all single scattering properties (0). |
GIN | sca_mat_threshold | (Numeric, Default: 5e-2) | Threshold for allowed albedo deviation. |