Changeset 6030 for trunk/psLib/src/astro/psEarthOrientation.h
- Timestamp:
- Jan 17, 2006, 2:41:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psEarthOrientation.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psEarthOrientation.h
r5533 r6030 9 9 * @author Robert Daniel DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $12 * @date $Date: 200 5-11-17 03:59:05$11 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-01-18 00:41:29 $ 13 13 * 14 14 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 62 62 psEarthPole *psEarthPoleAlloc(void); 63 63 64 /** Calculates the a ctual position of a star, given its apparentposition and the64 /** Calculates the apparent position of a star, given its actual position and the 65 65 * velocity vector of the observer. 66 66 * 67 67 * The actual and apparent positions are represented as psSphere entries, as is the 68 68 * direction of motion. The speed in that direction is given in units of the speed 69 * of light. If the value of a ctualis NULL, a new psSphere is allocated, otherwise70 * the point to a ctualis used for the result.69 * of light. If the value of apparent is NULL, a new psSphere is allocated, otherwise 70 * the point to apparent is used for the result. 71 71 * 72 72 * @return psSphere*: the actual position of a star. … … 79 79 ); 80 80 81 /** Calculates the a ctual position of a star, given its apparentposition and the81 /** Calculates the apparent position of a star, given its actual position and the 82 82 * position of the sun. 83 83 * 84 84 * The actual and apparent positions are represented as psSphere entries, as is 85 * position of the sun. If the value of a ctualis NULL, a new psSphere is allocated,86 * otherwise the point to a ctualis used for the result.85 * position of the sun. If the value of apparent is NULL, a new psSphere is allocated, 86 * otherwise the point to apparent is used for the result. 87 87 * 88 88 * @return psSphere*: the apparent position of a star. … … 133 133 */ 134 134 psSphereRot *psSphereRot_TEOtoCEO( 135 const psTime *time ///< specified time 135 const psTime *time, ///< specified time 136 psEarthPole *tidalCorr ///< UT1 polar tide correction or NULL 136 137 ); 137 138
Note:
See TracChangeset
for help on using the changeset viewer.
