Changeset 12549 for trunk/psLib/src/fits/psFits.h
- Timestamp:
- Mar 22, 2007, 11:40:47 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.h
r11248 r12549 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 1-23 22:47:23$6 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-03-22 21:40:47 $ 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 43 43 typedef struct 44 44 { 45 fitsfile* fd; ///< the CFITSIO fits files handle. 46 bool writable; ///< Is the file writable? 45 fitsfile* fd; ///< the CFITSIO fits files handle. 46 bool writable; ///< Is the file writable? 47 char *extword; ///< user-specified word to name extensions (NULL implies EXTNAME) 47 48 } 48 49 psFits; … … 84 85 ); 85 86 87 // move to the first HDU where extword == extname. this is equivalent to fits_movnam_hdu() for 88 // a user-defined word in place of EXTNAME 89 bool p_psFitsMoveExtName_UserKey(const psFits *fits, 90 const char *extname, 91 const char *extword); 86 92 87 93 /** Moves the FITS HDU to the specified extension name.
Note:
See TracChangeset
for help on using the changeset viewer.
