NDF_SHIFT

Apply pixel-index shifts to an NDF

Description:

The routine applies pixel-index shifts to an NDF. An integer shift is applied to each dimension so that its pixel-index bounds, and the indices of each pixel, change by the amount of shift applied to the corresponding dimension. The NDFs pixels retain their values and none are lost.

Invocation

CALL NDF_SHIFT( NSHIFT, SHIFT, INDF, STATUS )

Arguments

NSHIFT = INTEGER (Given)
Number of dimensions to which shifts are to be applied. This must not exceed the number of NDF dimensions. If fewer shifts are applied than there are NDF dimensions, then the extra dimensions will not be shifted.
SHIFT( NSHIFT ) = INTEGER (Given)
The pixel-index shifts to be applied to each dimension.
INDF = INTEGER (Given)
NDF identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: