Changeset 1241 for trunk/psLib/src/image/psImageIO.h
- Timestamp:
- Jul 19, 2004, 12:01:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageIO.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageIO.h
r974 r1241 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-0 6-10 01:58:06$11 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-07-19 22:01:19 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 # ifndef PS_IMAGEIO_H 17 17 # define PS_IMAGEIO_H 18 19 #include <stdbool.h> 18 20 19 21 #include "psImage.h" … … 54 56 /** Read an image or subimage from a FITS file specified by a filename. 55 57 * 56 * return psImage* NULL if an error, otherwise same as input psImage58 * return bool TRUE is successful, otherwise FALSE. 57 59 */ 58 intpsImageWriteSection(60 bool psImageWriteSection( 59 61 psImage* input, 60 62 /**< the psImage to write */
Note:
See TracChangeset
for help on using the changeset viewer.
