IMG_INDF

Return an image NDF identifier

Description:

This subroutine returns an NDF identifier for an image. This identifier may be passed to subroutines from the NDF library (see SUN/33) to perform lower-level operations on the data which cannot be done using IMG subroutines.

Invocation

CALL IMG_INDF( PARAM, INDF, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
Parameter name (case insensitive).
INDF = INTEGER (Returned)
NDF identifier for the image.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: