Changeset 11618 for trunk/psLib/src/astro/psEarthOrientation.c
- Timestamp:
- Feb 2, 2007, 8:01:42 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psEarthOrientation.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psEarthOrientation.c
r10999 r11618 8 8 * @author Robert Daniel DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.4 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 1-09 22:38:52 $10 * @version $Revision: 1.44 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-02-03 06:01:42 $ 12 12 * 13 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 1056 1056 SEC_TO_RAD(0.00001149)*t4; 1057 1057 1058 // L â Omega (L = Mean Longitude of the Moon, Omega = F4)1058 // L â Omega (L = Mean Longitude of the Moon, Omega = F4) 1059 1059 F[2] = DEG_TO_RAD(93.27209062) + 1060 1060 SEC_TO_RAD(1739527262.8478)*t - … … 1175 1175 1176 1176 //Implementation adapted from PM_GRAVI in interp.f from hpiers.obspm.fr/eop-pc/models/interp.f 1177 double arg[6] ;1177 double arg[6] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 1178 1178 arg[0] = (67310.54841 + 1179 1179 (876600.0*3600.0 + 8640184.812866)*t
Note:
See TracChangeset
for help on using the changeset viewer.
