IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 3:03:35 PM (20 years ago)
Author:
desonia
Message:

fixed a leak in psFits table reading and cleaned up things according to
the API Delta report.

-rdd
`

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsHeader.h

    r5511 r6354  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-11-14 22:18:30 $
     9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-02-08 01:03:34 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3737 */
    3838psMetadata* psFitsReadHeaderSet(
    39     psMetadata* out,
    40     ///< The psMetadata to add the header data via psMetadata items.  If null, a
    41     ///< new psMetadata is created.  The keys of the psMetadata are the extension names
    42     ///< of the cooresponding HDUs.
    43 
    4439    const psFits* fits                       ///< the psFits object
    4540);
Note: See TracChangeset for help on using the changeset viewer.