NOD_CHOP_APHOT

Reduces a chopped and nodded observation, and performs aperture photometry

Description:

This script reduces a chopped and nodded observation, currently just for Michelle data. It takes an imaging observation comprising a multiple-of-four object frames to make a calibrated, untrimmed mosaic automatically.

It performs a null debiassing, creation and propagation of data variance, difference the integrations for each AB chop beam pair, bad-pixel masking, difference adjacent nodded pairs, registers the frames, and forms a mosaic. See the “Notes” for further information.

The script combines and registers the various chopped and nodded images of the point source and neighbouring background to form to form a single image with four times the signal. Photometry of the point source using a fixed 5-arcsecond aperture is then calculated. The results appear in $ORAC_DATA_OUT/aphot_results.txt in the form of a Starlink small text list. The analysis of each star is appended to this file.

Notes:

Output Data

Parameters:

NUMBER = INTEGER
The number of frames in the nod pattern. If absent, the number of offsets, as given by header NOFFSETS, minus one is used. If neither is available, 4 is used. An error state arises if the number of jittered frames is fewer than 4 and not a multiple of 4. []
USEVAR = LOGICAL
Whether or not to create and propagate variance arrays. [1]

Related Recipes

NOD_CHOP, NOD_SELF_FLAT_NO_MASK_APHOT,
BRIGHT_POINT_SOURCE_APHOT, JITTER_SELF_FLAT_APHOT.

Implementation Status: