Path: SC/Ephem
% The changes in longitude and obliquity due to earth nutation. From the 1980 IAU Nutation series. Since version 1. -------------------------------------------------------------------------- Form: [deltaPsi, deltaEps] = NutDelta( T ) -------------------------------------------------------------------------- ------ Inputs ------ T (1,1) Julian centuries of 86400s dynamical time from j2000.0 ------- Outputs ------- deltaPsi (1,1) The change in longitude due to nutation (degrees) deltaEps (1,1) The change in obliquity due to nutation (degrees) -------------------------------------------------------------------------- References: Seidelmann, The Explanatory Supplement to the Astronomical Almanac, University Science Books, 1992. Sec. 3.222, "1980 IAU Theory of Nutation and Reduction", p. 111 --------------------------------------------------------------------------
Common: Time/Date2JD Common: Time/JD2T Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the SC Module page