astGetTableHeader

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.

Synopsis

AstFitsChan astGetTableHeader( AstFitsTable this )

Parameters:

this
Pointer to the FitsTable.

Returned Value

astGetTableHeader()
A pointer to a deep copy of the FitsChan stored within the FitsTable.

Notes: