IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2009, 3:34:32 PM (17 years ago)
Author:
Paul Price
Message:

Adding function to move to a FITS extension quietly (don't generate an error if we can't find the extension)

File:
1 edited

Legend:

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

    r19035 r25326  
    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.