Changeset 15630 for trunk/psLib/src/fits/psFitsImage.h
- Timestamp:
- Nov 15, 2007, 3:04:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.h
r15335 r15630 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-1 0-19 23:52:39$6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-11-16 01:04:56 $ 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 52 52 bool psFitsWriteImage( 53 53 psFits* fits, ///< the psFits object 54 const psMetadata* header,///< header items for the new HDU. Can be NULL.54 psMetadata* header, ///< header items for the new HDU. Can be NULL. 55 55 const psImage* input, ///< the image to output 56 56 int depth, ///< the number of z-planes of the FITS image data cube … … 65 65 bool psFitsInsertImage( 66 66 psFits* fits, ///< the psFits object 67 const psMetadata* header,///< header items for the new HDU. Can be NULL.67 psMetadata* header, ///< header items for the new HDU. Can be NULL. 68 68 const psImage* input, ///< the image to output 69 69 int depth, ///< the number of z-planes of the FITS image data cube
Note:
See TracChangeset
for help on using the changeset viewer.
