#!/bin/sh
echo "WCSTools 3.1 Programs
http://tdc-www.harvard.edu/software/wcstools/

addpix:    Add a constant value(s) to specified pixel(s)
conpix:    Operate on all of the pixels of an image
cphead:    Copy keyword values between FITS or IRAF images
crlf:      Change CR's to newlines in text file (for imwcs, imstar logs)
delhead:   Delete specified keywords from FITS or IRAF image file headers
delwcs:    Delete the WCS keywords from an image
filename:  Drop directory from pathname, if present
fileroot:  Drop file name extension, if present
edhead:    Edit the header of a FITS or IRAF file
getcol:    Extract specified fields from an space-separated ASCII table file
getdate:   Convert between two date formats
gethead:   Return values for keyword(s) specified after filename
getpix:    Return value(s) of specified pixel(s)
gettab:    Extract values from tab table data base files
httpget:   Send contents returned from URL to standard output
i2f:       Read two-dimensional IRAF image file and write FITS image file
imcat:     List catalog sources in the area of the sky covered by an image.
imextract: Extract 1D file from 2D file or 2D file from 3D file
imhead:    Print FITS or IRAF header
immatch:   Match catalog and image stars using the WCS in the image file.
imrot:     Rotate and/or reflect FITS or IRAF image files
imsize:    Print center and size of image using WCS keywords in header
imstack    Stack 1-dimensional images into a 2-dimensional image
imstar:    Find and list stars in an IRAF or FITS image
imwcs:     Match FITS or IRAF image stars to catalog stars and fit a WCS
keyhead:   Change keyword names in headers of FITS or IRAF images
newfits:   Create blank FITS files (dataless by default with BITPIX=0)
remap      Rebin an image from its current WCS to a new one
scat:      Search a source catalog given a region on the sky
sethead:   Set header keyword values in FITS or IRAF images
setpix:    Set specified pixel(s) to specified value(s)
sky2xy:    Print image pixel coordinates for given sky coordinates
skycoor:   Convert between J2000, B1950, galactic, and ecliptic coordinates
subpix:    Subtract a constant value(s) from specified pixel(s)
sumpix     Total pixel values in row, column, or specified area
wcshead:   Print basic world coordinate system information for images
xy2sky:    Print sky coordinates for given image pixel coordinates
* program help    lists possible arguments
* program version lists version of program" | more

