ARTS built-in documentation server
Workspace Method pha_matExtractManually
Description
A simple function for manually extract a single phase matrix. The function returns the phase matrix for a single particle, for scattering from (za_in,aa_in) to (za_out,aa_out). Only a single particle type is handled and scat_data_raw must have length 1. The frequency is selected by f_grid and f_index. The temperature is set by rte_temperature.
Authors: Patrick Eriksson
Synopsis
pha_matExtractManually( | pha_mat_single, f_grid, f_index, stokes_dim, scat_data_raw, rte_temperature, za_out, aa_out, za_in, aa_in ) |
Variables
GOUT | pha_mat_single | (Matrix) | Phase matrix for a single frequency and combination of angles |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | f_index | (Index) | Frequency index. |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
IN | scat_data_raw | (ArrayOfSingleScatteringData) | Raw data of single scattering data. |
IN | rte_temperature | (Numeric) | A temperature for radiative transfer calculations. |
GIN | za_out | (Numeric) | Outgoing zenith angle |
GIN | aa_out | (Numeric) | Outgoing azimuth angle |
GIN | za_in | (Numeric) | Incoming zenith angle |
GIN | aa_in | (Numeric) | Incoming azimuth angle |