summaryrefslogtreecommitdiffstats
path: root/libraries/wcslib/README
diff options
context:
space:
mode:
author Nitish Ragoomundun <lrugratz@gmail.com>2017-05-12 22:55:49 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-13 06:58:52 +0700
commita284679f8f1f8422715672cde00bb2a3b9e3c896 (patch)
treed8f9823ec77f141b56b8f2f73bdb2299f6ba8462 /libraries/wcslib/README
parenta9a7eb6c73fc46bb08164dcfdc21fa862fd1e205 (diff)
downloadslackbuilds-a284679f8f1f8422715672cde00bb2a3b9e3c896.tar.gz
slackbuilds-a284679f8f1f8422715672cde00bb2a3b9e3c896.tar.xz
libraries/wcslib: Added (World Coordinate System for FITS).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/wcslib/README')
-rw-r--r--libraries/wcslib/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/wcslib/README b/libraries/wcslib/README
new file mode 100644
index 0000000000..8ea64be5d9
--- /dev/null
+++ b/libraries/wcslib/README
@@ -0,0 +1,11 @@
+WCSLIB is a set of C library routines that implements the World
+Coordinate System (WCS) standard in FITS (Flexible Image Transport
+System). It comes with support for FORTRAN via a set of wrapper
+functions. It also includes a general curvilinear axis drawing
+routine, PGSBOX, for PGPLOT. Another included utility program is
+HPXcvt, which is used to convert 1D HEALPix pixelization data stored
+in a variety of forms in FITS into a 2D primary image array with HPX
+or XPH coordinate representation.
+
+Usage with gcc compiler: use "-lwcs" command line argument for linking
+at compile time.