Changeset 5531
- Timestamp:
- Nov 16, 2005, 2:07:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psEarthOrientation.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psEarthOrientation.c
r5524 r5531 1 1 /** @file psEarthOrientation.c 2 *3 * @brief Function implementations for earth orientation calculations4 *5 * @ingroup EarthOrientation6 *7 * @author Dave Robbins, MHPCC8 * @author Robert Daniel DeSonia, MHPCC9 *10 * @version $Revision: 1.16$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-11-16 20:52:23$12 *13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii14 */2 * 3 * @brief Function implementations for earth orientation calculations 4 * 5 * @ingroup EarthOrientation 6 * 7 * @author Dave Robbins, MHPCC 8 * @author Robert Daniel DeSonia, MHPCC 9 * 10 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-11-17 00:07:25 $ 12 * 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii 14 */ 15 15 16 16 #include <math.h> … … 236 236 directionVector->z*actualVector->z); 237 237 238 // rp = apparent - mu * direction;238 // rp = apparent - mu * direction; 239 239 // rp->r = actual->r - mu * direction->r; 240 240 // rp->d = actual->d - mu * direction->d; … … 389 389 SEC_TO_RAD(0.00001149)*t4; 390 390 391 // L âOmega391 // L - Omega 392 392 F[2] = DEG_TO_RAD(93.27209062) + 393 393 SEC_TO_RAD(1739527262.8478)*t -
Note:
See TracChangeset
for help on using the changeset viewer.
