Changeset 2681 for trunk/psLib/src/dataIO/psFits.h
- Timestamp:
- Dec 9, 2004, 4:50:16 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataIO/psFits.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psFits.h
r2375 r2681 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-1 1-16 20:00:21$9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-12-10 02:50:15 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 63 63 * @return psFitsType The HDU type, or PS_FITS_TYPE_NONE if move failed. 64 64 */ 65 psFitsTypepsFitsMoveExtName(65 bool psFitsMoveExtName( 66 66 psFits* fits, ///< the psFits object to move 67 67 const char* extname ///< the extension name … … 72 72 * @return psFitsType The HDU type, or PS_FITS_TYPE_NONE if move failed. 73 73 */ 74 psFitsTypepsFitsMoveExtNum(74 bool psFitsMoveExtNum( 75 75 psFits* fits, ///< the psFits object to move 76 76 int extnum, ///< the extension number to move to (zero is primary HDU) … … 102 102 */ 103 103 int psFitsGetSize( 104 psFits* fits ///< the psFits object105 );106 107 /** Create a new extension on the end of the file of the given type. The108 * FITS file is109 *110 * @return bool true if successful, otherwise false111 */112 bool psFitsCreateExt(113 104 psFits* fits ///< the psFits object 114 105 ); … … 152 143 */ 153 144 bool psFitsWriteHeader( 154 ps Fits* fits, ///< the psFits object155 ps Metadata* out ///< the psMetadata data in which to write145 psMetadata* header, ///< the psMetadata data in which to write 146 psFits* fits ///< the psFits object 156 147 ); 157 148 … … 160 151 * @return psImage* the read image or NULL if there was an error. 161 152 */ 162 psImage* ps fitsReadImageSection(153 psImage* psFitsReadImageSection( 163 154 psImage* out, ///< a psImage to recycle. 164 155 psFits* fits, ///< the psFits object
Note:
See TracChangeset
for help on using the changeset viewer.
