astPutTableHeader

Store new FITS headers in a FitsTable

Description:

This function stores new FITS headers in the supplied FitsTable. Any existing headers are first deleted.

Synopsis

void astPutTableHeader( AstFitsTable this, AstFitsChan header )

Parameters:

this
Pointer to the FitsTable.
header
Pointer to a FitsChan holding the headers for the FitsTable. A deep copy of the supplied FitsChan is stored in the FitsTable, replacing the current FitsChan in the Fitstable. Keywords that are fixed either by the properties of the Table, or by the FITS standard, are removed from the copy (see " Notes:" below).

Notes: