NDF_CREAT

Create a new simple NDF via the ADAM parameter system

Description:

The routine creates a new simple NDF via the ADAM parameter system, associates it with a parameter, and returns an NDF identifier for it.

Invocation

CALL NDF_CREAT( PARAM, FTYPE, NDIM, LBND, UBND, INDF, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
Name of the ADAM parameter.
FTYPE = CHARACTER ( ) (Given)
Full data type of the NDFs DATA component (e.g. _DOUBLE or COMPLEX_REAL).
NDIM = INTEGER (Given)
Number of NDF dimensions.
LBND( NDIM ) = INTEGER (Given)
Lower pixel-index bounds of the NDF.
UBND( NDIM ) = INTEGER (Given)
Upper pixel-index bounds of the NDF.
INDF = INTEGER (Returned)
NDF identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: