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 (const psFits *fits, psRegion region, int z) |
| Reads an image, given the desired region and z-plane. | |
| bool | psFitsWriteImage (psFits *fits, const psMetadata *header, const psImage *input, int depth, const char *extname) |
| Writes an image, given the desired region and z-plane. | |
| bool | psFitsInsertImage (psFits *fits, const psMetadata *header, const psImage *input, int depth, const char *extname, bool after) |
| Writes an image, given the desired region and z-plane. | |
| bool | psFitsUpdateImage (psFits *fits, const psImage *input, int x0, int y0, int z) |
| Updates the FITS file image, given the desired region and z-plane. | |
| psArray * | psFitsReadImageCube (const psFits *fits, psRegion region) |
| bool | psFitsWriteImageCube (psFits *fits, psMetadata *header, const psArray *input, const char *extname) |
| bool | psFitsUpdateImageCube (psFits *fits, const psArray *input, int x0, int y0) |
1.4.4