Changeset 11248 for trunk/psLib/src/fits/psFitsTable.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsTable.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsTable.h
r7540 r11248 1 /** @file psFitsTable.h 1 /* @file psFitsTable.h 2 * @brief Contains Fits I/O routines 2 3 * 3 * @brief Contains Fits I/O routines 4 * @author EAM, PAP, JH 5 * @author Robert DeSonia, MHPCC 4 6 * 5 * @ingroup FileIO 6 * 7 * @author Robert DeSonia, MHPCC 8 * 9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-13 22:28:02 $ 11 * 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-23 22:47:23 $ 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 10 */ 14 11 15 12 #ifndef PS_FITSTABLE_H 16 13 #define PS_FITSTABLE_H 14 15 /// @addtogroup FileIO Input/Output 16 /// @{ 17 17 18 18 #include "psFits.h" … … 23 23 #include "psMetadata.h" 24 24 #include "psImage.h" 25 26 /// @addtogroup FileIO27 /// @{28 25 29 26 /** Reads a table row. The current HDU type must be either … … 117 114 118 115 /// @} 119 120 116 #endif // #ifndef PS_FITS_H
Note:
See TracChangeset
for help on using the changeset viewer.
