NOD_SELF_FLAT_NO_MASK_APHOT

Reduces a “nod jitter” photometry observation, and performs aperture photometry

Description:

This script reduces a “nod jitter” photometry observation with UKIRT imaging data. It takes an imaging observation comprising a multiple-of-four object frames and a dark frame to make a calibrated, untrimmed mosaic automatically.

It performs a null debiassing, bad-pixel masking, dark subtraction, difference adjacent pairs, flat-field creation and division, feature detection and matching between object frames, and resampling. See the “Notes” for further information.

Photometry of the point source using a fixed 5-arcsecond aperture is calculated for each jitter frame and the mosaic. 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.

This recipe works well for faint sources in moderately crowded fields.

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. [0]

Related Recipes

BRIGHT_POINT_SOURCE_APHOT, NOD_SELF_FLAT_NO_MASK.

Implementation Status:

Deprecated Variants

NOD4_SELF_FLAT_NO_MASK_APHOT, NOD8_SELF_FLAT_NO_MASK_APHOT.