NDF_CREP

Create a new primitive NDF via the ADAM parameter system

Description:

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

Invocation

CALL NDF_CREP( PARAM, FTYPE, NDIM, UBND, INDF, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
Name of the ADAM parameter.
FTYPE = CHARACTER ( ) (Given)
Type of the NDFs DATA component (e.g. _REAL). Note that complex types are not permitted when creating a primitive NDF.
NDIM = INTEGER (Given)
Number of NDF dimensions.
UBND( NDIM ) = INTEGER (Given)
Upper pixel-index bounds of the NDF (the lower bound of each dimension is taken to be 1).
INDF = INTEGER (Returned)
NDF identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: