Changeset 7540 for trunk/psLib/src/fits/psFitsImage.h
- Timestamp:
- Jun 13, 2006, 12:28:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.h
r6874 r7540 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 4-17 22:00:03$9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-13 22:28:02 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 43 43 bool psFitsWriteImage( 44 44 psFits* fits, ///< the psFits object 45 psMetadata* header,///< header items for the new HDU. Can be NULL.45 const psMetadata* header, ///< header items for the new HDU. Can be NULL. 46 46 const psImage* input, ///< the image to output 47 47 int depth, ///< the number of z-planes of the FITS image data cube … … 56 56 bool psFitsInsertImage( 57 57 psFits* fits, ///< the psFits object 58 psMetadata* header,///< header items for the new HDU. Can be NULL.58 const psMetadata* header, ///< header items for the new HDU. Can be NULL. 59 59 const psImage* input, ///< the image to output 60 60 int depth, ///< the number of z-planes of the FITS image data cube
Note:
See TracChangeset
for help on using the changeset viewer.
