diff options
Diffstat (limited to 'math/slalib/doc/prenut.hlp')
-rw-r--r-- | math/slalib/doc/prenut.hlp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/math/slalib/doc/prenut.hlp b/math/slalib/doc/prenut.hlp new file mode 100644 index 00000000..bbe3ceff --- /dev/null +++ b/math/slalib/doc/prenut.hlp @@ -0,0 +1,35 @@ +.help prenut Jun99 "Slalib Package" +.nf + + SUBROUTINE slPRNU (EPOCH, DATE, RMATPN) + + - - - - - - - + P R N U + - - - - - - - + + Form the matrix of precession and nutation (IAU1976/FK5) + (double precision) + + Given: + EPOCH dp Julian Epoch for mean coordinates + DATE dp Modified Julian Date (JD-2400000.5) + for true coordinates + + Returned: + RMATPN dp(3,3) combined precession/nutation matrix + + Called: slPREC, slEPJ, slNUT, slDMXM + + Notes: + + 1) The epoch and date are TDB (loosely ET). + + 2) The matrix is in the sense V(true) = RMATPN * V(mean) + + P.T.Wallace Starlink April 1987 + + Copyright (C) 1995 Rutherford Appleton Laboratory + Copyright (C) 1995 Association of Universities for Research in Astronomy Inc. + +.fi +.endhelp |