NDF_AUNMP

Unmap an NDF axis array

Description:

The routine unmaps an NDF axis array which has previously been mapped for READ, UPDATE or WRITE access.

Invocation

CALL NDF_AUNMP( INDF, COMP, IAXIS, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the axis array component to be unmapped: CENTRE, VARIANCE, WIDTH or . The last value acts as a wild card, causing all mapped axis components to be unmapped.
IAXIS = INTEGER (Given)
Number of the NDF axis whose array is to be unmapped.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: