ARTS built-in documentation server
Workspace Method scat_dataCalc
Description
Prepares scat_data for the scattering solver. Derives single scattering data for the frequencies given by f_grid by interpolation from scat_data_raw. f_grid should be the actual WSV f_grid or a single-element Vector.
Authors: Jana Mendrok
Synopsis
scat_dataCalc( | scat_data, scat_data_raw, f_grid, interp_order ) |
Variables
OUT | scat_data | (ArrayOfArrayOfSingleScatteringData) | Array of single scattering data. |
IN | scat_data_raw | (ArrayOfArrayOfSingleScatteringData) | Array of raw single scattering data. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
GIN | interp_order | (Index, Default: 1) | Interpolation order. |