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

GOUTout(Tensor3)Extracted tensor.
GINin(Tensor4)Input Tensor4.
GINi(Index)Index of book, page, row or column to extract.
GINdirection(String)Direction. "book" or "page" or "row" or "column".