aboutsummaryrefslogtreecommitdiff
path: root/math/slalib/doc/s2tp.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/s2tp.hlp
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'math/slalib/doc/s2tp.hlp')
-rw-r--r--math/slalib/doc/s2tp.hlp31
1 files changed, 31 insertions, 0 deletions
diff --git a/math/slalib/doc/s2tp.hlp b/math/slalib/doc/s2tp.hlp
new file mode 100644
index 00000000..fb92a6f9
--- /dev/null
+++ b/math/slalib/doc/s2tp.hlp
@@ -0,0 +1,31 @@
+.help s2tp Jun99 "Slalib Package"
+.nf
+
+ SUBROUTINE slS2TP (RA, DEC, RAZ, DECZ, XI, ETA, J)
+
+ - - - - -
+ S 2 T P
+ - - - - -
+
+ Projection of spherical coordinates onto tangent plane:
+ "gnomonic" projection - "standard coordinates"
+ (single precision)
+
+ Given:
+ RA,DEC real spherical coordinates of point to be projected
+ RAZ,DECZ real spherical coordinates of tangent point
+
+ Returned:
+ XI,ETA real rectangular coordinates on tangent plane
+ J int status: 0 = OK, star on tangent plane
+ 1 = error, star too far from axis
+ 2 = error, antistar on tangent plane
+ 3 = error, antistar too far from axis
+
+ P.T.Wallace Starlink 18 July 1996
+
+ Copyright (C) 1996 Rutherford Appleton Laboratory
+ Copyright (C) 1995 Association of Universities for Research in Astronomy Inc.
+
+.fi
+.endhelp