aboutsummaryrefslogtreecommitdiff
path: root/math/slalib/doc/eqgal.hlp
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /math/slalib/doc/eqgal.hlp
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'math/slalib/doc/eqgal.hlp')
-rw-r--r--math/slalib/doc/eqgal.hlp38
1 files changed, 38 insertions, 0 deletions
diff --git a/math/slalib/doc/eqgal.hlp b/math/slalib/doc/eqgal.hlp
new file mode 100644
index 00000000..1f37716f
--- /dev/null
+++ b/math/slalib/doc/eqgal.hlp
@@ -0,0 +1,38 @@
+.help eqgal Jun99 "Slalib Package"
+.nf
+
+ SUBROUTINE slEQGA (DR, DD, DL, DB)
+
+ - - - - - -
+ E Q G A
+ - - - - - -
+
+ Transformation from J2000.0 equatorial coordinates to
+ IAU 1958 galactic coordinates (double precision)
+
+ Given:
+ DR,DD dp J2000.0 RA,Dec
+
+ Returned:
+ DL,DB dp galactic longitude and latitude L2,B2
+
+ (all arguments are radians)
+
+ Called:
+ slDS2C, slDMXV, slDC2S, slDA2P, slDA1P
+
+ Note:
+ The equatorial coordinates are J2000.0. Use the routine
+ slEG50 if conversion from B1950.0 'FK4' coordinates is
+ required.
+
+ Reference:
+ Blaauw et al, Mon.Not.R.Astron.Soc.,121,123 (1960)
+
+ P.T.Wallace Starlink 21 September 1998
+
+ Copyright (C) 1998 Rutherford Appleton Laboratory
+ Copyright (C) 1995 Association of Universities for Research in Astronomy Inc.
+
+.fi
+.endhelp