AST_GetTableHeader

Get the FITS headers from a FitsTable

Description:

This function returns a pointer to a FitsChan holding copies of the FITS headers associated with a FitsTable.

Invocation

RESULT = AST_GETTABLEHEADER( THIS, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the FitsTable.
STATUS = INTEGER (Given and Returned)
The global status.

Returned Value

AST_GetTableHeader = INTEGER
A pointer to a deep copy of the FitsChan stored within the FitsTable.

Notes: