Changeset 1441 for trunk/psLib/src/pslib.h
- Timestamp:
- Aug 9, 2004, 1:40:55 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/pslib.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/pslib.h
r1407 r1441 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-08-0 7 00:06:06$11 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-08-09 23:40:54 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 17 17 #ifndef PS_LIB_H 18 # define PS_LIB_H18 #define PS_LIB_H 19 19 20 20 /******************************************************************************/ … … 38 38 */ 39 39 40 # include "fitsio.h"40 #include "fitsio.h" 41 41 42 # include "psMemory.h"42 #include "psMemory.h" 43 43 44 44 /// @defgroup LogTrace Tracing and Logging 45 45 /// @ingroup SysUtils 46 # include "psLogMsg.h"47 # include "psTrace.h"46 #include "psLogMsg.h" 47 #include "psTrace.h" 48 48 49 49 /// @defgroup ErrorHandling Error Handling 50 50 /// @ingroup SysUtils 51 # include "psAbort.h"52 # include "psError.h"51 #include "psAbort.h" 52 #include "psError.h" 53 53 54 # include "psString.h"54 #include "psString.h" 55 55 56 56 /// @} … … 60 60 /// @{ 61 61 62 # include "psType.h"62 #include "psType.h" 63 63 64 64 /// @defgroup LinkedList Linked List 65 65 /// @ingroup DataContainer 66 # include "psList.h"66 #include "psList.h" 67 67 68 68 /// @defgroup HashTable Hash Table 69 69 /// @ingroup DataContainer 70 # include "psHash.h"70 #include "psHash.h" 71 71 72 72 /// @defgroup Scalar Scalar 73 73 /// @ingroup DataContainer 74 # include "psScalar.h"74 #include "psScalar.h" 75 75 76 76 /// @defgroup Vector Vector Container 77 77 /// @ingroup DataContainer 78 # include "psVector.h"78 #include "psVector.h" 79 79 80 80 /// @defgroup Array Array Container 81 81 /// @ingroup DataContainer 82 # include "psArray.h"82 #include "psArray.h" 83 83 84 84 /// @defgroup Image Image Container 85 85 /// @ingroup DataContainer 86 86 /// @{ 87 # include "psImage.h"88 # include "psImageExtraction.h"89 # include "psImageManip.h"87 #include "psImage.h" 88 #include "psImageExtraction.h" 89 #include "psImageManip.h" 90 90 91 91 /// @defgroup ImageIO Image File I/O Functions 92 92 /// @ingroup Image 93 # include "psImageIO.h"93 #include "psImageIO.h" 94 94 95 95 /// @defgroup ImageStats Image Statistical Functions 96 96 /// @ingroup Image 97 # include "psImageStats.h"97 #include "psImageStats.h" 98 98 99 99 /// @} … … 101 101 /// @defgroup BitSet Bit Set Container 102 102 /// @ingroup DataContainer 103 # include "psBitSet.h"103 #include "psBitSet.h" 104 104 105 105 /// @} … … 111 111 /// @defgroup Compare Comparison Functions 112 112 /// @ingroup DataManip 113 # include "psCompare.h"113 #include "psCompare.h" 114 114 115 115 /// @defgroup Stats Statistic Functions 116 116 /// @ingroup DataManip 117 # include "psStats.h"117 #include "psStats.h" 118 118 119 119 /// @defgroup Matrix Matrix Operations 120 120 /// @ingroup DataManip 121 # include "psMatrix.h"121 #include "psMatrix.h" 122 122 123 123 /// @defgroup MatrixVectorArithmetic Matrix Vector Arithmetic Operations 124 124 /// @ingroup DataManip 125 # include "psMatrixVectorArithmetic.h"125 #include "psMatrixVectorArithmetic.h" 126 126 127 127 /// @defgroup Transform Fourier Transform Operations 128 128 /// @ingroup DataManip 129 # include "psFFT.h"129 #include "psFFT.h" 130 130 131 # include "psFunctions.h"132 # include "psMinimize.h"131 #include "psFunctions.h" 132 #include "psMinimize.h" 133 133 134 134 /// @} … … 140 140 /// @defgroup CoordinateTransform Coordinate Functions 141 141 /// @ingroup Astronomy 142 # include "psCoord.h"142 #include "psCoord.h" 143 143 144 144 /// @defgroup Photometry Photometry 145 145 /// @ingroup Astronomy 146 # include "psPhotometry.h"146 #include "psPhotometry.h" 147 147 148 148 /// @defgroup Time Time Functions 149 149 /// @ingroup Astronomy 150 # include "psTime.h"150 #include "psTime.h" 151 151 152 152 /// @defgroup Metadata Metadata Functions 153 153 /// @ingroup Astronomy 154 # include "psMetadata.h"154 #include "psMetadata.h" 155 155 156 156 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
