Changeset 6184 for trunk/psLib/src/astro/psEarthOrientation.h
- Timestamp:
- Jan 23, 2006, 10:04:31 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psEarthOrientation.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psEarthOrientation.h
r6039 r6184 9 9 * @author Robert Daniel DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-01- 18 23:49:06$11 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-01-23 20:04:31 $ 13 13 * 14 14 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 40 40 typedef enum { 41 41 PS_PRECESS_ROUGH, ///< roughest, lowest level of detail 42 PS_PRECESS_COMPLETE, ///< complete level of detail 42 PS_PRECESS_COMPLETE_A, ///< complete level of detail using IERS A 43 PS_PRECESS_COMPLETE_B, ///< complete level of detail using IERS B 43 44 PS_PRECESS_IAU2000A, ///< highest level of detail 44 45 } … … 179 180 * between two times. The equinoxes shall be Julian equinoxes. 180 181 * 181 * @return psSphere* the resulting spherical rotation 182 * If NULL is provided for either time, it is assumed to have the reference 183 * equinox value of J2000. The mode argument is used to specify the level of 184 * detail used in the calculation. 185 * 186 * @return psSphere*: the resulting spherical rotation 182 187 */ 183 psSphere * psSpherePrecess(184 psSphere *coords, ///< coordinates (modified in-place)188 psSphereRot* psSpherePrecess( 189 // psSphere *coords, ///< coordinates (modified in-place) 185 190 const psTime *fromTime, ///< equinox of coords input 186 const psTime *toTime ///< equinox of coords output 191 const psTime *toTime, ///< equinox of coords output 192 psPrecessMethod mode ///< level of detail to use 187 193 ); 188 194
Note:
See TracChangeset
for help on using the changeset viewer.
