Changeset 4315 for trunk/psLib/src/dataIO/psFits.h
- Timestamp:
- Jun 17, 2005, 4:30:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataIO/psFits.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psFits.h
r4308 r4315 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06-1 7 23:44:21$9 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-18 02:30:49 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 104 104 */ 105 105 bool psFitsSetExtName( 106 const psFits* fits,///< the psFits object106 psFits* fits, ///< the psFits object 107 107 const char* name ///< the extension name 108 108 ); … … 155 155 */ 156 156 bool psFitsWriteHeader( 157 const psMetadata* header, ///< the psMetadata data in which to write157 const psMetadata* output, ///< the psMetadata data in which to write 158 158 const psFits* fits ///< the psFits object 159 159 ); … … 186 186 */ 187 187 bool psFitsUpdateImage( 188 const psFits* fits,///< the psFits object188 psFits* fits, ///< the psFits object 189 189 const psImage* input, ///< the image to output 190 190 psRegion region, ///< the region in the FITS image to write … … 234 234 */ 235 235 psArray* psFitsReadTable( 236 const psFits* fits///< the psFits object236 psFits* fits ///< the psFits object 237 237 ); 238 238
Note:
See TracChangeset
for help on using the changeset viewer.
