kpgPtfts

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

kpgPtfts( int indf, AstFitsChan fchan, int status );

Arguments

indf = int (Given)
Identifier of NDF to receive the .FITS extension.
fchan = const AstFitsChan (Given)
An AST pointer to a FitsChan which contains information about the FITS header to be associated with the NDF.
status = int (Given and Returned)
The global status.

Notes:

Return Value

Returns the status.