ARTS built-in documentation server
Workspace Method ext_matInit
Description
Initialize extinction matrix. This method is necessary, because all other extinction methods just add to the existing extinction matrix. So, here we have to make it the right size and fill it with 0. Note, that the matrix is not really a matrix, because it has a leading frequency dimension.
Authors: Stefan Buehler
Synopsis
ext_matInit( | ext_mat, f_grid, stokes_dim, f_index ) |
Variables
OUT | ext_mat | (Tensor3) | Total extinction matrix. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
IN | f_index | (Index) | Frequency index. |