Reshapes an NDF, treating its arrays as vectors RESHAPE
It is possible to form a vectorized NDF using Parameter VECTORIZE without having to specify the shape.
[50,30,20]
would create
50 columns by 30 lines by 20 bands. It is only accessed when VECTORIZE=FALSE
. !
) propagates the
title from the base NDF to the output NDF. [!]
TRUE
, the output NDF is the vectorized form of the input NDF. If FALSE
, Parameter SHAPE
is used to specify the new shape. [FALSE]
This routine correctly processes the DATA, QUALITY, VARIANCE, LABEL, TITLE, UNITS, and HISTORY, components of an NDF data structure and propagates all extensions. WCS, and AXIS information is lost.
All non-complex numeric data types can be handled.
Any number of NDF dimensions is supported.