ARTS built-in documentation server

Workspace Method MatrixExtractFromTensor3

Description

Extracts a Matrix from a Tensor3.

Copies page or row or column with given Index from input Tensor3
variable to output Matrix.
Higher order equivalent of VectorExtractFromMatrix.

Authors: Jana Mendrok

Synopsis

MatrixExtractFromTensor3( out, in, i, direction )

Variables

GOUTout(Matrix)Extracted matrix.
GINin(Tensor3)Input matrix.
GINi(Index)Index of page or row or column to extract.
GINdirection(String)Direction. "page" or "row" or "column".