KPG_GTFTS

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

CALL KPG_GTFTS( INDF, FCHAN, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
FCHAN = INTEGER (Returned)
An AST pointer to a FitsChan which contains information about the FITS headers associated with the NDF.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: