IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 11:07:59 AM (21 years ago)
Author:
desonia
Message:

Bug #410 -- changed the return value of psFitsReadHeaderSet to psMetadata*.

File:
1 edited

Legend:

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

    r3500 r4158  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-03-24 23:52:25 $
     9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-08 21:07:59 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222#include "psVector.h"
    2323#include "psMetadata.h"
    24 #include "psHash.h"
    2524#include "psImage.h"
    2625
     
    135134/** Reads the header of all HDUs.  The current HDU is not changed.
    136135 *
    137  *  @return psHash*      the header data
    138  */
    139 psHash* psFitsReadHeaderSet(
    140     psHash* out,
    141     ///< The psHash to add the header data via psMetadata items.  If null, a
    142     ///< new psHash is created.  The keys of the psHash are the extension names
     136 *  @return psMetadata*      the header data set as a number of metadata entries
     137 */
     138psMetadata* psFitsReadHeaderSet(
     139    psMetadata* out,
     140    ///< The psMetadata to add the header data via psMetadata items.  If null, a
     141    ///< new psMetadata is created.  The keys of the psMetadata are the extension names
    143142    ///< of the cooresponding HDUs.
    144143
Note: See TracChangeset for help on using the changeset viewer.