AST_PUTTABLEHEADER

Store new FITS headers in a FitsTable

Description:

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

Invocation

CALL AST_PUTTABLEHEADER( THIS, HEADER, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the FitsTable.
HEADER = INTEGER (Given)
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).
STATUS = INTEGER (Given and Returned)
The global status.

Notes: