JITTER_SELF_FLAT_NCOLOUR_APHOT

Reduces a multi-colour “standard jitter” photometry observation using object masking, and performs aperture photometry

Description:

This script reduces a “standard jitter” photometry observation with near-infrared imaging data observed through one or more filters. For each filter it takes an imaging observation comprising jittered object frames and a dark frame to make a calibrated, untrimmed mosaic automatically.

It performs a null debiassing, bad-pixel masking, dark subtraction, 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 jitter pattern. If not supplied the number of offsets, as given by FITS header NOFFSETS, minus one is used. If neither is available, 9 is the default. An error state arises if the number of jittered frames is fewer than 3. For observations prior to the availability of full ORAC, header NOFFSETS will be absent. []
USEVAR = LOGICAL
Whether or not to create and propagate variance arrays. [0]

Related Recipes

BRIGHT_POINT_SOURCE_APHOT, JITTER_SELF_FLAT,
JITTER_SELF_FLAT_BASIC, JITTER_SELF_FLAT_NO_MASK,
QUADRANT_JITTER.

Implementation Status: