Changeset 11248 for trunk/psLib/src/fits
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (20 years ago)
- Location:
- trunk/psLib/src/fits
- Files:
-
- 4 edited
-
psFits.h (modified) (4 diffs)
-
psFitsHeader.h (modified) (3 diffs)
-
psFitsImage.h (modified) (4 diffs)
-
psFitsTable.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.h
r7846 r11248 1 /** @file psFits.h 2 * 3 * @brief Contains Fits I/O routines 4 * 5 * @ingroup FileIO 6 * 7 * @author Robert DeSonia, MHPCC 8 * 9 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-07-08 03:06:40 $ 11 * 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 1 /* @file psFits.h 2 * @brief Contains Fits I/O routines 3 * 4 * @author Robert DeSonia, MHPCC 5 * 6 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-23 22:47:23 $ 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 9 */ 14 10 … … 16 12 #define PS_FITS_H 17 13 14 /// @addtogroup FileIO Input/Output 15 /// @{ 16 18 17 #include <fitsio.h> 19 20 18 #include "psType.h" 21 19 #include "psArray.h" … … 23 21 #include "psMetadata.h" 24 22 #include "psImage.h" 25 26 /// @addtogroup FileIO27 /// @{28 23 29 24 /** FITS HDU type. … … 203 198 204 199 /// @} 205 206 200 #endif // #ifndef PS_FITS_H -
trunk/psLib/src/fits/psFitsHeader.h
r9066 r11248 1 /** @file psFitsHeader.h 1 /* @file psFitsHeader.h 2 * @brief Contains Fits header I/O routines 2 3 * 3 * @brief Contains Fits header I/O routines4 * @author Robert DeSonia, MHPCC 4 5 * 5 * @ingroup FileIO 6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-23 22:47:23 $ 6 8 * 7 * @author Robert DeSonia, MHPCC 8 * 9 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-09-30 02:29:20 $ 11 * 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 10 */ 14 11 … … 16 13 #define PS_FITSHEADER_H 17 14 15 /// @addtogroup FileIO Input/Output 16 /// @{ 17 18 18 #include "psFits.h" 19 19 #include "psMetadata.h" 20 21 /// @addtogroup FileIO22 /// @{23 20 24 21 /** Reads the header of the current HDU. … … 70 67 71 68 /// @} 72 73 69 #endif // #ifndef PS_FITS_H -
trunk/psLib/src/fits/psFitsImage.h
r8412 r11248 1 /** @file psFitsImage.h 1 /* @file psFitsImage.h 2 * @brief Contains Fits I/O routines 2 3 * 3 * @brief Contains Fits I/O routines4 * @author Robert DeSonia, MHPCC 4 5 * 5 * @ingroup FileIO 6 * 7 * @author Robert DeSonia, MHPCC 8 * 9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-08-17 22:15:17 $ 11 * 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-23 22:47:23 $ 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 9 */ 14 10 … … 16 12 #define PS_FITSIMAGE_H 17 13 14 /// @addtogroup FileIO Input/Output 15 /// @{ 16 18 17 #include "psFits.h" 19 20 18 #include "psType.h" 21 19 #include "psArray.h" … … 23 21 #include "psMetadata.h" 24 22 #include "psImage.h" 25 26 /// @addtogroup FileIO27 /// @{28 23 29 24 /** Reads an image, given the desired region and z-plane. … … 89 84 90 85 /// @} 91 92 86 #endif // #ifndef PS_FITS_H -
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.
