Changeset 2806 for trunk/psLib/src/fileUtils/psFits.h
- Timestamp:
- Dec 23, 2004, 9:13:53 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fileUtils/psFits.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fileUtils/psFits.h
r2681 r2806 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-12- 10 02:50:15$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-12-23 19:13:53 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 143 143 */ 144 144 bool psFitsWriteHeader( 145 psMetadata* header,///< the psMetadata data in which to write145 const psMetadata* header, ///< the psMetadata data in which to write 146 146 psFits* fits ///< the psFits object 147 147 ); … … 162 162 * @return bool TRUE is the write was successful, otherwise FALSE. 163 163 */ 164 bool psFitsWriteImageSection( 165 psFits* fits, ///< the psFits object 164 bool psFitsWriteImage( 165 psFits* fits, ///< the psFits object 166 const psMetadata* header, 166 167 const psImage* input, ///< the image to output 167 psRegion region, ///< the part of the FITS image to overwrite 168 int z ///< the z-plane of the FITS image data cube to use 168 int depth ///< the number of z-planes of the FITS image data cube 169 169 ); 170 170 … … 223 223 bool psFitsWriteTable( 224 224 psFits* fits, ///< the psFits object 225 psArray* table 225 psMetadata* header, 226 psArray* table, 226 227 ///< Array of psMetadata items, which contains the output data items of each row. 228 char* extname 227 229 ); 228 230
Note:
See TracChangeset
for help on using the changeset viewer.
