IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2004, 2:55:17 PM (22 years ago)
Author:
desonia
Message:

doxygen grouping tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/pslib.h

    r1357 r1374  
    88*  @author Eric Van Alst, MHPCC
    99*
    10 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-07-31 01:50:33 $
     10*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-08-04 00:55:17 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7575#include "psVector.h"
    7676
     77/// @defgroup Array Array Container
     78/// @ingroup DataContainer
    7779#include "psArray.h"
    7880
    7981/// @defgroup Image Image Container
    8082/// @ingroup DataContainer
     83/// @{
    8184#include "psImage.h"
     85#include "psImageExtraction.h"
     86#include "psImageManip.h"
    8287
    83 /// @defgroup BitSet Bit Set
     88/// @defgroup ImageIO Image File I/O Functions
     89/// @ingroup Image
     90#include "psImageIO.h"
     91
     92
     93/// @defgroup ImageStats Image Statistical Functions
     94/// @ingroup Image
     95#include "psImageStats.h"
     96
     97/// @}
     98
     99/// @defgroup BitSet Bit Set Container
    84100/// @ingroup DataContainer
    85101#include "psBitSet.h"
     102
     103/// @}
    86104
    87105// Data Manipulation
    88106/// @defgroup DataManip Data Manipulation
    89107/// @{
     108
     109/// @defgroup Compare Comparison Functions
     110/// @ingroup DataManip
     111#include "psCompare.h"
    90112
    91113/// @defgroup Stats Statistic Functions
     
    101123#include "psMatrixVectorArithmetic.h"
    102124
    103 /// @defgroup Transform Fourier Transform
     125/// @defgroup Transform Fourier Transform Operations
    104126/// @ingroup DataManip
    105127#include "psFFT.h"
    106 
    107 /// @defgroup ImageIO Image File I/O
    108 /// @ingroup DataManip
    109 #include "psImageIO.h"
    110 
    111 #include "psImageManip.h"
    112 #include "psImageExtraction.h"
    113128
    114129#include "psFunctions.h"
     
    120135/// @defgroup Astronomy Astronomy Functions
    121136/// @{
     137
     138/// @defgroup AstroImage Astronomical Imagery
     139/// @ingroup Astronomy
     140#include "psCCD.h"
     141
     142/// @defgroup CoordinateTransform Coordinate Functions
     143/// @ingroup Astronomy
     144#include "psCoord.h"
     145#include "psCoord2.h"
     146
     147/// @defgroup Photometry Photometry
     148/// @ingroup Astronomy
     149#include "psPhotometry.h"
    122150
    123151/// @defgroup Time Time Functions
Note: See TracChangeset for help on using the changeset viewer.