Changeset 15248 for trunk/psLib/src/fits/psFitsTable.h
- Timestamp:
- Oct 8, 2007, 4:56:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsTable.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsTable.h
r11248 r15248 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2007- 01-23 22:47:23 $7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-10-09 02:56:23 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 23 23 #include "psMetadata.h" 24 24 #include "psImage.h" 25 26 /// Return the number of rows in the current table 27 /// 28 /// The current HDU type must be either PS_FITS_TYPE_BINARY_TABLE or PS_FITS_TYPE_ASCII_TABLE. 29 long psFitsTableSize(const psFits *fits ///< FITS file 30 ); 25 31 26 32 /** Reads a table row. The current HDU type must be either
Note:
See TracChangeset
for help on using the changeset viewer.
