NDF_ATYPE

Obtain the numeric type of an NDF axis array

Description:

The routine returns the numeric type of an NDF axis array as an upper-case character string (e.g. _REAL).

Invocation

CALL NDF_ATYPE( INDF, COMP, IAXIS, TYPE, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the axis array component whose numeric type is required: CENTRE, VARIANCE or WIDTH.
IAXIS = INTEGER (Given)
Number of the NDF axis for which information is required.
TYPE = CHARACTER ( ) (Returned)
Numeric type of the axis array.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: