FTP Directory cfa-ftp.harvard.edu/pub/gsc/WCSTools

WCSTools 3.1.1 (June 26, 2002)

WCSTools is a set of software utilities, written in C, which create, display and manipulate the world coordinate system of a FITS or IRAF image, using specific keywords in the image header which relate pixel position within the image to position on the sky. Auxillary programs search star catalogs and manipulate images. The WCSTools package was developed by Doug Mink at the Smithsonian Astrophysical Observatory, with significant code from Documentation, with examples, is on the World Wide Web at http://tdc-www.harvard.edu/software/wcstools/

Brief descriptions of file contents are in the Programs file and a history of this software is in the Versions file.

The complete source code is in ftp://cfa-ftp.harvard.edu/pub/gsc/WCSTools/wcstools-3.1.1.tar.gz and ftp://cfa-ftp.harvard.edu/pub/gsc/WCSTools/wcstls31.zip

To install the code, create a directory for it, download it, and run

        gzcat wcstools-3.1.1.tar.gz | tar xvf -
or
        unzip wcstls31.zip
The main directory will contain the source code for the programs, and a subdirectory, libwcs, will contain the source code for the subroutines Catalog access subroutines, such as gscread.c, uacread.c, and ujcread.c, contain wired-in paths to the root directories of the HST Guide Star Catalog, the USNO A 2.0 Catalog, and the USNO J Catalog, respectively. You should change them to match the path in your local installation. Environment variables may be also used to override whatever path is in the code: GSC_NORTH sets the path for the HST GSC CDROM containing the northern hemisphere and GSC_SOUTH does the same for the southern hemisphere.