IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (20 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

Location:
trunk/psLib/src/astro
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.h

    r10823 r11248  
    11/** @file  psCoord.h
    22 *
    3  *  @brief Contains basic coordinate transformation definitions and operations
     3 *  @brief Basic coordinate transformations
    44 *
    55 *  This file defines the basic types for astronomical coordinate
    66 *  transformation
    77 *
    8  *  @ingroup CoordinateTransform
    9  *
    10  *
    118 *  @author GLG, MHPCC
    129 *
    13  *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-12-22 21:19:47 $
     10 *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-01-23 22:47:22 $
    1512 *
    1613 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1916#ifndef PS_COORD_H
    2017#define PS_COORD_H
     18
     19/// @addtogroup Astro Astronomy
     20/// @{
    2121
    2222#include "psType.h"
     
    2828#include "psRegion.h"
    2929//#include "psTime.h"
    30 
    31 /// @addtogroup CoordinateTransform
    32 /// @{
    3330
    3431/** Euclidiean Coordinate System.
     
    459456
    460457/// @}
    461 
    462458#endif // #ifndef PS_COORD_H
  • trunk/psLib/src/astro/psEarthOrientation.h

    r7552 r11248  
    11/** @file  psEarthOrientation.h
    22*
    3 *  @brief Function prototypes for earth orientation calculations
    4 *  transformation
    5 *
    6 *  @ingroup EarthOrientation
    7 *
    8 *  @author Dave Robbins, MHPCC
     3*  @brief earth orientation calculations and transformation
     4*
     5*  @author Josh Hoblitt, IfA
     6*  @author Ed Pier, IfA
     7*  @author Eugene Magnier, IfA
    98*  @author Robert Daniel DeSonia, MHPCC
    109*
    11 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-06-14 01:24:34 $
     10*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2007-01-23 22:47:22 $
    1312*
    1413*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    1716#ifndef PS_EARTH_ORIENTATION
    1817#define PS_EARTH_ORIENTATION
     18
     19/// @addtogroup Astro Astronomy
     20/// @{
    1921
    2022#include "psCoord.h"
     
    196198
    197199
     200/// @}
    198201#endif // #ifndef PS_EARTH_ORIENTATION
  • trunk/psLib/src/astro/psSphereOps.h

    r6425 r11248  
    22 *
    33 *  @brief Contains spherical rotation and offset operations
    4  *
    5  *  @ingroup CoordinateTransform
    64 *
    75 *  @author Robert DeSonia, MHPCC
    86 *  @author David Robbins, MHPCC
    97 *
    10  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-02-14 00:09:27 $
     8 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-01-23 22:47:22 $
    1210 *
    1311 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1715#define PS_SPHERE_H
    1816
    19 /// @addtogroup CoordinateTransform
     17/// @addtogroup Astro Astronomy
    2018/// @{
    2119
    22 #include "psTime.h"
     20# include "psTime.h"
    2321
    2422/** Spherical Rotation Definition
     
    111109 *
    112110 *  Combines two rotations to produce a single rotation which is the
    113  *  equivalent of applying the first rotation and then the second. The output
     111 *  equivalent of applying the ï¬rst rotation and then the second. The output
    114112 *  rotation may be supplied, or will be allocated if NULL.
    115113 *
  • trunk/psLib/src/astro/psTime.h

    r10122 r11248  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-11-21 19:23:02 $
     13 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-01-23 22:47:22 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1919#ifndef PSTIME_H
    2020#define PSTIME_H
     21
     22/// @addtogroup Astro Astronomy
     23/// @{
    2124
    2225#include <time.h>
     
    3437
    3538struct psSphere;
    36 
    37 /// @addtogroup Time
    38 /// @{
    39 
    4039
    4140/** Time type.
Note: See TracChangeset for help on using the changeset viewer.