CVG_HD2FC

Copies all headers from the current HDU into a FitsChan

Description:

This routine extracts all headers from the current HDU and stores them in the supplied FitsChan. The FitsChan is first emptied.

Invocation

CALL CVG_HD2FC( FUNIT, FC, STATUS )

Arguments

FUNIT = INTEGER (Given)
The FITSIO unit number for the FITS file.
FC = INTEGER (Given)
Pointer to the FitsChan.
STATUS = INTEGER (Given and Returned)
The global status.

Prior Requirements

The FITS file must already be opened with the FITSIO library.