This file defines the file input/output functions for the psImage structure.
Definition in file psImageIO.h.
#include "psImage.h"
Include dependency graph for psImageIO.h:

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

Go to the source code of this file.
Functions | |
| psImage * | psImageReadSection (psImage *output, psS32 col0, psS32 row0, psS32 numCols, psS32 numRows, psS32 z, char *extname, psS32 extnum, char *filename) |
| Read an image or subimage from a FITS file specified by a filename. | |
| psBool | psImageWriteSection (psImage *input, psS32 col0, psS32 row0, psS32 z, char *extname, psS32 extnum, char *filename) |
| Read an image or subimage from a FITS file specified by a filename. | |
1.3.9.1