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
GOUT | out | (Matrix) | Extracted matrix. |
GIN | in | (Tensor3) | Input matrix. |
GIN | i | (Index) | Index of page or row or column to extract. |
GIN | direction | (String) | Direction. "page" or "row" or "column". |