Changeset 4158 for trunk/psLib/src/dataIO/psFits.h
- Timestamp:
- Jun 8, 2005, 11:07:59 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataIO/psFits.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psFits.h
r3500 r4158 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 3-24 23:52:25$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-08 21:07:59 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 22 22 #include "psVector.h" 23 23 #include "psMetadata.h" 24 #include "psHash.h"25 24 #include "psImage.h" 26 25 … … 135 134 /** Reads the header of all HDUs. The current HDU is not changed. 136 135 * 137 * @return ps Hash* the header data138 */ 139 ps Hash* psFitsReadHeaderSet(140 ps Hash* out,141 ///< The ps Hashto add the header data via psMetadata items. If null, a142 ///< new ps Hash is created. The keys of the psHashare the extension names136 * @return psMetadata* the header data set as a number of metadata entries 137 */ 138 psMetadata* 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 143 142 ///< of the cooresponding HDUs. 144 143
Note:
See TracChangeset
for help on using the changeset viewer.
