Changeset 25405 for branches/eam_branches/20090715/psLib/src/fits/psFits.h
- Timestamp:
- Sep 15, 2009, 4:00:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psLib/src/fits/psFits.h
r19035 r25405 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.
