HDR_NAME

Return a header item name

Description:

This subroutine returns the name of a header item using an index of its relative position within a named source. By incrementing index N all the names in a source may be queried.

Invocation

CALL HDR_NAME( PARAM, XNAME, N, ITEM, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
Parameter name of the image (case insensitive).
XNAME = CHARACTER ( ) (Given)
Source of the header information (FITS or for FITS headers).
N = INTEGER (Given)
The index of the item.
ITEM = CHARACTER ( ) (Returned)
The name of the header item (blank when no item with the given index exists).
STATUS = INTEGER (Given and Returned)
The global status.

Notes: