NDF_SECT

Create an NDF section

Description:

The routine creates a new NDF section which refers to a selected region of an existing NDF (or NDF section). The region may be larger or smaller in extent than the initial NDF.

Invocation

CALL NDF_SECT( INDF1, NDIM, LBND, UBND, INDF2, STATUS )

Arguments

INDF1 = INTEGER (Given)
Identifier for the initial NDF.
NDIM = INTEGER (Given)
Number of dimensions for the new section.
LBND( NDIM ) = INTEGER (Given)
Lower pixel-index bounds of the section.
UBND( NDIM ) = INTEGER (Given)
Upper pixel-index bounds of the section.
INDF2 = INTEGER (Returned)
Identifier for the new section.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: