kpgGtfts

Obtains FITS header information from an NDF

Description:

The routine reads the FITS extension from an NDF and returns an AST pointer to a FitsChan which contains this information. The information may then be accessed using routines from the AST library (SUN/211).

Invocation

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

Arguments

indf = int (Given)
NDF identifier.
fchan = AstFitsChan (Returned)
An AST pointer to a FitsChan which contains information about the FITS headers associated with the NDF.
status = int (Given and Returned)
The global status.

Notes:

Return Value

Returns the status.