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

Go to the source code of this file.
Data Structures | |
| struct | pmHDU |
| An instance of the FITS Header Data Unit. More... | |
Functions | |
| pmHDU * | pmHDUAlloc (const char *extname) |
| Allocator for pmHDU. | |
| bool | pmHDUReadHeader (pmHDU *hdu, psFits *fits) |
| Read the HDU header only. | |
| bool | pmHDURead (pmHDU *hdu, psFits *fits) |
| Read the HDU header and pixels. | |
| bool | pmHDUReadMask (pmHDU *hdu, psFits *fits) |
| Read the HDU header and mask. | |
| bool | pmHDUReadWeight (pmHDU *hdu, psFits *fits) |
| Read the HDU header and weight map. | |
| bool | pmHDUWrite (pmHDU *hdu, psFits *fits) |
| Write the HDU header and pixels. | |
| bool | pmHDUWriteMask (pmHDU *hdu, psFits *fits) |
| Write the HDU header and mask. | |
| bool | pmHDUWriteWeight (pmHDU *hdu, psFits *fits) |
| Write the HDU header and weight map. | |
1.5.1