- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
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:
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑