Changeset 25326 for branches/pap/psLib/src/fits/psFits.h
- Timestamp:
- Sep 10, 2009, 3:34:32 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psLib/src/fits/psFits.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psLib/src/fits/psFits.h
r19035 r25326 245 245 ); 246 246 247 /** Moves the FITS HDU to the specified extension name without generating errors. 248 * 249 * @return bool TRUE if the extension name was found and move was 250 * successful, otherwise FALSE 251 */ 252 bool psFitsMoveExtNameClean( 253 const psFits* fits, ///< the psFits object to move 254 const char* extname ///< the extension name 255 ); 256 247 257 /** Moves the FITS HDU to the specified extension number 248 258 *
Note:
See TracChangeset
for help on using the changeset viewer.
