ARY_OFFSK

Obtain the pixel offset between two arrays

Description:

The routine returns the pixel offset for each requested dimension between two arrays. These values are the offsets which should be added to the pixel indices of the first array to obtain the indices of the corresponding pixel in the second array.

Invocation

CALL ARY_OFFSK( IARY1, IARY2, MXOFFS, OFFS, STATUS )

Arguments

IARY1 = INTEGER (Given)
First array identifier.
IARY2 = INTEGER (Given)
Second array identifier.
MXOFFS = INTEGER (Given)
Maximum number of pixel offsets to return (i.e. the declared size of the OFFS argument).
OFFS( MXOFFS ) = INTEGER*8 (Returned)
Array of pixel offsets for each dimension.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: