Changeset 7230 for trunk/psLib/src/fits/psFitsTable.h
- Timestamp:
- May 26, 2006, 3:50:33 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
r6767 r7230 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 4-04 19:52:42$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-05-27 01:50:33 $ 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 constpsMetadata* header, ///< header items for the new HDU. Can be NULL.85 const psArray* table 86 ///< Array of psMetadata items, which contains the output data items of each row.84 psMetadata* header, ///< header items for the new HDU. Can be NULL. 85 const psArray* table, ///< Array of psMetadata items, which contains the output data items of each row. 86 const char *extname ///< Extension name 87 87 ); 88 88 … … 96 96 bool psFitsInsertTable( 97 97 psFits* fits, ///< the psFits object 98 const psMetadata* header, ///< header items for the new HDU. Can be NULL. 99 const psArray* table, 100 ///< Array of psMetadata items, which contains the output data items of each row. 101 bool after 102 ///< TRUE if insert is done after CHDU, otherwise table is inserted before CHDU 98 psMetadata* header, ///< header items for the new HDU. Can be NULL. 99 const psArray* table, ///< Array of psMetadata items, which contains the output data items of each row. 100 const char *extname, ///< Extension name 101 bool after ///< TRUE if insert is done after CHDU, otherwise table is inserted before CHDU 103 102 ); 104 103
Note:
See TracChangeset
for help on using the changeset viewer.
