NDF_SBND

Set new pixel-index bounds for an NDF

Description:

The routine sets new pixel-index bounds for an NDF (or NDF section). The number of NDF dimensions may also be changed. If a base NDF is specified, then a permanent change is made to the actual data object and this will be apparent through any other NDF identifiers which refer to it. However, if an identifier for an NDF section is specified, then its bounds are altered without affecting other identifiers.

Invocation

CALL NDF_SBND( NDIM, LBND, UBND, INDF, STATUS )

Arguments

NDIM = INTEGER (Given)
New number of NDF dimensions.
LBND( NDIM ) = INTEGER (Given)
New lower pixel-index bounds of the NDF.
UBND( NDIM ) = INTEGER (Given)
New upper pixel-index bounds of the NDF.
INDF = INTEGER (Given)
NDF identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: