diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /math/slalib/doc/geoc.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/slalib/doc/geoc.hlp')
-rw-r--r-- | math/slalib/doc/geoc.hlp | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/math/slalib/doc/geoc.hlp b/math/slalib/doc/geoc.hlp new file mode 100644 index 00000000..538474d1 --- /dev/null +++ b/math/slalib/doc/geoc.hlp @@ -0,0 +1,33 @@ +.help geoc Jun99 "Slalib Package" +.nf + + SUBROUTINE slGEOC (P, H, R, Z) + + - - - - - + G E O C + - - - - - + + Convert geodetic position to geocentric (double precision) + + Given: + P dp latitude (geodetic, radians) + H dp height above reference spheroid (geodetic, metres) + + Returned: + R dp distance from Earth axis (AU) + Z dp distance from plane of Earth equator (AU) + + Notes: + 1) Geocentric latitude can be obtained by evaluating ATAN2(Z,R). + 2) IAU 1976 constants are used. + + Reference: + Green,R.M., Spherical Astronomy, CUP 1985, p98. + + P.T.Wallace Starlink 4th October 1989 + + Copyright (C) 1995 Rutherford Appleton Laboratory + Copyright (C) 1995 Association of Universities for Research in Astronomy Inc. + +.fi +.endhelp |