aboutsummaryrefslogtreecommitdiff
path: root/math/slalib/doc/ecleq.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/ecleq.hlp
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'math/slalib/doc/ecleq.hlp')
-rw-r--r--math/slalib/doc/ecleq.hlp31
1 files changed, 31 insertions, 0 deletions
diff --git a/math/slalib/doc/ecleq.hlp b/math/slalib/doc/ecleq.hlp
new file mode 100644
index 00000000..02fc6c50
--- /dev/null
+++ b/math/slalib/doc/ecleq.hlp
@@ -0,0 +1,31 @@
+.help ecleq Jun99 "Slalib Package"
+.nf
+
+ SUBROUTINE slECEQ (DL, DB, DATE, DR, DD)
+
+ - - - - - -
+ E C E Q
+ - - - - - -
+
+ Transformation from ecliptic coordinates to
+ J2000.0 equatorial coordinates (double precision)
+
+ Given:
+ DL,DB dp ecliptic longitude and latitude
+ (mean of date, IAU 1980 theory, radians)
+ DATE dp TDB (loosely ET) as Modified Julian Date
+ (JD-2400000.5)
+ Returned:
+ DR,DD dp J2000.0 mean RA,Dec (radians)
+
+ Called:
+ slDS2C, slECMA, slDIMV, slPREC, slEPJ, slDC2S,
+ slDA2P, slDA1P
+
+ P.T.Wallace Starlink March 1986
+
+ Copyright (C) 1995 Rutherford Appleton Laboratory
+ Copyright (C) 1995 Association of Universities for Research in Astronomy Inc.
+
+.fi
+.endhelp