Changeset 7540 for trunk/psLib/src/fits/psFitsTable.h
- Timestamp:
- Jun 13, 2006, 12:28:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsTable.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsTable.h
r7465 r7540 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-06-1 0 00:07:10$9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-13 22:28:02 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 82 82 bool psFitsWriteTable( 83 83 psFits* fits, ///< the psFits object 84 psMetadata* header, ///< header items for the new HDU. Can be NULL.84 const psMetadata* header, ///< header items for the new HDU. Can be NULL. 85 85 const psArray* table, ///< Array of psMetadata items, which contains the output data items of each row. 86 86 const char *extname ///< Extension name … … 96 96 bool psFitsInsertTable( 97 97 psFits* fits, ///< the psFits object 98 psMetadata* header, ///< header items for the new HDU. Can be NULL.98 const psMetadata* header, ///< header items for the new HDU. Can be NULL. 99 99 const psArray* table, ///< Array of psMetadata items, which contains the output data items of each row. 100 100 const char *extname, ///< Extension name
Note:
See TracChangeset
for help on using the changeset viewer.
