ARTS built-in documentation server
Workspace Method pha_mat_sptFromData
Description
Calculation of the phase matrix for the single particle types. This function can be used in pha_mat_spt_agenda as part of the calculation of the scattering integral. The interpolation of the data on the actual frequency is the first step in this function. This is followed by a transformation from the database coordinate system to the laboratory coordinate system.
Authors: Claudia Emde
Synopsis
pha_mat_sptFromData( | pha_mat_spt, scat_data_array, scat_za_grid, scat_aa_grid, scat_za_index, scat_aa_index, f_index, f_grid, rtp_temperature, pnd_field, scat_p_index, scat_lat_index, scat_lon_index ) |
Variables
OUT+IN | pha_mat_spt | (Tensor5) | Phase matrix for a single particle type. |
IN | scat_data_array | (ArrayOfSingleScatteringData) | Raw data of single scattering data. |
IN | scat_za_grid | (Vector) | Zenith angle grid. |
IN | scat_aa_grid | (Vector) | Azimuthal angle grid. |
IN | scat_za_index | (Index) | Zenith angle index for scattering calculations. |
IN | scat_aa_index | (Index) | Azimuth angle index for scattering calculations. |
IN | f_index | (Index) | Frequency index. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | rtp_temperature | (Numeric) | Temperature at a radiative transfer point. |
IN | pnd_field | (Tensor4) | Particle number density field. |
IN | scat_p_index | (Index) | Pressure index for scattering calculations. |
IN | scat_lat_index | (Index) | Latitude index for scattering calculations. |
IN | scat_lon_index | (Index) | Longitude index for scattering calculations. |