IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2004, 4:50:16 PM (22 years ago)
Author:
desonia
Message:

Changed psList API for iterators, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psFits.h

    r2375 r2681  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-11-16 20:00:21 $
     9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-12-10 02:50:15 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6363 *  @return psFitsType    The HDU type, or PS_FITS_TYPE_NONE if move failed.
    6464 */
    65 psFitsType psFitsMoveExtName(
     65bool psFitsMoveExtName(
    6666    psFits* fits,                      ///< the psFits object to move
    6767    const char* extname                ///< the extension name
     
    7272 *  @return psFitsType    The HDU type, or PS_FITS_TYPE_NONE if move failed.
    7373 */
    74 psFitsType psFitsMoveExtNum(
     74bool psFitsMoveExtNum(
    7575    psFits* fits,                      ///< the psFits object to move
    7676    int extnum,                        ///< the extension number to move to (zero is primary HDU)
     
    102102 */
    103103int psFitsGetSize(
    104     psFits* fits                       ///< the psFits object
    105 );
    106 
    107 /** Create a new extension on the end of the file of the given type.  The
    108  *  FITS file is
    109  *
    110  *  @return bool       true if successful, otherwise false
    111  */
    112 bool psFitsCreateExt(
    113104    psFits* fits                       ///< the psFits object
    114105);
     
    152143 */
    153144bool psFitsWriteHeader(
    154     psFits* fits,                      ///< the psFits object
    155     psMetadata* out                    ///< the psMetadata data in which to write
     145    psMetadata* header,                ///< the psMetadata data in which to write
     146    psFits* fits                       ///< the psFits object
    156147);
    157148
     
    160151 *  @return psImage*     the read image or NULL if there was an error.
    161152 */
    162 psImage* psfitsReadImageSection(
     153psImage* psFitsReadImageSection(
    163154    psImage* out,                      ///< a psImage to recycle.
    164155    psFits* fits,                      ///< the psFits object
Note: See TracChangeset for help on using the changeset viewer.