Subsections

Astronomical image processing packages: IRAF basics

The Image Reduction and Analysis Facility (IRAF) is a suite of software developed by NOAO in the 1980's. It provides an environment for the reduction and analysis of astronomical data that is widely used, especially in the US astronomical community. However, there are certainly a number of astronomers who find the IRAF approach somewhat cumbersome or opaque, and who prefer to develop their own tools for data reduction. Nonetheless, some familiarity at least with IRAF tools is probably a very good idea.

IRAF has been incorporated into a more modern interface with the development of PYRAF, which is a Python front-end to the IRAF routines. In this day and age, use of IRAF through this interface, as opposed to the traditional CL interface, is strongly recommended!


IRAF/DS9 basic operation

IRAF data reduction

IRAF package imred/ccdred: zerocombine, darkcombine, flatcombine, ccdproc (note need for header cards)

lower level: imcombine, image arithmetic

Note that you may have to do a iraf.setinst first, have to pay attention to ccdproc parameters!

IRAF file list specification: comma-separated string

IRAF simple stellar photometry

phot/apphot

Exercises

  1. Display some images, get comfortable with setting display parameters

  2. Do some of the usual: image histograms, cross section plots, regions statistics, PSF measurements. Use all of the routines mentioned above.

  3. Reduce a nights worth of data. Script it.

  4. Quantitatively assess the quality of the flat fields by looking at the flatness of the sky background in the reduced frames.