ARY_SECTK

Create an array section

Description:

The routine creates a new array section which refers to a selected region of an existing array (or array section). The section may be larger or smaller in extent than the original array.

Invocation

CALL ARY_SECTK( IARY1, NDIM, LBND, UBND, IARY2, STATUS )

Arguments

IARY = INTEGER (Given)
Identifier for the initial array.
NDIM = INTEGER (Given)
Number of dimensions for new section.
LBND( NDIM ) = INTEGER*8 (Given)
Lower pixel-index bounds for the new section.
UBND( NDIM ) = INTEGER*8 (Given)
Upper pixel-index bounds for the new section.
IARY2 = INTEGER (Returned)
Identifier for the new section.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: