ART Data Reduction Pipeline

This package takes raw images and calibration frames and returns cleaned images and photometric lightcurves for the object of interest. It consists of three routines:

art_calibrate.py
art_extract
art_phot.py

The routines are used in the above order. The first and last are python scripts and are called from the command line by:

python /path/to/script.py

art_extract is a c shell script and can be called form the command line by:

/path/to/art_axtract

An outline of each of the routines is given below.

art_calibrate

Purpose: Takes raw science frames and calibration frames. Bias and flat field corrects the science frames.

Input:

Output:

Caution:

Requires:

art_extract

Purpose: Cleans the calibrated images of bad pixels and cosmic rays using BCLEAN. Extracts the fluxes of objects in the field using S-extractor.

Usage:

Output:

. Cleaned images in the directory CleanImages . S-extractor output catalogues in the PhotCatalogues directory

Requires:

art_phot

Input:

Output:

Note:

Requires:


Author: Rebecca Feeny-Barry: December 2012