Files | |
| file | psImageIO.h |
| Contains image input/output routines. | |
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. | |
|
||||||||||||||||||||||||||||||||||||||||
|
Read an image or subimage from a FITS file specified by a filename. return psImage* The image read from the specified file. NULL signifies that a problem had occured.
|
|
||||||||||||||||||||||||||||||||
|
Read an image or subimage from a FITS file specified by a filename. return psBool TRUE is successful, otherwise FALSE.
|
1.3.9.1