ARTS built-in documentation server
Workspace Method Tensor3ExtractFromTensor4
Description
Extracts a Tensor3 from a Tensor4.
Copies book, page, row or column with given Index from input Tensor4
variable to output Tensor3.
Higher order equivalent of VectorExtractFromMatrix.
Authors: Oliver Lemke
Synopsis
Tensor3ExtractFromTensor4( | out, in, i, direction ) |
Variables
GOUT | out | (Tensor3) | Extracted tensor. |
GIN | in | (Tensor4) | Input Tensor4. |
GIN | i | (Index) | Index of book, page, row or column to extract. |
GIN | direction | (String) | Direction. "book" or "page" or "row" or "column". |