earthNutation
Implement Earth nutation
Syntax
Description
Implement Earth Nutation Angles
implements the International Astronomical Union (IAU) 1980 nutation series for
angles
= earthNutation(ephemerisTime
)ephemerisTime
, expressed in Julian days. The function returns
angles.
The function uses the Chebyshev coefficients that the NASA Jet Propulsion Laboratory provides.
This function requires that you download ephemeris data with the Add-On Explorer. For
more information, see aeroDataPackage
.
uses the angles
= earthNutation(ephemerisTime
,ephemerisModel
)ephemerisModel
coefficients to implement these
values.
uses angles
= earthNutation(ephemerisTime
,ephemerisModel
,action
)action
to determine error reporting.
Examples
Input Arguments
Output Arguments
References
[1] Folkner, W. M., J. G. Williams, and D. H. Boggs. "The Planetary and Lunar Ephemeris DE 421." JPL Interplanetary Network Progress Report 24-178, 2009.
[2] Vallado, David A. Fundamentals of Astrodynamics and Applications. McGraw-Hill, 1997.
Version History
Introduced in R2013a