NDF_ASTAT

Determine the state of an NDF axis component (defined or undefined)

Description:

The routine returns a logical value indicating whether a specified NDF axis component has a defined value (or values).

Invocation

CALL NDF_ASTAT( INDF, COMP, IAXIS, STATE, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the axis component: CENTRE, LABEL, UNITS, VARIANCE or WIDTH.
IAXIS = INTEGER (Given)
Number of the NDF axis for which information is required.
STATE = LOGICAL (Returned)
Whether the specified component is defined.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: