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 (const psMetadata *output, psFits *fits) |
| Writes the values of the metadata to the current HDU header. | |
| psMetadata * | psFitsHeaderFromImage (psMetadata *header, psImage *image, const char *extname) |
| Updates the given header to be compatible with the supplied image, updating BITPIX, NAXIS1, and NAXIS2. | |
| psMetadata * | psFitsHeaderFromTable (psMetadata *header, psArray *table, const char *extname) |
| Updates the given header to be compatible with the given table, i.e. | |
1.4.2