ARY_SBNDK

Set new pixel-index bounds for an array

Description:

The routine sets new pixel-index bounds for an array (or array section). The number of array dimensions may also be changed. If a base array is specified, then a permanent change is made to the actual data object and this will be apparent through any other array identifiers which refer to it. However, if an identifier for an array section is specified, then its bounds are altered without affecting other arrays.

Invocation

CALL ARY_SBNDK( NDIM, LBND, UBND, IARY, STATUS )

Arguments

NDIM = INTEGER (Given)
New number of array dimensions.
LBND( NDIM ) = INTEGER*8 (Given)
New lower pixel-index bounds of the array.
UBND( NDIM ) = INTEGER*8 (Given)
New upper pixel-index bounds of the array,
IARY = INTEGER (Given)
Array identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: