IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 4:00:18 PM (17 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psLib/src/fits/psFits.h

    r19035 r25405  
    245245);
    246246
     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 */
     252bool psFitsMoveExtNameClean(
     253    const psFits* fits,                ///< the psFits object to move
     254    const char* extname                ///< the extension name
     255);
     256
    247257/** Moves the FITS HDU to the specified extension number
    248258 *
Note: See TracChangeset for help on using the changeset viewer.