Changeset 11248 for trunk/psLib/src/astro
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (20 years ago)
- Location:
- trunk/psLib/src/astro
- Files:
-
- 4 edited
-
psCoord.h (modified) (4 diffs)
-
psEarthOrientation.h (modified) (3 diffs)
-
psSphereOps.h (modified) (3 diffs)
-
psTime.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r10823 r11248 1 1 /** @file psCoord.h 2 2 * 3 * @brief Contains basic coordinate transformation definitions and operations3 * @brief Basic coordinate transformations 4 4 * 5 5 * This file defines the basic types for astronomical coordinate 6 6 * transformation 7 7 * 8 * @ingroup CoordinateTransform9 *10 *11 8 * @author GLG, MHPCC 12 9 * 13 * @version $Revision: 1.5 5$ $Name: not supported by cvs2svn $14 * @date $Date: 200 6-12-22 21:19:47$10 * @version $Revision: 1.56 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-23 22:47:22 $ 15 12 * 16 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 19 16 #ifndef PS_COORD_H 20 17 #define PS_COORD_H 18 19 /// @addtogroup Astro Astronomy 20 /// @{ 21 21 22 22 #include "psType.h" … … 28 28 #include "psRegion.h" 29 29 //#include "psTime.h" 30 31 /// @addtogroup CoordinateTransform32 /// @{33 30 34 31 /** Euclidiean Coordinate System. … … 459 456 460 457 /// @} 461 462 458 #endif // #ifndef PS_COORD_H -
trunk/psLib/src/astro/psEarthOrientation.h
r7552 r11248 1 1 /** @file psEarthOrientation.h 2 2 * 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 9 8 * @author Robert Daniel DeSonia, MHPCC 10 9 * 11 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-06-14 01:24:34$10 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-23 22:47:22 $ 13 12 * 14 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 17 16 #ifndef PS_EARTH_ORIENTATION 18 17 #define PS_EARTH_ORIENTATION 18 19 /// @addtogroup Astro Astronomy 20 /// @{ 19 21 20 22 #include "psCoord.h" … … 196 198 197 199 200 /// @} 198 201 #endif // #ifndef PS_EARTH_ORIENTATION -
trunk/psLib/src/astro/psSphereOps.h
r6425 r11248 2 2 * 3 3 * @brief Contains spherical rotation and offset operations 4 *5 * @ingroup CoordinateTransform6 4 * 7 5 * @author Robert DeSonia, MHPCC 8 6 * @author David Robbins, MHPCC 9 7 * 10 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-02-14 00:09:27$8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-23 22:47:22 $ 12 10 * 13 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 17 15 #define PS_SPHERE_H 18 16 19 /// @addtogroup CoordinateTransform17 /// @addtogroup Astro Astronomy 20 18 /// @{ 21 19 22 # include "psTime.h"20 # include "psTime.h" 23 21 24 22 /** Spherical Rotation Definition … … 111 109 * 112 110 * Combines two rotations to produce a single rotation which is the 113 * equivalent of applying the ï¬rst rotation and then the second. The output111 * equivalent of applying the ï¬rst rotation and then the second. The output 114 112 * rotation may be supplied, or will be allocated if NULL. 115 113 * -
trunk/psLib/src/astro/psTime.h
r10122 r11248 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 3$ $Name: not supported by cvs2svn $14 * @date $Date: 200 6-11-21 19:23:02 $13 * @version $Revision: 1.54 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-01-23 22:47:22 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 19 19 #ifndef PSTIME_H 20 20 #define PSTIME_H 21 22 /// @addtogroup Astro Astronomy 23 /// @{ 21 24 22 25 #include <time.h> … … 34 37 35 38 struct psSphere; 36 37 /// @addtogroup Time38 /// @{39 40 39 41 40 /** Time type.
Note:
See TracChangeset
for help on using the changeset viewer.
