NDF_BOUND

Enquire the pixel-index bounds of an NDF

Description:

The routine returns the lower and upper pixel-index bounds of each dimension of an NDF, together with the total number of dimensions.

Invocation

CALL NDF_BOUND( INDF, NDIMX, LBND, UBND, NDIM, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
NDIMX = INTEGER (Given)
Maximum number of pixel-index bounds to return (i.e. the declared size of the LBND and UBND arguments).
LBND( NDIMX ) = INTEGER (Returned)
Lower pixel-index bounds for each dimension.
UBND( NDIMX ) = INTEGER (Returned)
Upper pixel-index bounds for each dimension.
NDIM = INTEGER (Returned)
Total number of NDF dimensions.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: