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

OUTscat_data(ArrayOfArrayOfSingleScatteringData)Array of single scattering data.
INscat_data_raw(ArrayOfArrayOfSingleScatteringData)Array of raw single scattering data.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
GINinterp_order(Index, Default: 1)Interpolation order.