Definition in file psFitsImage.h.
#include "psFits.h"
#include "psType.h"
#include "psArray.h"
#include "psVector.h"
#include "psMetadata.h"
#include "psImage.h"
Include dependency graph for psFitsImage.h:

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

Go to the source code of this file.
Functions | |
| psImage * | psFitsReadImage (psImage *out, const psFits *fits, psRegion region, int z) |
| Reads an image, given the desired region and z-plane. | |
| bool | psFitsWriteImage (psFits *fits, psMetadata *header, const psImage *input, int depth) |
| Writes an image, given the desired region and z-plane. | |
| bool | psFitsUpdateImage (psFits *fits, const psImage *input, psRegion region, int z) |
| Updates the FITS file image, given the desired region and z-plane. | |
1.4.2