ADI2_PUTHDI
Write HDU index entry
Invocation
CALL ADI2_PUTHDI( ID, HDU, HDUID, IHDU, STATUS )
Description
Writes an HDU index entry. This enables ADI to perform HDU number to
name mapping. The HDU number is also written to the HDU description,
enabling the reverse mapping.
Arguments
-
ID = INTEGER (given)
ADI identifier of FITSfile object
-
HDU = CHARACTER*(*) (given)
Name of the HDU we're adding
-
HDUID = INTEGER (given)
ADI identifier of FITShdu object
-
IHDU = INTEGER (given)
The consecutive HDU number
-
STATUS = INTEGER (given and returned)
The global status.
References