KPG_PTFTS

Stores FITS header information into an NDF

Description:

The routine stores the contents of an AST FitsChan into an NDF by creating (or replacing) the FITS extension in the NDF.

Invocation

CALL KPG_PTFTS( INDF, FCHAN, STATUS )

Arguments

INDF = INTEGER (Given)
Identifier of NDF to receive the .FITS extension.
FCHAN = INTEGER (Given)
An AST pointer to a FitsChan which contains information about the FITS header to be associated with the NDF.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: