diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-08-01 21:30:16 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-08-01 21:30:16 (GMT) |
commit | 589db9092b91b4a298f2749b548016739bce7ef3 (patch) | |
tree | b5fe1a4f9934a26a790461111dc6cee53c7daeca /tksao/wcssubs/Readme | |
parent | da9158e193e4310d3550ea1ef94348bcc3210e62 (diff) | |
download | blt-589db9092b91b4a298f2749b548016739bce7ef3.zip blt-589db9092b91b4a298f2749b548016739bce7ef3.tar.gz blt-589db9092b91b4a298f2749b548016739bce7ef3.tar.bz2 |
remove wcssubs code
Diffstat (limited to 'tksao/wcssubs/Readme')
-rw-r--r-- | tksao/wcssubs/Readme | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/tksao/wcssubs/Readme b/tksao/wcssubs/Readme deleted file mode 100644 index 61107cf..0000000 --- a/tksao/wcssubs/Readme +++ /dev/null @@ -1,36 +0,0 @@ -WCSsubs Subroutines - -These subroutines, developed as part of the WCSTools software package, -constitute a self-contained package for accessing the world coordinate -systems of FITS or IRAF(.imh) images, with image header I/O contained -in fitsfile.c and imhfile.c, and WCS initialization and use through the -subroutines in wcs.c. WCS information for an image is kept in a single -data structure defined in wcs.h. Pixel to WCS translations are done by -calls to pix2wcst() or pix2wcs(). WCS to pixel translations are done -by calls to wcs2pix() or wcsc2pix(). The contents of the files are -briefly described in Files. Dependencies between these files are given -in Makefile. Documentation, to some extent, is online at - -http://tdc-www.harvard.edu/software/wcstools/libwcs.wcs.html - -Documentation for the entire open-source WCSTools package is online at - -http://tdc-www.harvard.edu/software/wcstools/ - -Projection code in wcspos.c is by Bill Cotton of NRAO and is -protected by the Gnu Lesser General Public License, which is stated -in the file COPYING. Projection code in wcslib.c, -cel.c, lin.c, proj.c, wcstrig.c, and sph.c is by Mark Calabretta -of CSIRO and is also protected by the Gnu Lesser General Public -License. Code in slasubs.c is by Pat Wallace of the Starlink -project at Cambridge University. Doug Mink is responsible for -the rest of the code, unless otherwise noted in the source file. -Unless otherwise noted, this code is Copyright 2003 by the -Smithsonian Astrophysical Observatory and protected by the Gnu -Lesser General Public License. - --Jessica Mink (jmink@cfa.harvard.edu) - Telescope Data Center - Harvard-Smithsonian Center for Astrophysics - Cambridge, Massachusetts - http://tdc-www.harvard.edu/mink |