ARY_SSECT

Create a similar array section to an existing one

Description:

The routine creates a new array section, using an existing section as a template. The new section bears the same relationship to its base array as the template section does to its own base array. Allowance is made for pixel-index shifts which may have been applied so that the pixel-indices of the new section match those of the template. The number of dimensions of the input and template arrays may differ.

Invocation

CALL ARY_SSECT( IARY1, IARY2, IARY3, STATUS )

Arguments

IARY1 = INTEGER (Given)
Identifier for the input array from which the section is to be derived. This may be a base array or an array section.
IARY2 = INTEGER (Given)
Identifier for the template section (this may also be a base array or an array section).
IARY3 = INTEGER (Returned)
Identifier for the new array section.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: