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

OUText_mat(Tensor3)Total extinction matrix.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INf_index(Index)Frequency index.