diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /math/slalib/doc/h2fk5.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'math/slalib/doc/h2fk5.hlp')
-rw-r--r-- | math/slalib/doc/h2fk5.hlp | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/math/slalib/doc/h2fk5.hlp b/math/slalib/doc/h2fk5.hlp new file mode 100644 index 00000000..158d9cfb --- /dev/null +++ b/math/slalib/doc/h2fk5.hlp @@ -0,0 +1,57 @@ +.help h2fk5 Jun99 "Slalib Package" +.nf + + SUBROUTINE slHFK5 (RH,DH,DRH,DDH,R5,D5,DR5,DD5) + + - - - - - - + H F K 5 + - - - - - - + + Transform Hipparcos star data into the FK5 (J2000) system. + + (double precision) + + This routine transforms Hipparcos star positions and proper + motions into FK5 J2000. + + Given (all Hipparcos, epoch J2000): + RH d RA (radians) + DH d Dec (radians) + DRH d proper motion in RA (dRA/dt, rad/Jyear) + DDH d proper motion in Dec (dDec/dt, rad/Jyear) + + Returned (all FK5, equinox J2000, epoch J2000): + R5 d RA (radians) + D5 d Dec (radians) + DR5 d proper motion in RA (dRA/dt, rad/Jyear) + DD5 d proper motion in Dec (dDec/dt, rad/Jyear) + + Called: slDSC6, slDAVM, slDMXV, slDIMV, slDVXV, + slDC6S + + Notes: + + 1) The proper motions in RA are dRA/dt rather than + cos(Dec)*dRA/dt, and are per year rather than per century. + + 2) The FK5 to Hipparcos transformation consists of a pure + rotation and spin; zonal errors in the FK5 catalogue are + not taken into account. + + 3) The published orientation and spin components are interpreted + as "axial vectors". An axial vector points at the pole of the + rotation and its length is the amount of rotation in radians. + + 4) See also slFK5H, slF5HZ, slHF5Z. + + Reference: + + M.Feissel & F.Mignard, Astron. Astrophys. 331, L33-L36 (1998). + + P.T.Wallace Starlink 7 October 1998 + + Copyright (C) 1998 Rutherford Appleton Laboratory + Copyright (C) 1995 Association of Universities for Research in Astronomy Inc. + +.fi +.endhelp |