CVG_WHISR

Appends NDF history records to the current FITS header

Description:

This appends all the NDF HISTORY records in an easy-to-read format to the current FITS header.

Invocation

CALL CVG_WHISR( NDF, FUNIT, STATUS )

Arguments

NDF = INTEGER (Given)
The identifier of the NDF whose HISTORY records are to be written to the FITSD headers.
FUNIT = INTEGER (Given)
The logical unit number of the output FITS file.
STATUS = INTEGER (Given and Returned)
The global status.

Prior Requirements

The NDF and the FITS file must already be open. The current HDU in the FITS file should be the primary and the other headers should have been written.