SLA_PRENUT

Precession-Nutation Matrix

ACTION:
Form the matrix of precession and nutation (SF2001).
CALL:
CALL sla_PRENUT (EPOCH, DATE, RMATPN)
GIVEN:

EPOCH

D

Julian Epoch for mean coordinates

DATE

D

Modified Julian Date (JD2400000.5) for true coordinates


RETURNED:

RMATPN

D(3,3)

combined precession-nutation matrix


NOTES:
(1)
The epoch and date are TDB. TT (or even UTC) will do.
(2)
The matrix is in the sense:

vtrue = Mvmean

where vtrue is the star vector relative to the true equator and equinox of epoch DATE, M is the 3 × 3 matrix RMATPN and vmean is the star vector relative to the mean equator and equinox of epoch EPOCH.