Astronomical Applications Department, U.S. Naval Observatory NOVASC Page 19
EARTHTILT
void earthtilt (double tjd,
double *mobl, double *tobl, double *eq, double *dpsi,
double *deps)
PURPOSE:
Computes quantities related to the orientation of the Earth's
rotation axis at Julian date 'tjd'.
INPUT
ARGUMENTS:
tjd (double)
TDB Julian date of the desired time
OUTPUT
ARGUMENTS:
*mobl (double)
Mean obliquity of the ecliptic in degrees at 'tjd'.
*tobl (double)
True obliquity of the ecliptic in degrees at 'tjd'.
*eq (double)
Equation of the equinoxes in seconds of time at 'tjd'.
*dpsi (double)
Nutation in longitude in seconds of arc at 'tjd'.
*deps (double)
Nutation in obliquity in seconds of arc at 'tjd'.
RETURNED
VALUE:
None.
Discussion:
This function computes various quantities related to the orientation of the Earth's rotation axis in
inertial space at a specific time. The computation involves a call to function calcnutation to evaluate the
nutation series.