Definition in file psFitsHeader.h.
#include "psFits.h"
#include "psMetadata.h"
Include dependency graph for psFitsHeader.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| psMetadata * | psFitsReadHeader (psMetadata *out, const psFits *fits) |
| Reads the header of the current HDU. | |
| psMetadata * | psFitsReadHeaderSet (psMetadata *out, const psFits *fits) |
| Reads the header of all HDUs. | |
| bool | psFitsWriteHeader (psFits *fits, const psMetadata *output) |
| Writes the values of the metadata to the current HDU header. | |
| bool | psFitsWriteBlank (psFits *fits, const psMetadata *output) |
| Writes a "blank" --- a header only, with no image or table. | |
| bool | psFitsHeaderValidate (psMetadata *header) |
| psFitsHeaderValidate validates the supplied header so that it is in compliance to the FITS standard for header keyword names and types. | |
1.4.4