NDF_MBND

Match the pixel-index bounds of a pair of NDFs

Description:

The routine matches the pixel-index bounds of a pair of NDFs so that their array components may be compared pixel-for-pixel during subsequent processing. Matching is performed by selecting an appropriate section from each NDF, the method used to define this section being determined by the value given for the OPTION argument.

Invocation

CALL NDF_MBND( OPTION, INDF1, INDF2, STATUS )

Arguments

OPTION = CHARACTER ( ) (Given)
This argument determines how the section to be selected from each NDF is defined: PAD or TRIM (see the Notes section for details). Its value may be abbreviated to 3 characters.
INDF1 = INTEGER (Given and Returned)
Identifier for the first NDF whose pixel-index bounds are to be matched.
INDF2 = INTEGER (Given and Returned)
Identifier for the second NDF to be matched.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: