Processing math: 100%

CVG_HECHO

Writes history text to the FITS headers

Description:

This routine appends the history text associated with an NDF to the current FITS header. It is not called directly (by CVG_WHISR), but is passed as an external argument to routine NDF_HOUT. (It is an equivalent to NDF_HECHO. See SUN/33 for more details.)

Invocation

CALL CVG_HECHO( NLINES, TEXT, STATUS )

Arguments

NLINES = INTEGER (Given)
Number of lines of history text.
TEXT( NLINES ) = CHARACTER ( ) (Given)
The history text.
STATUS = INTEGER (Given and Returned)
The global status.

Notes:

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.