aboutsummaryrefslogtreecommitdiff
path: root/math/slalib/doc/amp.hlp
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /math/slalib/doc/amp.hlp
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/slalib/doc/amp.hlp')
-rw-r--r--math/slalib/doc/amp.hlp61
1 files changed, 61 insertions, 0 deletions
diff --git a/math/slalib/doc/amp.hlp b/math/slalib/doc/amp.hlp
new file mode 100644
index 00000000..f5d4dfc4
--- /dev/null
+++ b/math/slalib/doc/amp.hlp
@@ -0,0 +1,61 @@
+.help amp Jun99 "Slalib Package"
+.nf
+
+ SUBROUTINE slAMP (RA, DA, DATE, EQ, RM, DM)
+
+ - - - -
+ A M P
+ - - - -
+
+ Convert star RA,Dec from geocentric apparent to mean place
+
+ The mean coordinate system is the post IAU 1976 system,
+ loosely called FK5.
+
+ Given:
+ RA d apparent RA (radians)
+ DA d apparent Dec (radians)
+ DATE d TDB for apparent place (JD-2400000.5)
+ EQ d equinox: Julian epoch of mean place
+
+ Returned:
+ RM d mean RA (radians)
+ DM d mean Dec (radians)
+
+ References:
+ 1984 Astronomical Almanac, pp B39-B41.
+ (also Lederle & Schwan, Astron. Astrophys. 134,
+ 1-6, 1984)
+
+ Notes:
+
+ 1) The distinction between the required TDB and TT is
+ always negligible. Moreover, for all but the most
+ critical applications UTC is adequate.
+
+ 2) The accuracy is limited by the routine slEVP, called
+ by slMAPA, which computes the Earth position and
+ velocity using the methods of Stumpff. The maximum
+ error is about 0.3 milliarcsecond.
+
+ 3) Iterative techniques are used for the aberration and
+ light deflection corrections so that the routines
+ slAMP (or slAMPQ) and slMAP (or slMAPQ) are
+ accurate inverses; even at the edge of the Sun's disc
+ the discrepancy is only about 1 nanoarcsecond.
+
+ 4) Where multiple apparent places are to be converted to
+ mean places, for a fixed date and equinox, it is more
+ efficient to use the slMAPA routine to compute the
+ required parameters once, followed by one call to
+ slAMPQ per star.
+
+ Called: slMAPA, slAMPQ
+
+ P.T.Wallace Starlink 19 January 1993
+
+ Copyright (C) 1995 Rutherford Appleton Laboratory
+ Copyright (C) 1995 Association of Universities for Research in Astronomy Inc.
+
+.fi
+.endhelp