Date: Thu, 28 Aug 2003 15:58:47 -0400 (EDT)
From: Thom Beaulieu <beaulieu@chara.gsu.edu>
To: Todd Henry <thenry@chara.gsu.edu>
Cc: John Subasavage <subasavage@chara.gsu.edu>
Subject: Fits to text files in IRAF

Hey Guys,

I finally found an IRAF routine that will 'easily' output the
wavelength and flux values for a spectrum.

The task is 'listpixels', and it is located in
clpackage/images/imutil/listpixels

The task is intended to list the values out to the screen, but it
accepts redirection to a text file, so the basic command-line call is:

im> listpix imagename.fits wcs=world > filename.txt

The parameters get into formatting of the output, but I haven't gotten
that far yet.
